summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
diff options
context:
space:
mode:
authorPayal Kshirsagar <payalskshirsagar1234@gmail.com>2020-03-09 22:15:15 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-10 10:15:22 +0100
commitbcfb8b05a921ed02c7d74af74b8e3fe91b9e62b5 (patch)
tree12f93dfcd39ce95afd7892eb05c1b9c54aa60090 /drivers/staging/wfx
parent66d93d7ff9c4d1f8a35519a62e3bacbbdd93b6e8 (diff)
downloadlinux-bcfb8b05a921ed02c7d74af74b8e3fe91b9e62b5.tar.gz
linux-bcfb8b05a921ed02c7d74af74b8e3fe91b9e62b5.tar.bz2
linux-bcfb8b05a921ed02c7d74af74b8e3fe91b9e62b5.zip
staging: wfx: alignment should match open parenthesis
Align code to open parenthesis. Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@gmail.com> Link: https://lore.kernel.org/r/20200309164515.4880-1-payalskshirsagar1234@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wfx')
-rw-r--r--drivers/staging/wfx/data_tx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/wfx/data_tx.c b/drivers/staging/wfx/data_tx.c
index 20f4740734f2..815fde0913f5 100644
--- a/drivers/staging/wfx/data_tx.c
+++ b/drivers/staging/wfx/data_tx.c
@@ -300,8 +300,8 @@ static void wfx_tx_manage_pm(struct wfx_vif *wvif, struct ieee80211_hdr *hdr,
}
static u8 wfx_tx_get_raw_link_id(struct wfx_vif *wvif,
- struct ieee80211_sta *sta,
- struct ieee80211_hdr *hdr)
+ struct ieee80211_sta *sta,
+ struct ieee80211_hdr *hdr)
{
struct wfx_sta_priv *sta_priv =
sta ? (struct wfx_sta_priv *) &sta->drv_priv : NULL;
@@ -368,7 +368,7 @@ static void wfx_tx_fixup_rates(struct ieee80211_tx_rate *rates)
}
static u8 wfx_tx_get_rate_id(struct wfx_vif *wvif,
- struct ieee80211_tx_info *tx_info)
+ struct ieee80211_tx_info *tx_info)
{
bool tx_policy_renew = false;
u8 rate_id;