USB: fix Coding Style.
[firefly-linux-kernel-4.4.55.git] / drivers / usb / dwc_otg_310 / dwc_otg_attr.h
index 86f93790f2c6b64b1eadb468569c42eedf8f44ce..7d483eb3f14ec94344d4bcfaf699a30a3baafe60 100755 (executable)
@@ -7,7 +7,7 @@
  * Synopsys HS OTG Linux Software Driver and documentation (hereinafter,
  * "Software") is an Unsupported proprietary work of Synopsys, Inc. unless
  * otherwise expressly agreed to in writing between Synopsys and you.
- * 
+ *
  * The Software IS NOT an item of Licensed Software or Licensed Product under
  * any End User Software License Agreement or Agreement for Licensed Product
  * with Synopsys or any supplement thereto. You are permitted to use and
@@ -17,7 +17,7 @@
  * any information contained herein except pursuant to this license grant from
  * Synopsys. If you do not agree with this notice, including the disclaimer
  * below, then you are not authorized to use the Software.
- * 
+ *
  * THIS SOFTWARE IS BEING DISTRIBUTED BY SYNOPSYS SOLELY ON AN "AS IS" BASIS
  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -66,16 +66,17 @@ extern struct device_attribute dev_attr_hprt0;
 extern struct device_attribute dev_attr_lpm_response;
 extern struct device_attribute devi_attr_sleep_status;
 #endif
-extern void dwc_set_device_platform_data(struct platform_device *pdev, void *data);
+extern void dwc_set_device_platform_data(struct platform_device *pdev,
+                                        void *data);
 extern void *dwc_get_device_platform_data(const struct platform_device *pdev);
 
 void dwc_otg_attr_create(
 
                                struct platform_device *dev
-    );
+       );
 
 void dwc_otg_attr_remove(
 
                                struct platform_device *dev
-    );
+       );
 #endif