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