treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / scsi / xen-scsifront.c
index f0068e96a177fc0b48390d826638181983fdb248..259fc248d06cffa7278592d79cff2b6207987bda 100644 (file)
@@ -1111,7 +1111,7 @@ static void scsifront_backend_changed(struct xenbus_device *dev,
        case XenbusStateClosed:
                if (dev->state == XenbusStateClosed)
                        break;
-               /* fall through - Missed the backend's Closing state */
+               fallthrough;    /* Missed the backend's Closing state */
        case XenbusStateClosing:
                scsifront_disconnect(info);
                break;