From: simran singhal Date: Sat, 4 Mar 2017 17:41:00 +0000 (+0530) Subject: staging: greybus: Replace "is is" with "is" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4452b090a18ead601e9e7c543c2f4acd5821d888;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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