]> 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)
commit693332a12d5cb0941073cc0e63763480b23bf404
tree67c85de1d6eff21a2dd95a6ec745e03797282e9f
parentb290342e9dcebdbde01d462cf8bbcee6aafcf085
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