Search Linux Wireless

Re: [PATCH] cfg80211: fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Feb 21, 2022 at 11:55 PM Johannes Berg
<johannes@xxxxxxxxxxxxxxxx> wrote:
>
> From: Johannes Berg <johannes.berg@xxxxxxxxx>
>
> The kbuild change here accidentally removed not only the
> unquoting, but also the last character of the variable
> name. Fix that.
>
> Fixes: 129ab0d2d9f3 ("kbuild: do not quote string values in include/config/auto.conf")
> Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx>
> ---

Thanks for catching this!

Reviewed-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>



>  net/wireless/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/wireless/Makefile b/net/wireless/Makefile
> index 1e9be50469ce..527ae669f6f7 100644
> --- a/net/wireless/Makefile
> +++ b/net/wireless/Makefile
> @@ -33,7 +33,7 @@ $(obj)/shipped-certs.c: $(wildcard $(srctree)/$(src)/certs/*.hex)
>           echo 'unsigned int shipped_regdb_certs_len = sizeof(shipped_regdb_certs);'; \
>          ) > $@
>
> -$(obj)/extra-certs.c: $(CONFIG_CFG80211_EXTRA_REGDB_KEYDI) \
> +$(obj)/extra-certs.c: $(CONFIG_CFG80211_EXTRA_REGDB_KEYDIR) \
>                       $(wildcard $(CONFIG_CFG80211_EXTRA_REGDB_KEYDIR)/*.x509)
>         @$(kecho) "  GEN     $@"
>         $(Q)(set -e; \
> --
> 2.35.1
>


-- 
Best Regards
Masahiro Yamada



[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux