diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-25 04:17:08 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-25 04:17:08 +0000 |
commit | 34b6d0f27a85c39312f5c81ad3479e30f21f0ce1 (patch) | |
tree | 45a24cd7b59a64544284a137b61584ef56564f8f /linux/drivers/media/video/dabusb.c | |
parent | a81f8011fb9b3a0e00bc4704f89237c588b6f7be (diff) | |
download | mediapointer-dvb-s2-34b6d0f27a85c39312f5c81ad3479e30f21f0ce1.tar.gz mediapointer-dvb-s2-34b6d0f27a85c39312f5c81ad3479e30f21f0ce1.tar.bz2 |
suppress compound statement warning in dvb-bt8xx.c
From: Harvey Harrison <harvey.harrison@gmail.com>
Prevailing kernel style seems to prefer always using braces
for do {} while ().
Add braces to dprintk to suppress the sparse warnings:
drivers/media/dvb/bt8xx/dvb-bt8xx.c:73:2: warning: do-while statement is not a compound statement
drivers/media/dvb/bt8xx/dvb-bt8xx.c:93:2: warning: do-while statement is not a compound statement
drivers/media/dvb/bt8xx/dvb-bt8xx.c:529:2: warning: do-while statement is not a compound statement
drivers/media/dvb/bt8xx/dvb-bt8xx.c:614:4: warning: do-while statement is not a compound statement
drivers/media/dvb/bt8xx/dvb-bt8xx.c:629:4: warning: do-while statement is not a compound statement
drivers/media/dvb/bt8xx/dvb-bt8xx.c:639:4: warning: do-while statement is not a compound statement
drivers/media/dvb/bt8xx/dvb-bt8xx.c:883:2: warning: do-while statement is not a compound statement
drivers/media/dvb/bt8xx/dvb-bt8xx.c:917:2: warning: do-while statement is not a compound statement
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/dabusb.c')
0 files changed, 0 insertions, 0 deletions