]> git.ipfire.org Git - people/arne_f/kernel.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Oct 2013 22:42:47 +0000 (15:42 -0700)
commit8e307e20b3d7b4fc8af7a84762a7653dad486822
tree0d7a86f19ba1f4452bcb3613cdbba7b8b5d6dd59
parentd45a3625d35eddca15327e99cd72eb5ed2c3ef31
caif: Add missing braces to multiline if in cfctrl_linkup_request

[ Upstream commit 0c1db731bfcf3a9fd6c58132134f8b0f423552f0 ]

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/caif/cfctrl.c