Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] DEVELOPERS: remoove useless whitespaces before tabs
@ 2022-07-31 10:43 Giulio Benetti
  2022-07-31 19:38 ` Giulio Benetti
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Giulio Benetti @ 2022-07-31 10:43 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 DEVELOPERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 88e0d02c69..8bfe9b4d5c 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2744,8 +2744,8 @@ F:	board/pine64/rockpro64
 F:	board/radxa/rockpi-4
 F:	board/radxa/rockpi-n8
 F:	board/radxa/rockpi-n10
-F: 	configs/friendlyarm_nanopc_t4_defconfig
-F: 	configs/friendlyarm_nanopi_m4_defconfig
+F:	configs/friendlyarm_nanopc_t4_defconfig
+F:	configs/friendlyarm_nanopi_m4_defconfig
 F:	configs/orangepi_rk3399_defconfig
 F:	configs/roc_pc_rk3399_defconfig
 F:	configs/rock_pi_4_defconfig
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH] DEVELOPERS: remoove useless whitespaces before tabs
  2022-07-31 10:43 [Buildroot] [PATCH] DEVELOPERS: remoove useless whitespaces before tabs Giulio Benetti
@ 2022-07-31 19:38 ` Giulio Benetti
  2022-08-01 17:05 ` Thomas Petazzoni via buildroot
  2022-09-13 14:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Giulio Benetti @ 2022-07-31 19:38 UTC (permalink / raw)
  To: buildroot

s/remoove/remove in Subject

-- 
Giulio Benetti
Benetti Engineering sas

On 31/07/22 12:43, Giulio Benetti wrote:
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>   DEVELOPERS | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 88e0d02c69..8bfe9b4d5c 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -2744,8 +2744,8 @@ F:	board/pine64/rockpro64
>   F:	board/radxa/rockpi-4
>   F:	board/radxa/rockpi-n8
>   F:	board/radxa/rockpi-n10
> -F: 	configs/friendlyarm_nanopc_t4_defconfig
> -F: 	configs/friendlyarm_nanopi_m4_defconfig
> +F:	configs/friendlyarm_nanopc_t4_defconfig
> +F:	configs/friendlyarm_nanopi_m4_defconfig
>   F:	configs/orangepi_rk3399_defconfig
>   F:	configs/roc_pc_rk3399_defconfig
>   F:	configs/rock_pi_4_defconfig

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

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

* Re: [Buildroot] [PATCH] DEVELOPERS: remoove useless whitespaces before tabs
  2022-07-31 10:43 [Buildroot] [PATCH] DEVELOPERS: remoove useless whitespaces before tabs Giulio Benetti
  2022-07-31 19:38 ` Giulio Benetti
@ 2022-08-01 17:05 ` Thomas Petazzoni via buildroot
  2022-09-13 14:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-01 17:05 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

On Sun, 31 Jul 2022 12:43:01 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  DEVELOPERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] DEVELOPERS: remoove useless whitespaces before tabs
  2022-07-31 10:43 [Buildroot] [PATCH] DEVELOPERS: remoove useless whitespaces before tabs Giulio Benetti
  2022-07-31 19:38 ` Giulio Benetti
  2022-08-01 17:05 ` Thomas Petazzoni via buildroot
@ 2022-09-13 14:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-09-13 14:44 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:

 > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Committed to 2022.05.x and 2022.02.x, thanks.

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

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

end of thread, other threads:[~2022-09-13 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-31 10:43 [Buildroot] [PATCH] DEVELOPERS: remoove useless whitespaces before tabs Giulio Benetti
2022-07-31 19:38 ` Giulio Benetti
2022-08-01 17:05 ` Thomas Petazzoni via buildroot
2022-09-13 14:44 ` Peter Korsgaard

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