[PATCH] staging: wfx: make methods 'wfx_get_ps_timeout' and 'wfx_update_pm' static

2020-06-09 Thread Julius Hemanth Pitti
declared. Should it be static? Signed-off-by: Julius Hemanth Pitti --- drivers/staging/wfx/sta.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wfx/sta.c b/drivers/staging/wfx/sta.c index 12e8a5b..d855d87 100644 --- a/drivers/staging/wfx/sta.c +++ b/drive

[PATCH v2] staging: rtl8192u: ieee80211: ieee80211_wx: add space before open brace

2019-03-27 Thread Julius Hemanth Pitti
Fix checkpatch error "ERROR: space required before the open brace '{'" in ieee80211_wx.c. Signed-off-by: Julius Hemanth Pitti --- Changes in v2: - Corrected commit message typo drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c | 12 +--- 1 file changed, 5 insert

[PATCH] staging: rtl8192u: ieee80211: ieee80211_wx: add space before open brace

2019-03-27 Thread Julius Hemanth Pitti
Fix checkpatch error "ERROR: that open brace { should be on the previous line" in ieee80211_wx.c. Signed-off-by: Julius Hemanth Pitti --- drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/stagin