diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2016-06-16 16:19:03 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-17 07:16:13 +0200 |
commit | 77a83ed10bcccf67e803d0eab7c8506c7546586a (patch) | |
tree | 66627f14efb358c35b2523affe1925a309414604 /drivers/infiniband | |
parent | qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperS... (diff) | |
download | linux-77a83ed10bcccf67e803d0eab7c8506c7546586a.tar.xz linux-77a83ed10bcccf67e803d0eab7c8506c7546586a.zip |
s390/qeth: fix indentation in qeth_l3_arp_query
gcc-6 warns about obviously wrong indentation:
drivers/s390/net/qeth_l3_main.c: In function 'qeth_l3_arp_query':
drivers/s390/net/qeth_l3_main.c:2315:3: warning: this 'if' clause does not
guard... [-Wmisleading-indentation]
if (copy_to_user(udata, qinfo.udata, 4))
^~
drivers/s390/net/qeth_l3_main.c:2317:4: note: ...this statement, but the
latter is misleadingly indented as if it is guarded by the 'if'
goto free_and_out;
^~~~
Although this particular case is harmless, fix the indentation to get rid
of that warning and improve readability.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/infiniband')
0 files changed, 0 insertions, 0 deletions