mirror of
https://github.com/torvalds/linux
synced 2026-06-16 07:12:08 +09:00
As a preparatory patch for the upcoming -Wimplicit-fallthrough compiler checks, replace with the standard "fall through" annotation at the right places. They have to be put right before the next labels. Signed-off-by: Takashi Iwai <tiwai@suse.de>