From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752206AbdCCPVJ (ORCPT ); Fri, 3 Mar 2017 10:21:09 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:25571 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752170AbdCCPVH (ORCPT ); Fri, 3 Mar 2017 10:21:07 -0500 X-IronPort-AV: E=Sophos;i="5.35,237,1484002800"; d="scan'208";a="263020606" Date: Fri, 3 Mar 2017 16:20:54 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: simran singhal cc: gregkh@linuxfoundation.org, david.kershner@unisys.com, sparmaintainer@unisys.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com, outreachy-kernel@googlegroups.com Subject: Re: [Outreachy kernel] [PATCH 1/3] staging: wlan-ng: Replace "the the " with "the" In-Reply-To: <1488554140-28805-1-git-send-email-singhalsimran0@gmail.com> Message-ID: References: <1488554140-28805-1-git-send-email-singhalsimran0@gmail.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org You should have a cover letter for the series. julia On Fri, 3 Mar 2017, simran singhal wrote: > This patch replace "the the " with "the". The replacement couldn't be > automated because sometimes the first "the" was meant to be another > word. > > Signed-off-by: simran singhal > --- > drivers/staging/wlan-ng/prism2sta.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/wlan-ng/prism2sta.c b/drivers/staging/wlan-ng/prism2sta.c > index 82d3a70..3ef85ac 100644 > --- a/drivers/staging/wlan-ng/prism2sta.c > +++ b/drivers/staging/wlan-ng/prism2sta.c > @@ -1310,7 +1310,7 @@ void prism2sta_processing_defer(struct work_struct *data) > /* This one indicates that the MAC has decided to and > * successfully completed a change to another AP. We > * should probably implement a reassociation indication > - * in response to this one. I'm thinking that the the > + * in response to this one. I'm thinking that the > * p80211 layer needs to be notified in case of > * buffering/queueing issues. User mode also needs to be > * notified so that any BSS dependent elements can be > -- > 2.7.4 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com. > To post to this group, send email to outreachy-kernel@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/1488554140-28805-1-git-send-email-singhalsimran0%40gmail.com. > For more options, visit https://groups.google.com/d/optout. >