From: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> This series is seven in a set of seven to add support for wcn3680 at 802.11ac data-rates. This set marks functions previously declared non-static as static. In order to facilitate granular standalone commits and avoid single patch code-bombs. A series of functions were previously declared non-static. Antecedent changes have made use of those functions so we can now mark them static. In a similar theme of cleanup, I've added on a fix for some whitespace damage in main.c and smd.c which while not strictly related to wcn3680 I've opted to throw into the bucket under a "miscellaneous update" title. Hope that's OK. Bryan O'Donoghue (2): wcn36xx: Mark internal smd functions static wcn36xx: Ensure spaces between functions drivers/net/wireless/ath/wcn36xx/main.c | 1 + drivers/net/wireless/ath/wcn36xx/smd.c | 38 ++++++++++++++----------- 2 files changed, 23 insertions(+), 16 deletions(-) -- 2.27.0