Re: [PATCH 20/41] scsi: isci: request: mark expected switch fall-through

From: Artur Paszkiewicz
Date: Thu Dec 20 2018 - 03:51:35 EST


On 11/28/18 5:30 AM, Gustavo A. R. Silva wrote:
> In preparation to enabling -Wimplicit-fallthrough, mark switch cases
> where we are expecting to fall through.
>
> Notice that, in this particular case, a dash is added as a token in
> order to separate the "Fall through" annotation from the rest of the
> comment on the same line, which is what GCC is expecting to find.
>
> Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>

Acked-by: Artur Paszkiewicz <artur.paszkiewicz@xxxxxxxxx>