mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Alexander Shiyan <shc_work@mail.ru>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] Cleanup Kconfig files
Date: Mon, 12 Aug 2013 08:05:49 +0200	[thread overview]
Message-ID: <20130812060549.GJ26614@pengutronix.de> (raw)
In-Reply-To: <1376201488-29063-1-git-send-email-shc_work@mail.ru>

On Sun, Aug 11, 2013 at 10:11:28AM +0400, Alexander Shiyan wrote:
> This patch provides a global cleanup barebox Kconfig files. This includes
> replacing spaces to tabs, formatting in accordance format.
> No functional changes.
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>

Applied, thanks

Sascha

> ---
>  arch/arm/mach-mvebu/Kconfig |  2 +-
>  arch/arm/mach-omap/Kconfig  |  2 +-
>  commands/Kconfig            | 16 ++++++++--------
>  drivers/clk/Kconfig         |  2 +-
>  lib/bootstrap/Kconfig       |  2 +-
>  5 files changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
> index 7fb7d04..3c38642 100644
> --- a/arch/arm/mach-mvebu/Kconfig
> +++ b/arch/arm/mach-mvebu/Kconfig
> @@ -124,6 +124,6 @@ config MVEBU_CONSOLE_UART
>  	range 0 3 if ARCH_DOVE
>  	range 0 1 if ARCH_KIRKWOOD
>  	help
> -	 Select the UART number the barebox console will sit on.
> +	  Select the UART number the barebox console will sit on.
>  
>  endif # ARCH_MVEBU
> diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
> index 3ec18f0..e1879df 100644
> --- a/arch/arm/mach-omap/Kconfig
> +++ b/arch/arm/mach-omap/Kconfig
> @@ -142,7 +142,7 @@ config MACH_BEAGLE
>  config MACH_BEAGLEBONE
>  	bool "Texas Instrument's Beagle Bone"
>  	depends on ARCH_AM33XX
> -	  help
> +	help
>  	  Say Y here if you are using Beagle Bone
>  
>  config MACH_OMAP3EVM
> diff --git a/commands/Kconfig b/commands/Kconfig
> index ede1b3a..55e46a0 100644
> --- a/commands/Kconfig
> +++ b/commands/Kconfig
> @@ -563,14 +563,14 @@ config CMD_NANDTEST
>  	prompt "nandtest"
>  
>  config CMD_MEMTEST
> -    tristate
> -    prompt "memtest"
> -       help
> -         The memtest command can test the registered barebox memory.
> -         During this test barebox memory regions like heap, stack, ...
> -	 will be skipped. If the tested architecture has MMU with PTE
> -	 flags support, the memtest is running twice with cache enabled
> -	 and with cache disabled
> +	tristate
> +	prompt "memtest"
> +	help
> +	  The memtest command can test the registered barebox memory.
> +	  During this test barebox memory regions like heap, stack, ...
> +	  will be skipped. If the tested architecture has MMU with PTE
> +	  flags support, the memtest is running twice with cache enabled
> +	  and with cache disabled
>  
>  endmenu
>  
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index daf778a..2978c2e 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -11,4 +11,4 @@ config COMMON_CLK
>  config COMMON_CLK_OF_PROVIDER
>  	bool
>  	help
> -	 Clock driver provides OF-Tree based clock lookup.
> +	  Clock driver provides OF-Tree based clock lookup.
> diff --git a/lib/bootstrap/Kconfig b/lib/bootstrap/Kconfig
> index 558da00..645f0b4 100644
> --- a/lib/bootstrap/Kconfig
> +++ b/lib/bootstrap/Kconfig
> @@ -1,5 +1,5 @@
>  menuconfig BOOTSTRAP
> -	bool "Library bootstrap routines           "
> +	bool "Library bootstrap routines"
>  	depends on SHELL_NONE
>  
>  if BOOTSTRAP
> -- 
> 1.8.1.5
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2013-08-12  6:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-11  6:11 Alexander Shiyan
2013-08-12  6:05 ` Sascha Hauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-08 18:12 [PATCH 1/6] ARM: at91: Fix signed/unsigned arguments for printf Alexander Shiyan
2013-11-08 18:12 ` [PATCH] Cleanup Kconfig files Alexander Shiyan
2012-11-24 18:53 Alexander Shiyan
2012-11-26  8:16 ` Sascha Hauer
2012-12-08  6:51   ` Alexander Shiyan
2012-12-08 11:16     ` Sascha Hauer

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=20130812060549.GJ26614@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=shc_work@mail.ru \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox