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

Mashiro Chen posted 5 patches 3 days, 20 hours ago
[PATCH 3/5] hamradio: mkiss: fix spacing around assignment operator
Posted by Mashiro Chen 3 days, 20 hours ago
Add missing spaces around the assignment operator to
adhere to the Linux Kernel coding style.

Signed-off-by: Mashiro Chen <mashiro.chen@mailbox.org>
---
 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