commit | 34e3ff962f35a411fcc4a8379d412ea7515a1a48 | [log] [tgz] |
---|---|---|
author | Oleg Drokin <green@linuxhacker.ru> | Tue Feb 16 00:46:53 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:33:11 2016 -0800 |
tree | 29825c092449a83d3aa940fa4c2ffa91d166bd05 | |
parent | d2a13989d2e29b1f4cb38b50462e047cb935e96b [diff] |
staging/lustre/mdc: 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>