mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
dd1c1853e2
Modern versions of gcc do not like case statements at the end of a block statement: you need at least an empty statement. Using just a "break;" is preferred for visual style. Signed-off-by: Linus Torvalds <torvalds@osdl.org>