aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2017-03-21 13:37:10 +1100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-21 08:56:07 +0100
commitc133b9bd8ff18323f57859c5add3be9e872224c3 (patch)
tree6b3a440cf5b26e3b7ca7c4bc169e7d65739a2e58 /include/linux
parentstaging: ks7010: make goto labels uniform (diff)
downloadwireguard-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')
0 files changed, 0 insertions, 0 deletions