summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBhaktipriya Shridhar2016-03-22 15:59:13 +0100
committerGreg Kroah-Hartman2016-03-28 16:30:36 +0200
commit4d97b691475060ea6e1345ea7a7c2cba4658a631 (patch)
treebb6c937ef5f36fde1090c9e5d8525cc7ebb8ec4f /.gitignore
parentstaging: vt6656: Fixed multiple logical comparisions warnings (diff)
downloadkernel-qcow2-linux-4d97b691475060ea6e1345ea7a7c2cba4658a631.tar.gz
kernel-qcow2-linux-4d97b691475060ea6e1345ea7a7c2cba4658a631.tar.xz
kernel-qcow2-linux-4d97b691475060ea6e1345ea7a7c2cba4658a631.zip
staging: rtl8712: mlme_linux: Clean up tests if NULL returned on failure
Some functions like kzalloc return NULL on failure. When NULL represents failure, !x is commonly used. This was done using Coccinelle: @@ expression *e; identifier l1; @@ e = \(kmalloc\|kzalloc\|kcalloc\|devm_kzalloc\)(...); ... - e == NULL + !e Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions