linux/drivers/net/wireless/intel/ipw2x00
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
..
ipw2100.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
ipw2100.h ipw2100: fix spelling mistake: "decsribed" -> "described" 2018-04-30 13:38:07 +03:00
ipw2200.c net: ipw2x00: Replace NULL comparison with !priv 2018-06-27 19:04:41 +03:00
ipw2200.h
ipw.h
Kconfig
libipw_geo.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
libipw_module.c wireless: Use octal not symbolic permissions 2018-03-27 11:01:13 +03:00
libipw_rx.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
libipw_tx.c networking: make skb_put & friends return void pointers 2017-06-16 11:48:39 -04:00
libipw_wx.c
libipw.h net: use core MTU range checking in wireless drivers 2016-10-20 14:51:08 -04:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00