lkml.org 
[lkml]   [2023]   [Oct]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] sonet: Clean up errors in sonet.h
Fix the following errors reported by checkpatch:

ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: GuoHua Cheng <chenguohua@jari.cn>
---
include/linux/sonet.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/sonet.h b/include/linux/sonet.h
index 2b802b6d12ad..db01a1361cb3 100644
--- a/include/linux/sonet.h
+++ b/include/linux/sonet.h
@@ -13,7 +13,7 @@ struct k_sonet_stats {
#undef __HANDLE_ITEM
};

-extern void sonet_copy_stats(struct k_sonet_stats *from,struct sonet_stats *to);
+extern void sonet_copy_stats(struct k_sonet_stats *from, struct sonet_stats *to);
extern void sonet_subtract_stats(struct k_sonet_stats *from,
struct sonet_stats *to);

--
2.17.1
\
 
 \ /
  Last update: 2023-10-13 03:13    [W:0.035 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site