]> Pileus Git - ~andy/linux/blobdiff - drivers/firewire/fw-device.h
firewire: remove line breaks before function names
[~andy/linux] / drivers / firewire / fw-device.h
index 655d7e8380123ac15d155287d828edbb11fc51ad..41483f1a1beb6fd59c7fb6e150b2ae84d46f28c3 100644 (file)
@@ -180,8 +180,7 @@ struct fw_driver {
        const struct fw_device_id *id_table;
 };
 
-static inline struct fw_driver *
-fw_driver(struct device_driver *drv)
+static inline struct fw_driver *fw_driver(struct device_driver *drv)
 {
        return container_of(drv, struct fw_driver, driver);
 }