commit | 44b53f18cac7b9b5c3d309f98d4f6a1da344aad2 | [log] [tgz] |
---|---|---|
author | Oleg Drokin <green@linuxhacker.ru> | Tue Feb 16 00:46:47 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:33:11 2016 -0800 |
tree | 2eff984809415585bef400e8c5a407b1349c67a4 | |
parent | 6e16818b2438f5cb36500e2df26e9e1d11849cbe [diff] |
staging/lustre/ldlm: 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>