[PATCH] sonet: Clean up errors in sonet.h

From: chenguohua
Date: Thu Oct 12 2023 - 21:13:00 EST


Fix the following errors reported by checkpatch:

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

Signed-off-by: GuoHua Cheng <chenguohua@xxxxxxx>
---
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