Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69e222d9 authored by Teodora Baluta's avatar Teodora Baluta Committed by Greg Kroah-Hartman
Browse files

staging: rtl8187se: else should follow close brace '}



This patch fixes the following checkpatch warning:
ERROR: else should follow close brace '}'

Signed-off-by: default avatarTeodora Baluta <teobaluta@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fa520f01
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -428,8 +428,7 @@ int ieee80211_rtl_xmit(struct sk_buff *skb,
		if (is_multicast_ether_addr(header.addr1)) {
			frag_size = MAX_FRAG_THRESHOLD;
			qos_ctl = QOS_CTL_NOTCONTAIN_ACK;
		}
		else {
		} else {
			/* default:392 */
			frag_size = ieee->fts;
			qos_ctl = 0;