Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265294AbUA2L1X (ORCPT ); Thu, 29 Jan 2004 06:27:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265814AbUA2L1X (ORCPT ); Thu, 29 Jan 2004 06:27:23 -0500 Received: from chico.rediris.es ([130.206.1.3]:45453 "EHLO chico.rediris.es") by vger.kernel.org with ESMTP id S265294AbUA2L1V convert rfc822-to-8bit (ORCPT ); Thu, 29 Jan 2004 06:27:21 -0500 From: David =?iso-8859-1?q?Mart=EDnez=20Moreno?= Organization: Debian To: Greg KH Subject: Re: Typo (Re: [PATCH] i2c driver fixes for 2.6.2-rc2) Date: Thu, 29 Jan 2004 12:27:15 +0100 User-Agent: KMail/1.5.4 Cc: linux-kernel@vger.kernel.org, sensors@stimpy.netroedge.com References: <10752464532256@kroah.com> <200401281408.34364.ender@debian.org> <20040128232320.GA10657@kroah.com> In-Reply-To: <20040128232320.GA10657@kroah.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200401291227.15413.ender@debian.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2698 Lines: 71 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 El Jueves, 29 de Enero de 2004 00:23, Greg KH escribi?: > On Wed, Jan 28, 2004 at 02:08:34PM +0100, David Mart?nez Moreno wrote: > > El Mi?rcoles, 28 de Enero de 2004 00:34, Greg KH escribi?: > > > + dev_err(&adapter->dev, "Unrecgonized version/stepping 0x%02x" > > > + " Defaulting to LM85.\n", verstep); > > > > Hello, Greg. > > > > Just noticed, please s,recgonized,recognized,g all over the file. > > Care to send me a spelling fix patch? Sure, it's only a small thing in return for all that Linux has given to me. Following patch fixes two typos and a missing full stop. Applies cleanly against 2.6.2-rc2 + i2c patches you just submitted. - --- kernel-2.6.x/drivers/i2c/chips/lm85.c.orig 2004-01-29 12:18:49.000000000 +0100 +++ kernel-2.6.x/drivers/i2c/chips/lm85.c 2004-01-29 12:21:01.000000000 +0100 @@ -816,7 +816,7 @@ kind = lm85b ; } else if( company == LM85_COMPANY_NATIONAL && (verstep & 0xf0) == LM85_VERSTEP_GENERIC ) { - - dev_err(&adapter->dev, "Unrecgonized version/stepping 0x%02x" + dev_err(&adapter->dev, "Unrecognized version/stepping 0x%02x" " Defaulting to LM85.\n", verstep); kind = any_chip ; } else if( company == LM85_COMPANY_ANALOG_DEV @@ -827,7 +827,7 @@ kind = adt7463 ; } else if( company == LM85_COMPANY_ANALOG_DEV && (verstep & 0xf0) == LM85_VERSTEP_GENERIC ) { - - dev_err(&adapter->dev, "Unrecgonized version/stepping 0x%02x" + dev_err(&adapter->dev, "Unrecognized version/stepping 0x%02x" " Defaulting to ADM1027.\n", verstep); kind = adm1027 ; } else if( kind == 0 && (verstep & 0xf0) == 0x60) { @@ -1204,7 +1204,7 @@ /* Thanks to Richard Barrington for adding the LM85 to sensors-detect. * Thanks to Margit Schubert-While for help with - - * post 2.7.0 CVS changes + * post 2.7.0 CVS changes. */ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Philip Pokorny , Margit Schubert-While "); - -- Non. Je suis la belette de personne. -- Am?lie (Le fabuleux destin d'Am?lie Poulain) - -- Servicios de red - Network services RedIRIS - Spanish Academic Network for Research and Development Madrid (Spain) Tlf (+34) 91.585.51.50 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAGO4TWs/EhA1iABsRAp19AKDVl5+vuHOh3m0f0GamlAKn/6pdTwCg1IMF dsbE2UzjeJ2YfB+bk5Cu1GE= =Dapv -----END PGP SIGNATURE----- - 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/