Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linux: fix indentation
@ 2019-09-29 18:16 Pierre-Jean Texier
  2019-09-30  5:58 ` Yann E. MORIN
  2019-09-30 19:35 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Pierre-Jean Texier @ 2019-09-29 18:16 UTC (permalink / raw)
  To: buildroot

Fixes:
 $: ./utils/check-package linux/*
 linux/linux.mk:528: expected indent with tabs
 1318 lines processed
 1 warnings generated

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 linux/linux.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index b9e7210..89ac31c 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -525,7 +525,7 @@ include $(sort $(wildcard linux/linux-ext-*.mk))
 
 # Import linux-kernel-extensions from br2-externals
 include $(sort $(wildcard $(foreach ext,$(BR2_EXTERNAL_DIRS), \
-       $(ext)/linux/linux-ext-*.mk)))
+	$(ext)/linux/linux-ext-*.mk)))
 
 LINUX_PATCH_DEPENDENCIES += $(foreach ext,$(LINUX_EXTENSIONS),\
 	$(if $(BR2_LINUX_KERNEL_EXT_$(call UPPERCASE,$(ext))),$(ext)))
-- 
2.7.4

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

* [Buildroot] [PATCH] linux: fix indentation
  2019-09-29 18:16 [Buildroot] [PATCH] linux: fix indentation Pierre-Jean Texier
@ 2019-09-30  5:58 ` Yann E. MORIN
  2019-09-30 19:35 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2019-09-30  5:58 UTC (permalink / raw)
  To: buildroot

Pierre-Jean, All,

On 2019-09-29 20:16 +0200, Pierre-Jean Texier spake thusly:
> Fixes:
>  $: ./utils/check-package linux/*
>  linux/linux.mk:528: expected indent with tabs
>  1318 lines processed
>  1 warnings generated
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>

Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  linux/linux.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/linux/linux.mk b/linux/linux.mk
> index b9e7210..89ac31c 100644
> --- a/linux/linux.mk
> +++ b/linux/linux.mk
> @@ -525,7 +525,7 @@ include $(sort $(wildcard linux/linux-ext-*.mk))
>  
>  # Import linux-kernel-extensions from br2-externals
>  include $(sort $(wildcard $(foreach ext,$(BR2_EXTERNAL_DIRS), \
> -       $(ext)/linux/linux-ext-*.mk)))
> +	$(ext)/linux/linux-ext-*.mk)))
>  
>  LINUX_PATCH_DEPENDENCIES += $(foreach ext,$(LINUX_EXTENSIONS),\
>  	$(if $(BR2_LINUX_KERNEL_EXT_$(call UPPERCASE,$(ext))),$(ext)))
> -- 
> 2.7.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] linux: fix indentation
  2019-09-29 18:16 [Buildroot] [PATCH] linux: fix indentation Pierre-Jean Texier
  2019-09-30  5:58 ` Yann E. MORIN
@ 2019-09-30 19:35 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-09-30 19:35 UTC (permalink / raw)
  To: buildroot

On Sun, 29 Sep 2019 20:16:05 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> Fixes:
>  $: ./utils/check-package linux/*
>  linux/linux.mk:528: expected indent with tabs
>  1318 lines processed
>  1 warnings generated
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
>  linux/linux.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-09-30 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-29 18:16 [Buildroot] [PATCH] linux: fix indentation Pierre-Jean Texier
2019-09-30  5:58 ` Yann E. MORIN
2019-09-30 19:35 ` Thomas Petazzoni

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