mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] kernel: fix whitespace.
@ 2023-09-12 10:54 Christian Melki
  2023-09-24  5:44 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-09-12 10:54 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/kernel.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/kernel.make b/rules/kernel.make
index 59ecdf199..3d200eaec 100644
--- a/rules/kernel.make
+++ b/rules/kernel.make
@@ -32,7 +32,7 @@ KERNEL_DTS		:= $(call remove_quotes,$(PTXCONF_KERNEL_DTS))
 KERNEL_DTSO_PATH	:= $(call remove_quotes,$(PTXCONF_KERNEL_DTSO_PATH))
 KERNEL_DTSO		:= $(call remove_quotes,$(PTXCONF_KERNEL_DTSO))
 KERNEL_DTB_FILES	:= $(addsuffix .dtb,$(basename $(notdir $(KERNEL_DTS))))
-KERNEL_DTBO_FILES	:= $(addsuffix .dtbo,$(basename $(notdir  $(KERNEL_DTSO))))
+KERNEL_DTBO_FILES	:= $(addsuffix .dtbo,$(basename $(notdir $(KERNEL_DTSO))))
 KERNEL_DTBO_DIR		:= /boot/overlays
 KERNEL_LICENSE		:= GPL-2.0-only
 KERNEL_SOURCE		:= $(SRCDIR)/$(KERNEL).$(KERNEL_SUFFIX)
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] kernel: fix whitespace.
  2023-09-12 10:54 [ptxdist] [PATCH] kernel: fix whitespace Christian Melki
@ 2023-09-24  5:44 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-09-24  5:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 28c83c0b8bd25122f291db19703176dd0c168b1a.

Michael

[sent from post-receive hook]

On Sun, 24 Sep 2023 07:44:04 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230912105446.4023043-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/kernel.make b/rules/kernel.make
> index 59ecdf19973f..3d200eaecfee 100644
> --- a/rules/kernel.make
> +++ b/rules/kernel.make
> @@ -32,7 +32,7 @@ KERNEL_DTS		:= $(call remove_quotes,$(PTXCONF_KERNEL_DTS))
>  KERNEL_DTSO_PATH	:= $(call remove_quotes,$(PTXCONF_KERNEL_DTSO_PATH))
>  KERNEL_DTSO		:= $(call remove_quotes,$(PTXCONF_KERNEL_DTSO))
>  KERNEL_DTB_FILES	:= $(addsuffix .dtb,$(basename $(notdir $(KERNEL_DTS))))
> -KERNEL_DTBO_FILES	:= $(addsuffix .dtbo,$(basename $(notdir  $(KERNEL_DTSO))))
> +KERNEL_DTBO_FILES	:= $(addsuffix .dtbo,$(basename $(notdir $(KERNEL_DTSO))))
>  KERNEL_DTBO_DIR		:= /boot/overlays
>  KERNEL_LICENSE		:= GPL-2.0-only
>  KERNEL_SOURCE		:= $(SRCDIR)/$(KERNEL).$(KERNEL_SUFFIX)



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

end of thread, other threads:[~2023-09-24  5:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-12 10:54 [ptxdist] [PATCH] kernel: fix whitespace Christian Melki
2023-09-24  5:44 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox