[<prev] [next>] [day] [month] [year] [list]
Message-ID: <ad4d09c.939.18b2696341d.Coremail.chenguohua@jari.cn>
Date: Fri, 13 Oct 2023 09:10:59 +0800 (GMT+08:00)
From: chenguohua@...i.cn
To: rafael.j.wysocki@...el.com
Cc: linux-kernel@...r.kernel.org
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@...i.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
Powered by blists - more mailing lists