From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752492AbdCDQIg (ORCPT ); Sat, 4 Mar 2017 11:08:36 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:33888 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752163AbdCDQIb (ORCPT ); Sat, 4 Mar 2017 11:08:31 -0500 From: simran singhal To: abbotti@mev.co.uk Cc: hsweeten@visionengravers.com, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, johan@kernel.org, dtwlin@gmail.com, outreachy-kernel@googlegroups.com, greybus-dev@lists.linaro.org Subject: [PATCH 2/3] staging: greybus: Replace "is is" with "is" Date: Sat, 4 Mar 2017 21:37:50 +0530 Message-Id: <1488643671-24758-3-git-send-email-singhalsimran0@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1488643671-24758-1-git-send-email-singhalsimran0@gmail.com> References: <1488643671-24758-1-git-send-email-singhalsimran0@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- drivers/staging/greybus/uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/uart.c b/drivers/staging/greybus/uart.c index ab0dbf5..9188fe0 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 -- 2.7.4