Re: [PATCH] sparc64: vcc: make ktermios const

2017-08-29 Thread David Miller
From: Bhumika Goyal Date: Mon, 28 Aug 2017 23:58:44 +0530 > Make this const as it is not modified anywhere. > > Signed-off-by: Bhumika Goyal Applied.

Re: [PATCH] sparc64: vcc: make ktermios const

2017-08-29 Thread David Miller
From: Bhumika Goyal Date: Mon, 28 Aug 2017 23:58:44 +0530 > Make this const as it is not modified anywhere. > > Signed-off-by: Bhumika Goyal Applied.

[PATCH] sparc64: vcc: make ktermios const

2017-08-28 Thread Bhumika Goyal
Make this const as it is not modified anywhere. Signed-off-by: Bhumika Goyal --- drivers/tty/vcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/vcc.c b/drivers/tty/vcc.c index 5e60817..f7e07e1 100644 --- a/drivers/tty/vcc.c +++

[PATCH] sparc64: vcc: make ktermios const

2017-08-28 Thread Bhumika Goyal
Make this const as it is not modified anywhere. Signed-off-by: Bhumika Goyal --- drivers/tty/vcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/vcc.c b/drivers/tty/vcc.c index 5e60817..f7e07e1 100644 --- a/drivers/tty/vcc.c +++ b/drivers/tty/vcc.c @@ -102,7