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)
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>

No differences found