treewide: Use fallthrough pseudo-keyword
[linux-block.git] / arch / arm / mach-ep93xx / crunch.c
index 1c05c5bf7e5c89331f9b72771334b819c4ec8a2c..757032d82f6309834ef0470aa026272a4cb5a165 100644 (file)
@@ -49,7 +49,7 @@ static int crunch_do(struct notifier_block *self, unsigned long cmd, void *t)
                 * FALLTHROUGH: Ensure we don't try to overwrite our newly
                 * initialised state information on the first fault.
                 */
-               /* Fall through */
+               fallthrough;
 
        case THREAD_NOTIFY_EXIT:
                crunch_task_release(thread);