Re: [PATCH v2] lib/siphash.c: annotate implicit fall throughs

From: Jason A. Donenfeld
Date: Wed Mar 13 2019 - 16:41:20 EST


Conceptually this seems pretty reasonable. Though, style-wise, perhaps
you might want to put those breaks on the next line too, i.e. s/;
break;/;\n\t\tbreak;/?