Tag: 993c0a0ea0062e24fb96f579d1b655b15f3c9dfa

staging: rtl8723au: Use ARRAY_SIZE macro for sizes of arrays

Author: Janani Ravichandran <janani.rvchndrn@gmail.com> Use ARRAY_SIZE to calculate the size of an array to make code concise. The semantic patch used can be found here: https://github.com/coccinelle/coccinellery/commit/9cbab452a3a2e18439e8386d6c4a68ee42c3ee2b Signed-off-by: Janani Ravichandran Signed-off-by: Greg Kroah-Hartman — drivers/staging/rtl8723au/core/rtw_cmd.c | 3 +– drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 3 +– drivers/staging/rtl8723au/hal/HalHWImg8723A_BB.c | 6 +++— drivers/staging/rtl8723au/hal/HalHWImg8723A_MAC.c | 2 +- 4 files changed, 6 insertions(+), 8 …

Lire la suite