commit | 5fd88337d209d5948ab86b6dfca968dbb29ef89a | [log] [tgz] |
---|---|---|
author | James Simmons <jsimmons@infradead.org> | Fri Feb 12 12:06:09 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 14 16:20:32 2016 -0800 |
tree | 97a65591d872290e2893d6e3f17d87352261b038 | |
parent | 06ace26edc140034c7f340bf41b9a2f8cbb2a3ba [diff] |
staging: lustre: fix all conditional comparison to zero in LNet layer Doing if (rc != 0) or if (rc == 0) is bad form. This patch corrects the LNet code to behavior according to kernel coding standards. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>