diff mbox series

[v3,4/4] handlers: trim Config.in trailing whitespace

Message ID 20200121075553.6677-5-mark.jonas@de.bosch.com
State Accepted
Headers show
Series [v3,1/4] handlers: add readback handler | expand

Commit Message

'Darko Komljenovic' via swupdate Jan. 21, 2020, 7:55 a.m. UTC
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
---
 handlers/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Jan. 21, 2020, 8:19 a.m. UTC | #1
On 21/01/20 08:55, 'Mark Jonas' via swupdate wrote:
> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
> ---
>  handlers/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/handlers/Config.in b/handlers/Config.in
> index 347552b..be1c7a0 100644
> --- a/handlers/Config.in
> +++ b/handlers/Config.in
> @@ -48,7 +48,7 @@ config UBIWHITELIST
>  	help
>  	  Define a list of MTD devices that are planned to have
>  	  always UBI. If first attach fails, the device is erased
> -	  and tried again. 
> +	  and tried again.
>  	  The list can be set as a string with the mtd numbers.
>  	  Examples: "0 1 2"
>  	  This sets mtd0-mtd1-mtd2 to be used as UBI volumes.
> 

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/handlers/Config.in b/handlers/Config.in
index 347552b..be1c7a0 100644
--- a/handlers/Config.in
+++ b/handlers/Config.in
@@ -48,7 +48,7 @@  config UBIWHITELIST
 	help
 	  Define a list of MTD devices that are planned to have
 	  always UBI. If first attach fails, the device is erased
-	  and tried again. 
+	  and tried again.
 	  The list can be set as a string with the mtd numbers.
 	  Examples: "0 1 2"
 	  This sets mtd0-mtd1-mtd2 to be used as UBI volumes.