staging/sep: Fix sparse warning 'do-while statement is not a compound statement'
authorPeter Huewe <peterhuewe@gmx.de>
Wed, 1 Dec 2010 23:43:32 +0000 (00:43 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Dec 2010 20:34:59 +0000 (12:34 -0800)
commiteb6b420da13fee2edc30b7bde67c0c8993c4c30d
tree6d603b0807f2d400f4e26996c846ef0d325b8dc5
parentff29ee8f9301c38f28d4d22fe49373d3b996956e
staging/sep: Fix sparse warning 'do-while statement is not a compound statement'

This patch fixes the warning generated by sparse: 'do-while statement is
not a compound statement' by adding the necessary brackets around the do
block

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/sep/sep_dev.h
drivers/staging/sep/sep_driver.c