lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ