All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sonet: Clean up errors in sonet.h
@ 2023-10-13  1:10 chenguohua
  0 siblings, 0 replies; only message in thread
From: chenguohua @ 2023-10-13  1:10 UTC (permalink / raw
  To: rafael.j.wysocki; +Cc: linux-kernel

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-13  1:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13  1:10 [PATCH] sonet: Clean up errors in sonet.h chenguohua

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.