All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: greybus Remove space before tab
@ 2018-11-02 23:20 Ioannis Valasakis
  0 siblings, 0 replies; only message in thread
From: Ioannis Valasakis @ 2018-11-02 23:20 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

Remove extra space before a tab character
Reported by checkpatch.

Signed-off-by: Ioannis Valasakis <code@wizofe.uk>
---
 drivers/staging/greybus/uart.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/greybus/uart.c b/drivers/staging/greybus/uart.c
index 3313cb0b60af..b3bffe91ae99 100644
--- a/drivers/staging/greybus/uart.c
+++ b/drivers/staging/greybus/uart.c
@@ -805,8 +805,8 @@ static const struct tty_operations gb_ops = {
 	.tiocmget =		gb_tty_tiocmget,
 	.tiocmset =		gb_tty_tiocmset,
 	.get_icount =		gb_tty_get_icount,
-	.set_serial = 		set_serial_info,
-	.get_serial = 		get_serial_info,
+	.set_serial =		set_serial_info,
+	.get_serial =		get_serial_info,
 };
 
 static const struct tty_port_operations gb_port_ops = {
-- 
2.19.1


-- 
ta
ioannis



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-02 23:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02 23:20 [PATCH] staging: greybus Remove space before tab Ioannis Valasakis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.