Make the code like the rest of the kernel.

Signed-off-by: Joe Perches <[email protected]>
---
 include/linux/platform_data/usb-ohci-s3c2410.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/platform_data/usb-ohci-s3c2410.h 
b/include/linux/platform_data/usb-ohci-s3c2410.h
index 7fa1fbefc3f2..cc7554ae6e8b 100644
--- a/include/linux/platform_data/usb-ohci-s3c2410.h
+++ b/include/linux/platform_data/usb-ohci-s3c2410.h
@@ -31,7 +31,7 @@ struct s3c2410_hcd_info {
        void            (*report_oc)(struct s3c2410_hcd_info *, int ports);
 };
 
-static void inline s3c2410_usb_report_oc(struct s3c2410_hcd_info *info, int 
ports)
+static inline void s3c2410_usb_report_oc(struct s3c2410_hcd_info *info, int 
ports)
 {
        if (info->report_oc != NULL) {
                (info->report_oc)(info, ports);
-- 
2.10.0.rc2.1.g053435c

Reply via email to