staging: rtl8188eu: Move { after function to new line
authorMunir Contractor <munircontractor@gmail.com>
Thu, 20 Jul 2017 01:41:25 +0000 (21:41 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Jul 2017 04:51:06 +0000 (21:51 -0700)
Fix an error detected by checkpatch.pl on line 75 and move the opening
brace after the function signature to a new line.

Signed-off-by: Munir Contractor <munircontractor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/rtw_ioctl.h

index 0fa78ed..4c925e6 100644 (file)
@@ -75,7 +75,8 @@ struct oid_par_priv {
 };
 
 #if defined(_RTW_MP_IOCTL_C_)
-static int oid_null_function(struct oid_par_priv *poid_par_priv) {
+static int oid_null_function(struct oid_par_priv *poid_par_priv)
+{
        return NDIS_STATUS_SUCCESS;
 }
 #endif