commit | 8b382089924f200413af5b7b49229c1d6ef7cab1 | [log] [tgz] |
---|---|---|
author | Oleg Drokin <green@linuxhacker.ru> | Tue Feb 16 00:46:58 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:33:11 2016 -0800 |
tree | fd9db0acf86f853b4250d91d3c9784f8429be0e9 | |
parent | 7f1ae4c066d52d074822387b7d6702b8f0a31e90 [diff] |
staging/lustre/ptlrpc: Adjust NULL comparison codestyle All instances of "x == NULL" are changed to "!x" and "x != NULL" to "x" Also remove some redundant assertions. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>