X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=Documentation%2Fprocess%2Fcoding-style.rst;fp=Documentation%2Fprocess%2Fcoding-style.rst;h=ada573b7d703bca0b0ab725e2714f84f6dd2bd1f;hp=f4a2198187f9b6b18ba16230f3947d2e50c9328a;hb=b9918bdcac1ff7bf11f1ab64708267c73f9b2552;hpb=294f69e662d1570703e9b56e95be37a9fd3afba5 diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst index f4a2198187f9..ada573b7d703 100644 --- a/Documentation/process/coding-style.rst +++ b/Documentation/process/coding-style.rst @@ -56,7 +56,7 @@ instead of ``double-indenting`` the ``case`` labels. E.g.: case 'K': case 'k': mem <<= 10; - /* fall through */ + fallthrough; default: break; }