diff mbox series

arch/nds32: force syntax colouring to kconfig.

Message ID 20190603191951.22360-1-yann.morin.1998@free.fr
State Accepted
Headers show
Series arch/nds32: force syntax colouring to kconfig. | expand

Commit Message

Yann E. MORIN June 3, 2019, 7:19 p.m. UTC
It is too sad when an editor picks up the wrong syntax...

Like was done in e837837791 for all the other archs, force
syntax to kconfig for nds32 too.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Nylon Chen <nylon7@andestech.com>
---
 arch/Config.in.nds32 | 3 +++
 1 file changed, 3 insertions(+)

Comments

Nylon Chen June 6, 2019, 6:40 a.m. UTC | #1
On Tue, Jun 04, 2019 at 03:19:51AM +0800, Yann E. MORIN wrote:
> It is too sad when an editor picks up the wrong syntax...
> 
> Like was done in e837837791 for all the other archs, force
> syntax to kconfig for nds32 too.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Nylon Chen <nylon7@andestech.com>
> ---
>  arch/Config.in.nds32 | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/Config.in.nds32 b/arch/Config.in.nds32
> index f268883662..322ff49f2e 100644
> --- a/arch/Config.in.nds32
> +++ b/arch/Config.in.nds32
> @@ -9,3 +9,6 @@ config BR2_ENDIAN
>  
>  config BR2_READELF_ARCH_NAME
>  	default "Andes Technology compact code size embedded RISC processor family"
> +
> +# vim: ft=kconfig
> +# -*- mode:kconfig; -*-
> -- 
> 2.20.1
>
Reviewed-by:Nylon Chen <nylon7@andestech.com>
Thomas Petazzoni June 20, 2019, 7:27 p.m. UTC | #2
On Mon,  3 Jun 2019 21:19:51 +0200
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

> It is too sad when an editor picks up the wrong syntax...
> 
> Like was done in e837837791 for all the other archs, force
> syntax to kconfig for nds32 too.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Nylon Chen <nylon7@andestech.com>
> ---
>  arch/Config.in.nds32 | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/arch/Config.in.nds32 b/arch/Config.in.nds32
index f268883662..322ff49f2e 100644
--- a/arch/Config.in.nds32
+++ b/arch/Config.in.nds32
@@ -9,3 +9,6 @@  config BR2_ENDIAN
 
 config BR2_READELF_ARCH_NAME
 	default "Andes Technology compact code size embedded RISC processor family"
+
+# vim: ft=kconfig
+# -*- mode:kconfig; -*-