xen/xenbus: fixup checkpatch issues in xenbus_probe*
[firefly-linux-kernel-4.4.55.git] / drivers / xen / xenbus / xenbus_probe.h
index 0e5fc4c63eb29db73ee453caf185cd56b7115c24..24665812316a76e98e54a580025e3e27d26da254 100644 (file)
@@ -41,8 +41,10 @@ struct xen_bus_type
        char *root;
        unsigned int levels;
        int (*get_bus_id)(char bus_id[XEN_BUS_ID_SIZE], const char *nodename);
-       int (*probe)(struct xen_bus_type *bus, const char *type, const char *dir);
-       void (*otherend_changed)(struct xenbus_watch *watch, const char **vec, unsigned int len);
+       int (*probe)(struct xen_bus_type *bus, const char *type,
+                    const char *dir);
+       void (*otherend_changed)(struct xenbus_watch *watch, const char **vec,
+                                unsigned int len);
        struct bus_type bus;
 };