Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755361Ab2JWONG (ORCPT ); Tue, 23 Oct 2012 10:13:06 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:34731 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753717Ab2JWOND (ORCPT ); Tue, 23 Oct 2012 10:13:03 -0400 Date: Tue, 23 Oct 2012 10:13:02 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: "Justin P. Mattock" cc: gregkh@linuxfoundation.org, , Subject: Re: [PATCH 1/2]staging: "ehci-w90x900" Fix typos. In-Reply-To: <1350973342-3868-1-git-send-email-justinmattock@gmail.com> Message-ID: 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 Content-Length: 1147 Lines: 40 On Mon, 22 Oct 2012, Justin P. Mattock wrote: > From: "Justin P. Mattock" > > Signed-off-by: Justin P. Mattock > > --- > > The below patch fixes a typo in staging: "ehci-w90x900" What does ehci-w90x900 have to do with staging? > drivers/usb/host/ehci-w90x900.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/host/ehci-w90x900.c b/drivers/usb/host/ehci-w90x900.c > index ec59808..a9c28a0 100644 > --- a/drivers/usb/host/ehci-w90x900.c > +++ b/drivers/usb/host/ehci-w90x900.c > @@ -13,7 +13,7 @@ > > #include > > -/*ebable phy0 and phy1 for w90p910*/ > +/*enable phy0 and phy1 for w90p910*/ Why bother to correct the spelling without also correcting the missing whitespace? > #define ENPHY (0x01<<8) > #define PHY0_CTR (0xA4) > #define PHY1_CTR (0xA8) Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/