Commit 173e3e69 authored by Robert Eshleman's avatar Robert Eshleman Committed by Greg Kroah-Hartman

staging: rtl8188eu: cleanup spacing style

This patch fixes a few spacing warnings from checkpatch.pl,
as well as an incorrect spacing between a function type and
the function name.
Signed-off-by: default avatarRobert Eshleman <bobbyeshleman@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 97552060
...@@ -89,7 +89,7 @@ static void update_BCNTIM(struct adapter *padapter) ...@@ -89,7 +89,7 @@ static void update_BCNTIM(struct adapter *padapter)
&tmp_len, (pnetwork_mlmeext->ie_length - &tmp_len, (pnetwork_mlmeext->ie_length -
_BEACON_IE_OFFSET_)); _BEACON_IE_OFFSET_));
if (p) if (p)
offset += tmp_len+2; offset += tmp_len + 2;
/* DS Parameter Set IE, len = 3 */ /* DS Parameter Set IE, len = 3 */
offset += 3; offset += 3;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment