Thread (8 messages) 8 messages, 2 authors, 2026-03-29
STALE83d

[PATCH 3/5] hamradio: mkiss: fix spacing around assignment operator

From: Mashiro Chen <hidden>
Date: 2026-03-29 14:35:21
Also in: linux-hams, lkml
Subsystem: networking drivers, the rest · Maintainers: Andrew Lunn, "David S. Miller", Eric Dumazet, Jakub Kicinski, Paolo Abeni, Linus Torvalds

Add missing spaces around the assignment operator to
adhere to the Linux Kernel coding style.

Signed-off-by: Mashiro Chen <redacted>
---
 drivers/net/hamradio/mkiss.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/hamradio/mkiss.c b/drivers/net/hamradio/mkiss.c
index 3721572ce..b9160b95f 100644
--- a/drivers/net/hamradio/mkiss.c
+++ b/drivers/net/hamradio/mkiss.c
@@ -201,7 +201,7 @@ static int kiss_esc_crc(unsigned char *s, unsigned char *d, unsigned short crc,
 	int len)
 {
 	unsigned char *ptr = d;
-	unsigned char c=0;
+	unsigned char c = 0;
 
 	*ptr++ = END;
 	while (len > 0) {
-- 
2.53.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help