diff mbox series

[3/3] kconfig: add missing quotation

Message ID 20241101110245.164173-4-oss@braunwarth.dev
State New
Headers show
Series tree-wide: Kconfig update | expand

Commit Message

Daniel Braunwarth Nov. 1, 2024, 11:02 a.m. UTC
Newer versions of Kconfig complains about this.

Signed-off-by: Daniel Braunwarth <oss@braunwarth.dev>
---
 Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Stefano Babic Nov. 1, 2024, 1 p.m. UTC | #1
On 11/1/24 12:02, Daniel Braunwarth wrote:
> Newer versions of Kconfig complains about this.
>

Thanks - I guess you mean "quote" and not "quotation" (I fix it during
merge..).

Best regards,
Stefano

> Signed-off-by: Daniel Braunwarth <oss@braunwarth.dev>
> ---
>   Kconfig | 10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/Kconfig b/Kconfig
> index 51529ba..79237bf 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -362,7 +362,7 @@ comment "Bootloader support"
>   source "bootloader/Kconfig"
>
>
> -comment Interfaces
> +comment "Interfaces"
>
>   config DOWNLOAD
>   	bool "Enable image downloading"
> @@ -394,7 +394,7 @@ source "suricatta/Kconfig"
>
>   source "mongoose/Kconfig"
>
> -comment Security
> +comment "Security"
>
>   choice
>   	prompt "SSL implementation to use"
> @@ -533,11 +533,11 @@ config ZSTD
>   	bool "Zstd compression support"
>   	depends on HAVE_ZSTD
>
> -comment Parsers
> +comment "Parsers"
>   source "parser/Kconfig"
>
> -comment Handlers
> +comment "Handlers"
>   source "handlers/Kconfig"
>
> -comment Containers
> +comment "Containers"
>   source "containers/Kconfig"
diff mbox series

Patch

diff --git a/Kconfig b/Kconfig
index 51529ba..79237bf 100644
--- a/Kconfig
+++ b/Kconfig
@@ -362,7 +362,7 @@  comment "Bootloader support"
 source "bootloader/Kconfig"
 
 
-comment Interfaces
+comment "Interfaces"
 
 config DOWNLOAD
 	bool "Enable image downloading"
@@ -394,7 +394,7 @@  source "suricatta/Kconfig"
 
 source "mongoose/Kconfig"
 
-comment Security
+comment "Security"
 
 choice
 	prompt "SSL implementation to use"
@@ -533,11 +533,11 @@  config ZSTD
 	bool "Zstd compression support"
 	depends on HAVE_ZSTD
 
-comment Parsers
+comment "Parsers"
 source "parser/Kconfig"
 
-comment Handlers
+comment "Handlers"
 source "handlers/Kconfig"
 
-comment Containers
+comment "Containers"
 source "containers/Kconfig"