All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/wireless-regdb: drop spurious space
@ 2021-11-29  6:20 Fabrice Fontaine
  2021-11-29 15:30 ` Peter Seiderer
  2021-11-29 21:31 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-11-29  6:20 UTC (permalink / raw)
  To: buildroot; +Cc: Dimitrios Siganos, Fabrice Fontaine

Drop spurious space added by commit
71dc107d41e5daf45e0955740b302367313aa23f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/wireless-regdb/wireless-regdb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/wireless-regdb/wireless-regdb.mk b/package/wireless-regdb/wireless-regdb.mk
index 0db8c6f345..9e01283c01 100644
--- a/package/wireless-regdb/wireless-regdb.mk
+++ b/package/wireless-regdb/wireless-regdb.mk
@@ -12,7 +12,7 @@ WIRELESS_REGDB_LICENSE_FILES = LICENSE
 WIRELESS_REGDB_CPE_ID_VENDOR = kernel
 
 ifeq ($(BR2_PACKAGE_CRDA),y)
-define  WIRELESS_REGDB_INSTALL_CRDA_TARGET_CMDS
+define WIRELESS_REGDB_INSTALL_CRDA_TARGET_CMDS
 	$(INSTALL) -m 644 -D -T $(@D)/regulatory.bin \
 		$(TARGET_DIR)/usr/lib/crda/regulatory.bin
 	$(INSTALL) -m 644 -D -T $(@D)/sforshee.key.pub.pem \
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/wireless-regdb: drop spurious space
  2021-11-29  6:20 [Buildroot] [PATCH 1/1] package/wireless-regdb: drop spurious space Fabrice Fontaine
@ 2021-11-29 15:30 ` Peter Seiderer
  2021-11-29 21:31 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Seiderer @ 2021-11-29 15:30 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Dimitrios Siganos, buildroot

Hello Fabrice,

On Mon, 29 Nov 2021 07:20:43 +0100, Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Drop spurious space added by commit
> 71dc107d41e5daf45e0955740b302367313aa23f
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

...as the spurious space was introduced by me:

Reviewed-by: Peter Seiderer <ps.report@gmx.net>

Regards,
Peter

> ---
>  package/wireless-regdb/wireless-regdb.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/wireless-regdb/wireless-regdb.mk b/package/wireless-regdb/wireless-regdb.mk
> index 0db8c6f345..9e01283c01 100644
> --- a/package/wireless-regdb/wireless-regdb.mk
> +++ b/package/wireless-regdb/wireless-regdb.mk
> @@ -12,7 +12,7 @@ WIRELESS_REGDB_LICENSE_FILES = LICENSE
>  WIRELESS_REGDB_CPE_ID_VENDOR = kernel
>
>  ifeq ($(BR2_PACKAGE_CRDA),y)
> -define  WIRELESS_REGDB_INSTALL_CRDA_TARGET_CMDS
> +define WIRELESS_REGDB_INSTALL_CRDA_TARGET_CMDS
>  	$(INSTALL) -m 644 -D -T $(@D)/regulatory.bin \
>  		$(TARGET_DIR)/usr/lib/crda/regulatory.bin
>  	$(INSTALL) -m 644 -D -T $(@D)/sforshee.key.pub.pem \

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/wireless-regdb: drop spurious space
  2021-11-29  6:20 [Buildroot] [PATCH 1/1] package/wireless-regdb: drop spurious space Fabrice Fontaine
  2021-11-29 15:30 ` Peter Seiderer
@ 2021-11-29 21:31 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-11-29 21:31 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Dimitrios Siganos, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Drop spurious space added by commit
 > 71dc107d41e5daf45e0955740b302367313aa23f

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-11-29 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29  6:20 [Buildroot] [PATCH 1/1] package/wireless-regdb: drop spurious space Fabrice Fontaine
2021-11-29 15:30 ` Peter Seiderer
2021-11-29 21:31 ` Peter Korsgaard

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.