lkml.org 
[lkml]   [2022]   [Jun]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] m68k:mac:Fix syntax errors in comments
Date
Delete the redundant word 'in'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
arch/m68k/mac/misc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/m68k/mac/misc.c b/arch/m68k/mac/misc.c
index 4fab34791758..29a4cb46af01 100644
--- a/arch/m68k/mac/misc.c
+++ b/arch/m68k/mac/misc.c
@@ -126,7 +126,7 @@ static void via_rtc_send(__u8 data)

reg = via1[vBufB] & ~(VIA1B_vRTCClk | VIA1B_vRTCData);

- /* The bits of the byte go in in MSB order */
+ /* The bits of the byte go in MSB order */

for (i = 0 ; i < 8 ; i++) {
bit = data & 0x80? 1 : 0;
--
2.36.1
\
 
 \ /
  Last update: 2022-06-22 08:12    [W:0.050 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site