]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
staging: wfx: Fix alignment style issue in sta.c
authorRajat Asthana <thisisrast7@gmail.com>
Thu, 18 Feb 2021 18:37:57 +0000 (00:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:24 +0000 (09:25 +0100)
This change fixes a checkpatch error for "Alignment should match
open parenthesis".

Signed-off-by: Rajat Asthana <thisisrast7@gmail.com>
Link: https://lore.kernel.org/r/20210218183757.72995-1-thisisrast7@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/sta.c

index 5585f9e876e1c1b6ba980b9000c8628b88d81ad3..8c57338efc719650c5cf61a5cb556d61d4dca497 100644 (file)
@@ -193,7 +193,7 @@ int wfx_update_pm(struct wfx_vif *wvif)
 }
 
 int wfx_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
-                  u16 queue, const struct ieee80211_tx_queue_params *params)
+               u16 queue, const struct ieee80211_tx_queue_params *params)
 {
        struct wfx_dev *wdev = hw->priv;
        struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv;