[PATCH] iwlwifi: mvm: Move static keyword to the front of declarations

2019-10-12 Thread YueHaibing
gcc warn about this: drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c:342:1: warning: static is not at beginning of declaration [-Wold-style-declaration] drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c:349:1: warning: static is not at beginning of declaration [-Wold-style-declaration] Signed

Re: [PATCH] iwlwifi: mvm: Move static keyword to the front of declarations

2019-09-02 Thread Krzysztof Wilczynski
Hi Luca, [...] > Thanks for your patch! Though we already have this change in our > internal tree (submitted by YueHaibing) and it will reach the mainline > soon. Thank you for letting me know. I am glad it's fixed. :) Krzysztof

Re: [PATCH] iwlwifi: mvm: Move static keyword to the front of declarations

2019-09-02 Thread Luca Coelho
On Sun, 2019-09-01 at 00:01 +0200, Krzysztof Wilczynski wrote: > Move the static keyword to the front of declarations of > he_if_types_ext_capa_sta and he_iftypes_ext_capa, and > resolve the following compiler warnings that can be seen > when building with warnings enabled (W=1): > > drivers/net/w

[PATCH] iwlwifi: mvm: Move static keyword to the front of declarations

2019-08-31 Thread Krzysztof Wilczynski
Move the static keyword to the front of declarations of he_if_types_ext_capa_sta and he_iftypes_ext_capa, and resolve the following compiler warnings that can be seen when building with warnings enabled (W=1): drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c:427:1: warning: ‘static’ is not at b