xen/xenbus: fixup checkpatch issues in xenbus_probe*
[firefly-linux-kernel-4.4.55.git] / drivers / xen / xenbus / xenbus_probe.c
index 811923451218cae31ac9bf9bbf88c125b429da10..baa65e7fbbc708bb5a78f3b80f3b572bf77ec91b 100644 (file)
@@ -126,9 +126,11 @@ static int talk_to_otherend(struct xenbus_device *dev)
 
 static int watch_otherend(struct xenbus_device *dev)
 {
-       struct xen_bus_type *bus = container_of(dev->dev.bus, struct xen_bus_type, bus);
+       struct xen_bus_type *bus =
+               container_of(dev->dev.bus, struct xen_bus_type, bus);
 
-       return xenbus_watch_pathfmt(dev, &dev->otherend_watch, bus->otherend_changed,
+       return xenbus_watch_pathfmt(dev, &dev->otherend_watch,
+                                   bus->otherend_changed,
                                    "%s/%s", dev->otherend, "state");
 }
 
@@ -579,7 +581,8 @@ int xenbus_dev_suspend(struct device *dev, pm_message_t state)
 {
        int err = 0;
        struct xenbus_driver *drv;
-       struct xenbus_device *xdev = container_of(dev, struct xenbus_device, dev);
+       struct xenbus_device *xdev
+               = container_of(dev, struct xenbus_device, dev);
 
        DPRINTK("%s", xdev->nodename);
 
@@ -599,7 +602,8 @@ int xenbus_dev_resume(struct device *dev)
 {
        int err;
        struct xenbus_driver *drv;
-       struct xenbus_device *xdev = container_of(dev, struct xenbus_device, dev);
+       struct xenbus_device *xdev
+               = container_of(dev, struct xenbus_device, dev);
 
        DPRINTK("%s", xdev->nodename);