]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
caif: Add missing braces to multiline if in cfctrl_linkup_request
authorDave Jones <davej@redhat.com>
Thu, 5 Sep 2013 04:11:19 +0000 (00:11 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Sep 2013 18:31:02 +0000 (14:31 -0400)
commit0c1db731bfcf3a9fd6c58132134f8b0f423552f0
tree1e46bebf3e2e2553307f01fe7f2567b839037e64
parentc0a77ec74f295013d7ba3204dd3ed25fccf83cb4
caif: Add missing braces to multiline if in cfctrl_linkup_request

The indentation here implies this was meant to be a multi-line if.

Introduced several years back in commit c85c2951d4da1236e32f1858db418221e624aba5
("caif: Handle dev_queue_xmit errors.")

Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/caif/cfctrl.c