treewide: Use fallthrough pseudo-keyword
[linux-2.6-block.git] / fs / afs / write.c
index a121c247d95a3d63757cfd9e30557c41faa542e2..4b2265cb18917b5e28078b9b61ca098fab6139a8 100644 (file)
@@ -609,7 +609,7 @@ no_more:
 
        default:
                pr_notice("kAFS: Unexpected error from FS.StoreData %d\n", ret);
-               /* Fall through */
+               fallthrough;
        case -EACCES:
        case -EPERM:
        case -ENOKEY: