All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sparc32: srmmu: Fix typo in a comment
@ 2022-05-08  2:43 Jason Wang
  2022-05-08  5:48 ` Joe Perches
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-05-08  2:43 UTC (permalink / raw)
  To: davem; +Cc: wangborong, sparclinux, linux-kernel

The double `hush' in the comment in line 1186 is repeated. Remove one
of them from the comment.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/sparc/mm/srmmu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c
index a9aa6a92c7fe..da6fd141662b 100644
--- a/arch/sparc/mm/srmmu.c
+++ b/arch/sparc/mm/srmmu.c
@@ -1183,7 +1183,7 @@ static void __init init_swift(void)
 		srmmu_modtype = Swift_lots_o_bugs;
 		hwbug_bitmask |= (HWBUG_KERN_ACCBROKEN | HWBUG_KERN_CBITBROKEN);
 		/*
-		 * Gee george, I wonder why Sun is so hush hush about
+		 * Gee george, I wonder why Sun is so hush about
 		 * this hardware bug... really braindamage stuff going
 		 * on here.  However I think we can find a way to avoid
 		 * all of the workaround overhead under Linux.  Basically,
-- 
2.35.1


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

* Re: [PATCH] sparc32: srmmu: Fix typo in a comment
  2022-05-08  2:43 [PATCH] sparc32: srmmu: Fix typo in a comment Jason Wang
@ 2022-05-08  5:48 ` Joe Perches
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2022-05-08  5:48 UTC (permalink / raw)
  To: Jason Wang, davem; +Cc: sparclinux, linux-kernel

On Sun, 2022-05-08 at 10:43 +0800, Jason Wang wrote:
> The double `hush' in the comment in line 1186 is repeated. Remove one
> of them from the comment.
[]
> diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c
[]
> @@ -1183,7 +1183,7 @@ static void __init init_swift(void)
>  		srmmu_modtype = Swift_lots_o_bugs;
>  		hwbug_bitmask |= (HWBUG_KERN_ACCBROKEN | HWBUG_KERN_CBITBROKEN);
>  		/*
> -		 * Gee george, I wonder why Sun is so hush hush about
> +		 * Gee george, I wonder why Sun is so hush about

This is not really a repeated word.

do a google search on "hush hush"

It _might_ sometimes use a dash, like 'hush-hush'



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

end of thread, other threads:[~2022-05-08  5:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08  2:43 [PATCH] sparc32: srmmu: Fix typo in a comment Jason Wang
2022-05-08  5:48 ` Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.