]> Git Repo - linux.git/blobdiff - drivers/scsi/wd33c93.c
treewide: Use fallthrough pseudo-keyword
[linux.git] / drivers / scsi / wd33c93.c
index f81046f0e68a69bea44e2f311a3d1f401b97a02c..87dafbc942d37ee0195d2fff8e01aa87ca020769 100644 (file)
@@ -1854,7 +1854,7 @@ round_4(unsigned int x)
                case 1: --x;
                        break;
                case 2: ++x;
-                       /* fall through */
+                       fallthrough;
                case 3: ++x;
        }
        return x;
This page took 0.029904 seconds and 4 git commands to generate.