From 4452b090a18ead601e9e7c543c2f4acd5821d888 Mon Sep 17 00:00:00 2001 From: simran singhal Date: Sat, 4 Mar 2017 23:11:00 +0530 Subject: staging: greybus: Replace "is is" with "is" This patch replace "is is " with "is". The replacement couldn't be automated because sometimes the first "is" was meant to be another word. Signed-off-by: simran singhal Acked-by: Julia Lawall Acked-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/greybus/uart.c') diff --git a/drivers/staging/greybus/uart.c b/drivers/staging/greybus/uart.c index 43255e2e9276..b72693e300c1 100644 --- a/drivers/staging/greybus/uart.c +++ b/drivers/staging/greybus/uart.c @@ -34,7 +34,7 @@ #include "greybus.h" #include "gbphy.h" -#define GB_NUM_MINORS 16 /* 16 is is more than enough */ +#define GB_NUM_MINORS 16 /* 16 is more than enough */ #define GB_NAME "ttyGB" #define GB_UART_WRITE_FIFO_SIZE PAGE_SIZE -- cgit v1.2.3