commit | 2cbdaa45387a3b6a2ccfe73e29e1604ef4b8f2d0 | [log] [tgz] |
---|---|---|
author | Oleg Drokin <green@linuxhacker.ru> | Tue Feb 16 00:46:48 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:33:11 2016 -0800 |
tree | c6f60ee6a29e31b8d93d85242acad8a38b449d73 | |
parent | 44b53f18cac7b9b5c3d309f98d4f6a1da344aad2 [diff] |
staging/lustre/lmv: 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>