kmemcheck: add missing braces to do-while in kmemcheck_annotate_bitfield
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 6 Jul 2009 09:53:03 +0000 (11:53 +0200)
committerVegard Nossum <vegard.nossum@gmail.com>
Mon, 21 Sep 2009 21:34:24 +0000 (23:34 +0200)
Whether or not the sparse warning

warning: do-while statement is not a compound statement

is justified or not in this case, it is annoying and trivial to fix.

[vegard.nossum@gmail.com: title and cleanup]
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>

No differences found