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

Commit ff2f3e0e authored by Darryl T. Agostinelli's avatar Darryl T. Agostinelli Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: fixed statements should start on a tabstop



fixed statements should start on a tabstop

Signed-off-by: default avatarDarryl T. Agostinelli <dagostinelli@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent eb9eb87d
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -740,8 +740,10 @@ static int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
				netdev_info(ieee->dev, "converted skb->priority = %x\n",
					   skb->priority);
			}

			qos_ctl |= skb->priority;
			header.qos_ctl = cpu_to_le16(qos_ctl & RTLLIB_QOS_TID);

		} else {
			hdr_len = RTLLIB_3ADDR_LEN;
		}