[PATCH v2 5/5] Staging: rtl8192u: ieee80211: Use !x in place of NULL comparison

2019-05-14 Thread Puranjay Mohan
Fix comparison to NULL, chang to !x operation. Issue found using checkpatch.pl Signed-off-by: Puranjay Mohan --- drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac

[PATCH V2 5/5] Staging: rtl8192u: ieee80211: Use !x in place of NULL comparison

2019-05-14 Thread Puranjay Mohan
Fix comparison to NULL, chang to !x operation. Issue found using checkpatch.pl Signed-off-by: Puranjay Mohan --- V2 - Remove extra parentheses around *crypt drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/driver