Re: [PATCH] afs: Move comments after /* fallthrough */

From: David Howells
Date: Mon Aug 19 2019 - 17:03:35 EST


Joe Perches <joe@xxxxxxxxxxx> wrote:

> /* extract the FID array and its count in two steps */
> - /* fall through */
> + fallthrough;
> case 1:

Okay, that doesn't look too bad. I thought you might be going to combine it
with the case inside a macro in some way.

David