diff mbox series

sound: sparc: dbri: fix repeated word 'the'

Message ID 20201005191234.12715-1-rdunlap@infradead.org (mailing list archive)
State Superseded
Headers show
Series sound: sparc: dbri: fix repeated word 'the' | expand

Commit Message

Randy Dunlap Oct. 5, 2020, 7:12 p.m. UTC
Drop the duplicated word "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: alsa-devel@alsa-project.org
---
 sound/sparc/dbri.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joe Perches Oct. 5, 2020, 7:21 p.m. UTC | #1
On Mon, 2020-10-05 at 12:12 -0700, Randy Dunlap wrote:
> Drop the duplicated word "the".
[]
> --- lnx-59-rc8.orig/sound/sparc/dbri.c
> +++ lnx-59-rc8/sound/sparc/dbri.c
> @@ -620,7 +620,7 @@ A circular command buffer is used here.
>  while another can be executed. The scheme works by adding two WAIT commands
>  after each sent batch of commands. When the next batch is prepared it is
>  added after the WAIT commands then the WAITs are replaced with single JUMP
> -command to the new batch. The the DBRI is forced to reread the last WAIT
> +command to the new batch. The DBRI is forced to reread the last WAIT

Maybe Then the?

>  command (replaced by the JUMP by then). If the DBRI is still executing
>  previous commands the request to reread the WAIT command is ignored.
>
Randy Dunlap Oct. 5, 2020, 7:23 p.m. UTC | #2
On 10/5/20 12:21 PM, Joe Perches wrote:
> On Mon, 2020-10-05 at 12:12 -0700, Randy Dunlap wrote:
>> Drop the duplicated word "the".
> []
>> --- lnx-59-rc8.orig/sound/sparc/dbri.c
>> +++ lnx-59-rc8/sound/sparc/dbri.c
>> @@ -620,7 +620,7 @@ A circular command buffer is used here.
>>  while another can be executed. The scheme works by adding two WAIT commands
>>  after each sent batch of commands. When the next batch is prepared it is
>>  added after the WAIT commands then the WAITs are replaced with single JUMP
>> -command to the new batch. The the DBRI is forced to reread the last WAIT
>> +command to the new batch. The DBRI is forced to reread the last WAIT
> 
> Maybe Then the?

Sure, I'm OK with that.

>>  command (replaced by the JUMP by then). If the DBRI is still executing
>>  previous commands the request to reread the WAIT command is ignored.

thanks.
diff mbox series

Patch

--- lnx-59-rc8.orig/sound/sparc/dbri.c
+++ lnx-59-rc8/sound/sparc/dbri.c
@@ -620,7 +620,7 @@  A circular command buffer is used here.
 while another can be executed. The scheme works by adding two WAIT commands
 after each sent batch of commands. When the next batch is prepared it is
 added after the WAIT commands then the WAITs are replaced with single JUMP
-command to the new batch. The the DBRI is forced to reread the last WAIT
+command to the new batch. The DBRI is forced to reread the last WAIT
 command (replaced by the JUMP by then). If the DBRI is still executing
 previous commands the request to reread the WAIT command is ignored.