summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorGargi Sharma <gs051095@gmail.com>2017-02-23 23:16:46 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-06 11:17:01 +0300
commit3337134e419bd392cf4d63c66848536ae0c9d8df (patch)
treec97c46b695b56cd2bbc0e11f6f982e365bd19a24 /scripts/patch-kernel
parentc01496a7d2abe8462e10c9a536b5e0c46a460d06 (diff)
downloadlinux-3337134e419bd392cf4d63c66848536ae0c9d8df.tar.xz
staging: rtl8192u: Replace explicit NULL comparison
Replace explicit NULL comparison with ! operator to simplify code. Found with Coccinelle script: @@ expression ptr; position p; statement s0, s1; @@ ptr@p = \(kmalloc\|devm_kzalloc\|kmalloc_array\|devm_ioremap\|usb_alloc_urb\| alloc_netdev\|dev_alloc_skb\)(...) ... when != ptr if ( ( + ! ptr - == NULL ) ) s0 else s1 Signed-off-by: Gargi Sharma <gs051095@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions