commit | 00697c43620734c7bd6e28d8bc4ffdfb2e07c99d | [log] [tgz] |
---|---|---|
author | Oleg Drokin <green@linuxhacker.ru> | Tue Feb 16 00:46:45 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:33:11 2016 -0800 |
tree | de6bfdc2dec11071bbaa8fe77b7093ba15eed091 | |
parent | 15d9f5201fc31e6abdb7e8627741a0a5fb0614b8 [diff] |
staging/lustre/lov: 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>