commit | 6a9f7487f0338f5e13b0a9893562038e90c774d5 | [log] [tgz] |
---|---|---|
author | Oleg Drokin <green@linuxhacker.ru> | Tue Feb 16 00:46:49 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:33:11 2016 -0800 |
tree | faaea95ac69a077c6a52e662ee284e4d5551d115 | |
parent | 2cbdaa45387a3b6a2ccfe73e29e1604ef4b8f2d0 [diff] |
staging/lustre/fid: Adjust NULL comparison codestyle All instances of "x == NULL" are changed to "!x" and "x != NULL" to "x" Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>