commit | 6ac49ca56269cdb9772d8afec203887dbf302112 | [log] [tgz] |
---|---|---|
author | Oleg Drokin <green@linuxhacker.ru> | Tue Feb 16 00:46:50 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:33:11 2016 -0800 |
tree | 79e89f709d8ec3ea2a629c8b30fd95b90508c113 | |
parent | 6a9f7487f0338f5e13b0a9893562038e90c774d5 [diff] |
staging/lustre/fld: 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>