All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cfg80211: fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typo
@ 2022-02-21 14:55 Johannes Berg
  2022-02-21 15:46 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2022-02-21 14:55 UTC (permalink / raw)
  To: linux-wireless; +Cc: Masahiro Yamada, Johannes Berg

From: Johannes Berg <johannes.berg@intel.com>

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@intel.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] cfg80211: fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typo
  2022-02-21 14:55 [PATCH] cfg80211: fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typo Johannes Berg
@ 2022-02-21 15:46 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2022-02-21 15:46 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, Johannes Berg

On Mon, Feb 21, 2022 at 11:55 PM Johannes Berg
<johannes@sipsolutions.net> wrote:
>
> From: Johannes Berg <johannes.berg@intel.com>
>
> 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@intel.com>
> ---

Thanks for catching this!

Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>



>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-21 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 14:55 [PATCH] cfg80211: fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typo Johannes Berg
2022-02-21 15:46 ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.