]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: libcfs: remove == 0 testing
authorJames Simmons <jsimmons@infradead.org>
Thu, 17 Nov 2016 19:35:50 +0000 (14:35 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Nov 2016 07:47:32 +0000 (08:47 +0100)
commit37f6ee2a8db7442809f91a1e8bb0a43fb80b9ba8
tree67c85de1d6eff21a2dd95a6ec745e03797282e9f
parent3175e0a01eaf993ddf4bbe93e4162d6842a9aa36
staging: lustre: libcfs: remove == 0 testing

Testing == 0 is not kernel style so remove this
type of testing from libcfs.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/libcfs/debug.c
drivers/staging/lustre/lnet/libcfs/hash.c
drivers/staging/lustre/lnet/libcfs/libcfs_lock.c
drivers/staging/lustre/lnet/libcfs/libcfs_string.c
drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c
drivers/staging/lustre/lnet/libcfs/linux/linux-crypto.c
drivers/staging/lustre/lnet/libcfs/tracefile.c
drivers/staging/lustre/lnet/libcfs/workitem.c