]> Pileus Git - ~andy/linux/commit
staging: vt6655: no braces needed for single statement if , for blocks
authorDevendra Naga <devendra.aaru@gmail.com>
Tue, 8 Jan 2013 17:52:35 +0000 (12:52 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 21:17:03 +0000 (13:17 -0800)
commit40a0136b5a7113ccf8d17e56c1f25f63427c4022
treee6296ab1257a602d437d169828060277132c5a1d
parentd1b46e75fb307132ebbfdd65055bf622cc3f646e
staging: vt6655: no braces needed for single statement if , for blocks

there is only one line inside the if and for blocks, so the braces are
not needed

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/channel.c