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