aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_mp.c
diff options
context:
space:
mode:
authorJavier M. Mellid <jmunhoz@igalia.com>2011-04-02 03:02:12 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-20 14:13:31 -0700
commit2657c30e238424cfa666883d459dc132a9e1e59c (patch)
tree4603226ba1bbde8a49eb4a8eb4ce921998c2b997 /drivers/staging/rtl8712/rtl871x_mp.c
parentstaging: rtl8712: fixed coding style issues (diff)
downloadlinux-dev-2657c30e238424cfa666883d459dc132a9e1e59c.tar.xz
linux-dev-2657c30e238424cfa666883d459dc132a9e1e59c.zip
staging: rtl8712: fixed coding style issues
Fixed some style and format issues with code. Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8712/rtl871x_mp.c')
-rw-r--r--drivers/staging/rtl8712/rtl871x_mp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_mp.c b/drivers/staging/rtl8712/rtl871x_mp.c
index 3ad47912924e..41e00a2c862d 100644
--- a/drivers/staging/rtl8712/rtl871x_mp.c
+++ b/drivers/staging/rtl8712/rtl871x_mp.c
@@ -217,7 +217,10 @@ static u32 get_bb_reg(struct _adapter *pAdapter, u16 offset, u32 bitmask)
return new_value;
}
-static u8 set_bb_reg(struct _adapter *pAdapter, u16 offset, u32 bitmask, u32 value)
+static u8 set_bb_reg(struct _adapter *pAdapter,
+ u16 offset,
+ u32 bitmask,
+ u32 value)
{
u32 org_value, bit_shift, new_value;