staging: rtl8187se: else should follow close brace '}

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

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Teodora Baluta 2013-10-22 02:37:17 +03:00 committed by Greg Kroah-Hartman
parent fa520f01b5
commit 69e222d98e
1 changed files with 1 additions and 2 deletions

View File

@ -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;