diff options
author | 2017-03-21 13:37:11 +1100 | |
---|---|---|
committer | 2017-03-21 08:56:07 +0100 | |
commit | 1e765f318824b2f182dedb5e74e05b9f132e07ca (patch) | |
tree | b33b4a08c6948c404ed7cadcc5e7593b607ad83f /include/linux/hid-sensor-ids.h | |
parent | staging: ks7010: remove non-zero comparison (diff) | |
download | wireguard-linux-1e765f318824b2f182dedb5e74e05b9f132e07ca.tar.xz wireguard-linux-1e765f318824b2f182dedb5e74e05b9f132e07ca.zip |
staging: ks7010: remove zero comparison
Comparison, equal to zero, is redundant
'if (foo == 0)' is equal to 'if (!foo)'
Typical kernel coding style is to use the shorter form.
Remove unnecessary 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