Incorrect. C switch cases are jump labels not case-by-case tests. Only
one test occurs, at the `switch'. The `default:' label is jumped to
only when none of the other cases match.
Fixing the missing semicolons is still welcome.
-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/