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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 28 Sep 2023 11:08:16 +0800 (GMT+08:00)
From: "KaiLong Wang" <wangkailong@...i.cn>
To: johannes@...solutions.net, davem@...emloft.net, edumazet@...gle.com,
	kuba@...nel.org, pabeni@...hat.com
Cc: linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] wext.h: Clean up errors in wext.h

Fix the following errors reported by checkpatch:

ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: KaiLong Wang <wangkailong@...i.cn>
---
 include/net/wext.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/net/wext.h b/include/net/wext.h
index aa192a670304..a3aac648765e 100644
--- a/include/net/wext.h
+++ b/include/net/wext.h
@@ -48,10 +48,10 @@ int ioctl_private_call(struct net_device *dev, struct iwreq *iwr,
 int compat_private_call(struct net_device *dev, struct iwreq *iwr,
 			unsigned int cmd, struct iw_request_info *info,
 			iw_handler handler);
-int iw_handler_get_private(struct net_device *		dev,
-			   struct iw_request_info *	info,
-			   union iwreq_data *		wrqu,
-			   char *			extra);
+int iw_handler_get_private(struct net_device *dev,
+			   struct iw_request_info *info,
+			   union iwreq_data *wrqu,
+			   char *extra);
 #else
 #define ioctl_private_call NULL
 #define compat_private_call NULL
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ