X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=net%2F9p%2Ftrans_xen.c;h=3963eb11c3fbdd841197f9d9ac7f9426db52ecba;hp=9daab0dd833b31cbb663b7756970a545cc59f3cf;hb=23bbbf5c1fb3ddf104c2ddbda4cc24ebe53a3453;hpb=80a316ff16276b36d0392a8f8b2f63259857ae98;ds=sidebyside diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c index 9daab0dd833b..3963eb11c3fb 100644 --- a/net/9p/trans_xen.c +++ b/net/9p/trans_xen.c @@ -513,7 +513,7 @@ static void xen_9pfs_front_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;