aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/hid-sensor-ids.h
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2017-03-21 13:37:11 +1100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-21 08:56:07 +0100
commit1e765f318824b2f182dedb5e74e05b9f132e07ca (patch)
treeb33b4a08c6948c404ed7cadcc5e7593b607ad83f /include/linux/hid-sensor-ids.h
parentstaging: ks7010: remove non-zero comparison (diff)
downloadwireguard-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