linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org,
	linux-kernel@vger.kernel.org, rdunlap@infradead.org
Subject: Re: [PATCH] sound: x86: Trivial spell fixes throughout the file intel_hdmi_audio.c
Date: Fri, 5 Feb 2021 15:25:39 +0530	[thread overview]
Message-ID: <YB0WG1y4ZqG7SdeC@ArchLinux> (raw)
In-Reply-To: <s5hk0rm4zvz.wl-tiwai@suse.de>

[-- Attachment #1: Type: text/plain, Size: 2100 bytes --]

On 10:39 Fri 05 Feb 2021, Takashi Iwai wrote:
>On Fri, 05 Feb 2021 10:32:14 +0100,
>Bhaskar Chowdhury wrote:
>>
>>
>>
>> s/confgiuration/configuration/
>> s/Calculte/Calculate/
>> s/unreference/unreferenced/
>
>The last one isn't correct.  It was meant as a positive form, so if
>any, it's "unrefer", but "reference" could be used as a verb in the
>tech term, so IMO we can keep as is.
>
Good catch...thanks Takashi! As you like. :)
>
>thanks,
>
>Takashi
>
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>  sound/x86/intel_hdmi_audio.c | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/sound/x86/intel_hdmi_audio.c b/sound/x86/intel_hdmi_audio.c
>> index 9f9fcd2749f2..89ddd9dd8fde 100644
>> --- a/sound/x86/intel_hdmi_audio.c
>> +++ b/sound/x86/intel_hdmi_audio.c
>> @@ -342,7 +342,7 @@ static int had_prog_status_reg(struct snd_pcm_substream *substream,
>>
>>  /*
>>   * function to initialize audio
>> - * registers and buffer confgiuration registers
>> + * registers and buffer configuration registers
>>   * This function is called in the prepare callback
>>   */
>>  static int had_init_audio_ctrl(struct snd_pcm_substream *substream,
>> @@ -611,7 +611,7 @@ static void had_prog_dip(struct snd_pcm_substream *substream,
>>  		frame2.regx.chnl_cnt = substream->runtime->channels - 1;
>>  		frame3.regx.chnl_alloc = ca;
>>
>> -		/* Calculte the byte wide checksum for all valid DIP words */
>> +		/* Calculate the byte wide checksum for all valid DIP words */
>>  		for (i = 0; i < BYTES_PER_WORD; i++)
>>  			checksum += (info_frame >> (i * 8)) & 0xff;
>>  		for (i = 0; i < BYTES_PER_WORD; i++)
>> @@ -1109,7 +1109,7 @@ static int had_pcm_close(struct snd_pcm_substream *substream)
>>
>>  	intelhaddata = snd_pcm_substream_chip(substream);
>>
>> -	/* unreference and sync with the pending PCM accesses */
>> +	/* unreferenced and sync with the pending PCM accesses */
>>  	spin_lock_irq(&intelhaddata->had_spinlock);
>>  	intelhaddata->stream_info.substream = NULL;
>>  	intelhaddata->stream_info.substream_refcount--;
>> --
>> 2.30.0
>>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

      reply	other threads:[~2021-02-06  0:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-05  9:32 [PATCH] sound: x86: Trivial spell fixes throughout the file intel_hdmi_audio.c Bhaskar Chowdhury
2021-02-05  9:39 ` Takashi Iwai
2021-02-05  9:55   ` Bhaskar Chowdhury [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YB0WG1y4ZqG7SdeC@ArchLinux \
    --to=unixbhaskar@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=rdunlap@infradead.org \
    --cc=tiwai@suse.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).