lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <695a40ef-c7e3-d0dd-2604-3f8a1144b0a3@linux.intel.com>
Date:   Mon, 10 Aug 2020 09:28:35 -0500
From:   Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
To:     Randy Dunlap <rdunlap@...radead.org>, linux-kernel@...r.kernel.org
Cc:     Mark Brown <broonie@...nel.org>,
        Liam Girdwood <lgirdwood@...il.com>,
        alsa-devel@...a-project.org
Subject: Re: [PATCH] ASoC: SOF: delete repeated words in comments



On 8/7/20 8:21 PM, Randy Dunlap wrote:
> Drop the repeated words {that, the} in comments.
> 
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Liam Girdwood <lgirdwood@...il.com>
> Cc: Mark Brown <broonie@...nel.org>
> Cc: alsa-devel@...a-project.org

Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>

Thanks Randy.

> ---
>   sound/soc/sof/intel/cnl.c |    2 +-
>   sound/soc/sof/sof-audio.c |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> --- linux-next-20200807.orig/sound/soc/sof/intel/cnl.c
> +++ linux-next-20200807/sound/soc/sof/intel/cnl.c
> @@ -202,7 +202,7 @@ static int cnl_ipc_send_msg(struct snd_s
>   	 * IPCs are sent at a high-rate. mod_delayed_work()
>   	 * modifies the timer if the work is pending.
>   	 * Also, a new delayed work should not be queued after the
> -	 * the CTX_SAVE IPC, which is sent before the DSP enters D3.
> +	 * CTX_SAVE IPC, which is sent before the DSP enters D3.
>   	 */
>   	if (hdr->cmd != (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_CTX_SAVE))
>   		mod_delayed_work(system_wq, &hdev->d0i3_work,
> --- linux-next-20200807.orig/sound/soc/sof/sof-audio.c
> +++ linux-next-20200807/sound/soc/sof/sof-audio.c
> @@ -29,7 +29,7 @@ bool snd_sof_dsp_only_d0i3_compatible_st
>   				continue;
>   
>   			/*
> -			 * substream->runtime being not NULL indicates that
> +			 * substream->runtime being not NULL indicates
>   			 * that the stream is open. No need to check the
>   			 * stream state.
>   			 */
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ