ALSA: xen: Remove superfluous fall through comments
authorTakashi Iwai <tiwai@suse.de>
Thu, 9 Jul 2020 11:17:49 +0000 (13:17 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 9 Jul 2020 17:10:37 +0000 (19:10 +0200)
commit401b3e6e1975b58a29035490a29e4e3c2757373d
tree581ce280d3bc2b9c6ced15188dc707e2fb4fb153
parent4d6cd8f1b8735dd5de6bb3a2ec3e3cc5ecf7614e
ALSA: xen: Remove superfluous fall through comments

The "fall through" comments found in switch-cases in ALSA xen driver
are all superfluous.  The kernel coding style allows the multiple
cases in a row.  Let's remove them.

Reviewed-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Link: https://lore.kernel.org/r/20200709111750.8337-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/xen/xen_snd_front.c
sound/xen/xen_snd_front_evtchnl.c