]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
staging: rtl8188eu: remove whitespace in qos_acm()
authorMichael Straube <straube.linux@gmail.com>
Thu, 11 Oct 2018 19:57:12 +0000 (21:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Oct 2018 11:32:39 +0000 (13:32 +0200)
Remove whitespace in qos_acm() to improve readability.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_xmit.c

index f0dde8aa853df9944f83f156d2c693973ba56987..ce631efd48e5ba55fba0d57647cb974d3243ea20 100644 (file)
@@ -335,9 +335,9 @@ static void update_attrib_phy_info(struct pkt_attrib *pattrib, struct sta_info *
        pattrib->retry_ctrl = false;
 }
 
-u8     qos_acm(u8 acm_mask, u8 priority)
+u8 qos_acm(u8 acm_mask, u8 priority)
 {
-       u8      change_priority = priority;
+       u8 change_priority = priority;
 
        switch (priority) {
        case 0: