Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757022Ab0KJVkp (ORCPT ); Wed, 10 Nov 2010 16:40:45 -0500 Received: from swampdragon.chaosbits.net ([90.184.90.115]:15628 "EHLO swampdragon.chaosbits.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753482Ab0KJVko (ORCPT ); Wed, 10 Nov 2010 16:40:44 -0500 Date: Wed, 10 Nov 2010 22:29:02 +0100 (CET) From: Jesper Juhl To: Stefan Weil cc: David Brownell , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Fix spelling in MODULE_ALIAS In-Reply-To: <1289164471-9080-1-git-send-email-weil@mail.berlios.de> Message-ID: References: <1289164471-9080-1-git-send-email-weil@mail.berlios.de> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) 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: 1242 Lines: 40 On Sun, 7 Nov 2010, Stefan Weil wrote: > platfrom -> platform > > Cc: David Brownell > Cc: Greg Kroah-Hartman > Cc: linux-usb@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Stefan Weil > --- > drivers/usb/host/ohci-jz4740.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/usb/host/ohci-jz4740.c b/drivers/usb/host/ohci-jz4740.c > index 10e1872..931d588 100644 > --- a/drivers/usb/host/ohci-jz4740.c > +++ b/drivers/usb/host/ohci-jz4740.c > @@ -273,4 +273,4 @@ static struct platform_driver ohci_hcd_jz4740_driver = { > }, > }; > > -MODULE_ALIAS("platfrom:jz4740-ohci"); > +MODULE_ALIAS("platform:jz4740-ohci"); > Looks fine to me. Reviewed-by: Jesper Juhl -- Jesper Juhl http://www.chaosbits.net/ Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please. -- 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/