xen-netfront: mark expected switch fall-through
[linux-2.6-microblaze.git] / drivers / net / xen-netfront.c
index c914c24..7f25733 100644 (file)
@@ -2038,7 +2038,7 @@ static void netback_changed(struct xenbus_device *dev,
        case XenbusStateClosed:
                if (dev->state == XenbusStateClosed)
                        break;
-               /* Missed the backend's CLOSING state -- fallthrough */
+               /* Fall through - Missed the backend's CLOSING state. */
        case XenbusStateClosing:
                xenbus_frontend_closed(dev);
                break;