aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorMunir Contractor <munircontractor@gmail.com>2017-07-19 21:41:25 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-27 21:51:06 -0700
commitce2b0f561ce1ad18ab607d489225a24072ae0196 (patch)
tree92f3c7fd163c0f079c724525e0e46761f6dc02b9 /drivers/staging/rtl8188eu
parentstaging: greybus: Fix coding style issue for column width (diff)
downloadlinux-dev-ce2b0f561ce1ad18ab607d489225a24072ae0196.tar.xz
linux-dev-ce2b0f561ce1ad18ab607d489225a24072ae0196.zip
staging: rtl8188eu: Move { after function to new line
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>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_ioctl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_ioctl.h b/drivers/staging/rtl8188eu/include/rtw_ioctl.h
index 0fa78ed2c1ab..4c925e610997 100644
--- a/drivers/staging/rtl8188eu/include/rtw_ioctl.h
+++ b/drivers/staging/rtl8188eu/include/rtw_ioctl.h
@@ -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