All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/linux-tools: fix kconfig coding style
@ 2019-04-22  7:34 Yann E. MORIN
  2019-04-22 20:25 ` Thomas Petazzoni
  2019-04-24 15:30 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2019-04-22  7:34 UTC (permalink / raw)
  To: buildroot

Fix coding style introduced in d5edfa6eef (package/linux-tools/perf: add
dependency on 32-bit sync builtins).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
---
 package/linux-tools/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-tools/Config.in b/package/linux-tools/Config.in
index 90b4825fee..1c660f76f5 100644
--- a/package/linux-tools/Config.in
+++ b/package/linux-tools/Config.in
@@ -45,8 +45,8 @@ config BR2_PACKAGE_LINUX_TOOLS_PCI
 
 config BR2_PACKAGE_LINUX_TOOLS_PERF
 	bool "perf"
-	select BR2_PACKAGE_LINUX_TOOLS
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4
+	select BR2_PACKAGE_LINUX_TOOLS
 	help
 	  perf (sometimes "Perf Events" or perf tools, originally
 	  "Performance Counters for Linux") - is a performance
-- 
2.14.1

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

* [Buildroot] [PATCH] package/linux-tools: fix kconfig coding style
  2019-04-22  7:34 [Buildroot] [PATCH] package/linux-tools: fix kconfig coding style Yann E. MORIN
@ 2019-04-22 20:25 ` Thomas Petazzoni
  2019-04-24 15:30 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-04-22 20:25 UTC (permalink / raw)
  To: buildroot

On Mon, 22 Apr 2019 09:34:24 +0200
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

> Fix coding style introduced in d5edfa6eef (package/linux-tools/perf: add
> dependency on 32-bit sync builtins).
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
> ---
>  package/linux-tools/Config.in | 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

* [Buildroot] [PATCH] package/linux-tools: fix kconfig coding style
  2019-04-22  7:34 [Buildroot] [PATCH] package/linux-tools: fix kconfig coding style Yann E. MORIN
  2019-04-22 20:25 ` Thomas Petazzoni
@ 2019-04-24 15:30 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-04-24 15:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Fix coding style introduced in d5edfa6eef (package/linux-tools/perf: add
 > dependency on 32-bit sync builtins).

 > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 > Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com>

Committed to 2019.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-04-24 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-22  7:34 [Buildroot] [PATCH] package/linux-tools: fix kconfig coding style Yann E. MORIN
2019-04-22 20:25 ` Thomas Petazzoni
2019-04-24 15:30 ` 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.