linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] SPARC: backoff.h: delete a duplicated word
@ 2020-07-21 21:00 Randy Dunlap
  2020-07-22  1:22 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2020-07-21 21:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David S. Miller, sparclinux

Drop the repeated word "other".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
---
@David:
In arch/sparc/include/asm/cpu_type.h, line 12,
is that duplicated "ploos" correct?
  sun4u       = 0x03, /* V8 ploos ploos */

 arch/sparc/include/asm/backoff.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200720.orig/arch/sparc/include/asm/backoff.h
+++ linux-next-20200720/arch/sparc/include/asm/backoff.h
@@ -18,7 +18,7 @@
  *
  * When we spin, we try to use an operation that will cause the
  * current cpu strand to block, and therefore make the core fully
- * available to any other other runnable strands.  There are two
+ * available to any other runnable strands.  There are two
  * options, based upon cpu capabilities.
  *
  * On all cpus prior to SPARC-T4 we do three dummy reads of the

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] SPARC: backoff.h: delete a duplicated word
  2020-07-21 21:00 [PATCH] SPARC: backoff.h: delete a duplicated word Randy Dunlap
@ 2020-07-22  1:22 ` David Miller
  2020-07-22  2:56   ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2020-07-22  1:22 UTC (permalink / raw)
  To: rdunlap; +Cc: linux-kernel, sparclinux

From: Randy Dunlap <rdunlap@infradead.org>
Date: Tue, 21 Jul 2020 14:00:33 -0700

> Drop the repeated word "other".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Applied, thanks Randy.

> @David:
> In arch/sparc/include/asm/cpu_type.h, line 12,
> is that duplicated "ploos" correct?
>   sun4u       = 0x03, /* V8 ploos ploos */

Yes, it's a funny way of saying "++" :-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] SPARC: backoff.h: delete a duplicated word
  2020-07-22  1:22 ` David Miller
@ 2020-07-22  2:56   ` Randy Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2020-07-22  2:56 UTC (permalink / raw)
  To: David Miller; +Cc: linux-kernel, sparclinux

On 7/21/20 6:22 PM, David Miller wrote:

>> @David:
>> In arch/sparc/include/asm/cpu_type.h, line 12,
>> is that duplicated "ploos" correct?
>>   sun4u       = 0x03, /* V8 ploos ploos */
> 
> Yes, it's a funny way of saying "++" :-)

I see. Thanks for the explanation.

-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-22  2:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 21:00 [PATCH] SPARC: backoff.h: delete a duplicated word Randy Dunlap
2020-07-22  1:22 ` David Miller
2020-07-22  2:56   ` Randy Dunlap

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).