diff options
author | 2017-03-21 13:37:10 +1100 | |
---|---|---|
committer | 2017-03-21 08:56:07 +0100 | |
commit | c133b9bd8ff18323f57859c5add3be9e872224c3 (patch) | |
tree | 6b3a440cf5b26e3b7ca7c4bc169e7d65739a2e58 /include/linux/hid-sensor-ids.h | |
parent | staging: ks7010: make goto labels uniform (diff) | |
download | wireguard-linux-c133b9bd8ff18323f57859c5add3be9e872224c3.tar.xz wireguard-linux-c133b9bd8ff18323f57859c5add3be9e872224c3.zip |
staging: ks7010: remove non-zero comparison
Comparison, does not equal zero, is redundant
'if (foo != 0)' is equal to 'if (foo)'
Typical kernel coding style is to use the shorter form.
Remove unnecessary non-zero comparison.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hid-sensor-ids.h')
0 files changed, 0 insertions, 0 deletions