diff mbox series

trivial patch

Message ID 05170bbaeea7eb6d5a4439e4884665a29bb2a144.camel@nosuchhost.net (mailing list archive)
State Superseded
Headers show
Series trivial patch | expand

Commit Message

josef radinger May 30, 2021, 7:24 p.m. UTC
just fix some trivial typo in comments, sorry for the second try. 
i should have read more carefully the rule about NOT sending attachments.

  * @acdb_id: ACDB id
@@ -452,7 +452,7 @@ EXPORT_SYMBOL_GPL(q6adm_get_copp_id);
  * @dev: Pointer to adm child device.
  * @path: playback or capture path.
  * @payload_map: map between session id and afe ports.
- * @perf_mode: Performance mode.
+ * @perf_mode: Performace mode.
  *
  * Return: Will be an negative on error or a zero on success.
  */



yours
josef

Comments

Peter Meerwald-Stadler June 1, 2021, 7:04 a.m. UTC | #1
On Sun, 30 May 2021, josef radinger wrote:

> just fix some trivial typo in comments, sorry for the second try. 
> i should have read more carefully the rule about NOT sending attachments.
> 
> diff --git a/sound/soc/qcom/qdsp6/q6adm.c
> b/sound/soc/qcom/qdsp6/q6adm.c
> index 3c68df82c95c..1855b805eba2 100644
> --- a/sound/soc/qcom/qdsp6/q6adm.c
> +++ b/sound/soc/qcom/qdsp6/q6adm.c
> @@ -373,7 +373,7 @@ static int q6adm_device_open(struct q6adm *adm,
> struct q6copp *copp,
>   * @rate: rate at which copp is required.
>   * @channel_mode: channel mode
>   * @topology: adm topology id
> - * @perf_mode: performance mode.
> + * @perf_mode: performace mode.

that appears to be backwards, no?

>   * @bit_width: audio sample bit width
>   * @app_type: Application type.
>   * @acdb_id: ACDB id
> @@ -452,7 +452,7 @@ EXPORT_SYMBOL_GPL(q6adm_get_copp_id);
>   * @dev: Pointer to adm child device.
>   * @path: playback or capture path.
>   * @payload_map: map between session id and afe ports.
> - * @perf_mode: Performance mode.
> + * @perf_mode: Performace mode.
>   *
>   * Return: Will be an negative on error or a zero on success.
>   */
> 
> 
> 
> yours
> josef
> 
>
diff mbox series

Patch

diff --git a/sound/soc/qcom/qdsp6/q6adm.c
b/sound/soc/qcom/qdsp6/q6adm.c
index 3c68df82c95c..1855b805eba2 100644
--- a/sound/soc/qcom/qdsp6/q6adm.c
+++ b/sound/soc/qcom/qdsp6/q6adm.c
@@ -373,7 +373,7 @@  static int q6adm_device_open(struct q6adm *adm,
struct q6copp *copp,
  * @rate: rate at which copp is required.
  * @channel_mode: channel mode
  * @topology: adm topology id
- * @perf_mode: performance mode.
+ * @perf_mode: performace mode.
  * @bit_width: audio sample bit width
  * @app_type: Application type.