From: ender@debian.org (David Martínez Moreno)
To: Greg KH <greg@kroah.com>
Cc: linux-kernel@vger.kernel.org, sensors@stimpy.netroedge.com
Subject: Typo (Re: [PATCH] i2c driver fixes for 2.6.2-rc2)
Date: Thu, 19 May 2005 06:24:37 +0000 [thread overview]
Message-ID: <200401301058.29324.ender@debian.org> (raw)
In-Reply-To: <20040129194705.GD5681@kroah.com>
El Jueves, 29 de Enero de 2004 20:47, Greg KH escribi?:
> On Thu, Jan 29, 2004 at 12:27:15PM +0100, David Mart?nez Moreno wrote:
> > 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.
>
> Hm, your mailer munged the patch (due to the PGP signature), care to
> redo it so that it can be applied?
I agree. :-)
There goes again, without GPG sig.
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 <margitsw@t-online.de> for help with
- * post 2.7.0 CVS changes
+ * post 2.7.0 CVS changes.
*/
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Philip Pokorny <ppokorny@penguincomputing.com>, Margit Schubert-While <margitsw@t-online.de>");
Regards,
Ender.
--
Oh, I saw...Very American. Fire enough bullets and hope
they hit the target!
-- Allan Quatermain (The League of Extraordinary Gentlemen)
--
Servicios de red - Network services
RedIRIS - Spanish Academic Network for Research and Development
Madrid (Spain)
Tlf (+34) 91.585.51.50
WARNING: multiple messages have this Message-ID (diff)
From: "David Martínez Moreno" <ender@debian.org>
To: Greg KH <greg@kroah.com>
Cc: linux-kernel@vger.kernel.org, sensors@stimpy.netroedge.com
Subject: Re: Typo (Re: [PATCH] i2c driver fixes for 2.6.2-rc2)
Date: Fri, 30 Jan 2004 10:58:29 +0100 [thread overview]
Message-ID: <200401301058.29324.ender@debian.org> (raw)
In-Reply-To: <20040129194705.GD5681@kroah.com>
El Jueves, 29 de Enero de 2004 20:47, Greg KH escribió:
> On Thu, Jan 29, 2004 at 12:27:15PM +0100, David Martínez Moreno wrote:
> > 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.
>
> Hm, your mailer munged the patch (due to the PGP signature), care to
> redo it so that it can be applied?
I agree. :-)
There goes again, without GPG sig.
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 <margitsw@t-online.de> for help with
- * post 2.7.0 CVS changes
+ * post 2.7.0 CVS changes.
*/
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Philip Pokorny <ppokorny@penguincomputing.com>, Margit Schubert-While <margitsw@t-online.de>");
Regards,
Ender.
--
Oh, I saw...Very American. Fire enough bullets and hope
they hit the target!
-- Allan Quatermain (The League of Extraordinary Gentlemen)
--
Servicios de red - Network services
RedIRIS - Spanish Academic Network for Research and Development
Madrid (Spain)
Tlf (+34) 91.585.51.50
next prev parent reply other threads:[~2005-05-19 6:24 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-27 23:32 [BK PATCH] i2c driver fixes for 2.6.2-rc2 Greg KH
2005-05-19 6:24 ` Greg KH
2004-01-27 23:34 ` [PATCH] " Greg KH
2005-05-19 6:24 ` Greg KH
2004-01-27 23:34 ` Greg KH
2005-05-19 6:24 ` Greg KH
2004-01-27 23:34 ` Greg KH
2005-05-19 6:24 ` Greg KH
2004-01-27 23:34 ` Greg KH
2005-05-19 6:24 ` Greg KH
2004-01-27 23:34 ` Greg KH
2005-05-19 6:24 ` Greg KH
2004-01-27 23:34 ` Greg KH
2005-05-19 6:24 ` Greg KH
2004-01-28 13:08 ` Typo (Re: [PATCH] i2c driver fixes for 2.6.2-rc2) David Martínez Moreno
2005-05-19 6:24 ` David Martínez Moreno
2004-01-28 23:23 ` Greg KH
2005-05-19 6:24 ` Greg KH
2004-01-29 11:27 ` David Martínez Moreno
2005-05-19 6:24 ` David Martínez Moreno
2004-01-29 19:47 ` Greg KH
2005-05-19 6:24 ` Greg KH
2004-01-30 9:58 ` David Martínez Moreno [this message]
2005-05-19 6:24 ` David Martínez Moreno
2004-01-31 0:55 ` Greg KH
2005-05-19 6:24 ` Greg KH
2004-01-29 0:44 ` [BK PATCH] i2c driver fixes for 2.6.2-rc2 J.A. Magallon
2005-05-19 6:24 ` J.A. Magallon
2004-01-29 0:47 ` J.A. Magallon
2005-05-19 6:24 ` J.A. Magallon
2004-01-29 8:44 ` Jean Delvare
2005-05-19 6:24 ` Jean Delvare
2004-01-29 22:21 ` J.A. Magallon
2005-05-19 6:24 ` J.A. Magallon
2004-01-29 22:56 ` J.A. Magallon
2005-05-19 6:24 ` J.A. Magallon
2004-01-30 3:38 ` Mark M. Hoffman
2005-05-19 6:24 ` Mark M. Hoffman
2004-01-30 9:36 ` Jean Delvare
2005-05-19 6:24 ` Jean Delvare
2004-01-30 9:18 ` Jean Delvare
2005-05-19 6:24 ` Jean Delvare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200401301058.29324.ender@debian.org \
--to=ender@debian.org \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sensors@stimpy.netroedge.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.