Re: [PATCH 19/41] scsi: isci: remote_node_context: mark expected switch fall-throughs

From: Artur Paszkiewicz
Date: Thu Dec 20 2018 - 03:51:41 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" annotations 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>