All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] linux: fix indentation
Date: Mon, 30 Sep 2019 07:58:34 +0200	[thread overview]
Message-ID: <20190930055834.GL7274@scaer> (raw)
In-Reply-To: <1569780965-1224-1-git-send-email-pjtexier@koncepto.io>

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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2019-09-30  5:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-29 18:16 [Buildroot] [PATCH] linux: fix indentation Pierre-Jean Texier
2019-09-30  5:58 ` Yann E. MORIN [this message]
2019-09-30 19:35 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190930055834.GL7274@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.