linux_dsm_epyc7002/drivers/net/wireless/intel
Varsha Rao 4e5f881d43 net: ipw2x00: Replace NULL comparison with !priv
Remove extra parentheses and replace NULL comparison with !priv, to fix
clang warning of extraneous parentheses and check patch issue. Following
coccinelle script is used to fix it.

@disable is_null,paren@
expression e;
statement s;
@@
if (
- (e==NULL)
+!e
 )
s

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-06-27 19:04:41 +03:00
..
ipw2x00 net: ipw2x00: Replace NULL comparison with !priv 2018-06-27 19:04:41 +03:00
iwlegacy treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
iwlwifi treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
Kconfig net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text 2018-03-13 18:52:25 +02:00
Makefile