public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: + add-documentation-w1w1-masters-00-index.patch added to -mm tree
       [not found] <200710032117.l93LHXI0009109@imap1.linux-foundation.org>
@ 2007-10-03 21:38 ` Randy Dunlap
  2007-10-04  1:46   ` Rob Landley
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2007-10-03 21:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, mm-commits, rob, johnpol

On Wed, 03 Oct 2007 14:17:33 -0700 akpm@linux-foundation.org wrote:

> 
> The patch titled
>      Add Documentation/{w1,w1/masters}/00-INDEX
> has been added to the -mm tree.  Its filename is
>      add-documentation-w1w1-masters-00-index.patch
> 
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> 
> See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
> out what to do about this
> 
> ------------------------------------------------------
> Subject: Add Documentation/{w1,w1/masters}/00-INDEX
> From: Rob Landley <rob@landley.net>
> 
> Two 00-INDEX files under Documentation/w1
> 
> Signed-off-by: Rob Landley <rob@landley.net>
> Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
> 
> 
> diff -puN /dev/null Documentation/w1/00-INDEX
> --- /dev/null
> +++ a/Documentation/w1/00-INDEX
> @@ -0,0 +1,8 @@
> +00-INDEX
> +	- This file
> +masters/
> +	- Individual chips providing 1-wire busses.
> +w1.generic
> +	- The 1-wire (w1) bus
> +w1.netlink
> +	- Userspace communication protocol over connector [1].
> diff -puN /dev/null Documentation/w1/masters/00-INDEX
> --- /dev/null
> +++ a/Documentation/w1/masters/00-INDEX
> @@ -0,0 +1,6 @@
> +00-INDEX
> +	- This file
> +ds2482
> +	- The Maixm/Dallas Semiconductor DS2482 provides 1-wire busses.
> +ds2490
> +	- The Maixm/Dallas Semiconductor DS2490 builds USB <-> W1 bridges.

              Maxim (2 times)

Was this patch posted to a mailing list?  if so, which one?
I didn't see it.
And if not, please post all patches for review.


---
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: + add-documentation-w1w1-masters-00-index.patch added to -mm tree
  2007-10-03 21:38 ` + add-documentation-w1w1-masters-00-index.patch added to -mm tree Randy Dunlap
@ 2007-10-04  1:46   ` Rob Landley
  2007-10-04  5:12     ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Landley @ 2007-10-04  1:46 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel, akpm, johnpol

[-- Attachment #1: Type: text/plain, Size: 2237 bytes --]

On Wednesday 03 October 2007 4:38:49 pm Randy Dunlap wrote:
> On Wed, 03 Oct 2007 14:17:33 -0700 akpm@linux-foundation.org wrote:
> > The patch titled
> >      Add Documentation/{w1,w1/masters}/00-INDEX
> > has been added to the -mm tree.  Its filename is
> >      add-documentation-w1w1-masters-00-index.patch
> >
> > *** Remember to use Documentation/SubmitChecklist when testing your code
> > ***
> >
> > See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to
> > find out what to do about this
> >
> > ------------------------------------------------------
> > Subject: Add Documentation/{w1,w1/masters}/00-INDEX
> > From: Rob Landley <rob@landley.net>
> >
> > Two 00-INDEX files under Documentation/w1
> >
> > Signed-off-by: Rob Landley <rob@landley.net>
> > Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
> > Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> > ---
> >
> >
> > diff -puN /dev/null Documentation/w1/00-INDEX
> > --- /dev/null
> > +++ a/Documentation/w1/00-INDEX
> > @@ -0,0 +1,8 @@
> > +00-INDEX
> > +	- This file
> > +masters/
> > +	- Individual chips providing 1-wire busses.
> > +w1.generic
> > +	- The 1-wire (w1) bus
> > +w1.netlink
> > +	- Userspace communication protocol over connector [1].
> > diff -puN /dev/null Documentation/w1/masters/00-INDEX
> > --- /dev/null
> > +++ a/Documentation/w1/masters/00-INDEX
> > @@ -0,0 +1,6 @@
> > +00-INDEX
> > +	- This file
> > +ds2482
> > +	- The Maixm/Dallas Semiconductor DS2482 provides 1-wire busses.
> > +ds2490
> > +	- The Maixm/Dallas Semiconductor DS2490 builds USB <-> W1 bridges.
>
>               Maxim (2 times)

That typo was cut and paste from the the "Description" section of both files.  
(Lines 18 and 13, respectively.)  :(

Attached is an updated version that spells it "maxim" and also fixes the typos 
in the source files, if that helps...

>
> Was this patch posted to a mailing list?  if so, which one?
> I didn't see it.

LKML on saturday.
http://lkml.org/lkml/2007/9/29/168

My pending patches are all at http://landley.net/kdocs/make/patches although 
I'm waiting for the current batch to work through before posting more.

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.

[-- Attachment #2: docw1.patch --]
[-- Type: text/x-diff, Size: 1805 bytes --]

From: Rob Landley <rob@landley.net>

Two 00-INDEX files under Documentation/w1 plus typo fixes.

Signed-off-by: Rob Landley <rob@landley.net>
---

 Documentation/w1/masters/ds2482 |    2 +-
 Documentation/w1/masters/ds2490 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -r de183081194a Documentation/w1/masters/ds2482
--- a/Documentation/w1/masters/ds2482	Tue Oct 02 18:00:56 2007 +0000
+++ b/Documentation/w1/masters/ds2482	Wed Oct 03 20:28:05 2007 -0500
@@ -15,7 +15,7 @@ Description
 Description
 -----------
 
-The Maixm/Dallas Semiconductor DS2482 is a I2C device that provides
+The Maxim/Dallas Semiconductor DS2482 is a I2C device that provides
 one (DS2482-100) or eight (DS2482-800) 1-wire busses.
 
 
diff -r de183081194a Documentation/w1/masters/ds2490
--- a/Documentation/w1/masters/ds2490	Tue Oct 02 18:00:56 2007 +0000
+++ b/Documentation/w1/masters/ds2490	Wed Oct 03 20:28:05 2007 -0500
@@ -10,7 +10,7 @@ Description
 Description
 -----------
 
-The Maixm/Dallas Semiconductor DS2490 is a chip
+The Maxim/Dallas Semiconductor DS2490 is a chip
 which allows to build USB <-> W1 bridges.
 
 DS9490(R) is a USB <-> W1 bus master device
--- /dev/null	2007-04-23 10:59:00.000000000 -0500
+++ hg/Documentation/w1/00-INDEX	2007-10-03 20:26:38.000000000 -0500
@@ -0,0 +1,8 @@
+00-INDEX
+	- This file
+masters/
+	- Individual chips providing 1-wire busses.
+w1.generic
+	- The 1-wire (w1) bus
+w1.netlink
+	- Userspace communication protocol over connector [1].
--- /dev/null	2007-04-23 10:59:00.000000000 -0500
+++ hg/Documentation/w1/masters/00-INDEX	2007-10-03 20:26:55.000000000 -0500
@@ -0,0 +1,6 @@
+00-INDEX
+	- This file
+ds2482
+	- The Maxim/Dallas Semiconductor DS2482 provides 1-wire busses.
+ds2490
+	- The Maxim/Dallas Semiconductor DS2490 builds USB <-> W1 bridges.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: + add-documentation-w1w1-masters-00-index.patch added to -mm tree
  2007-10-04  1:46   ` Rob Landley
@ 2007-10-04  5:12     ` Randy Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2007-10-04  5:12 UTC (permalink / raw)
  To: Rob Landley; +Cc: linux-kernel, akpm, johnpol

Rob Landley wrote:
>>> +	- The Maixm/Dallas Semiconductor DS2490 builds USB <-> W1 bridges.
>>               Maxim (2 times)
> 
> That typo was cut and paste from the the "Description" section of both files.  
> (Lines 18 and 13, respectively.)  :(
> 
> Attached is an updated version that spells it "maxim" and also fixes the typos 
> in the source files, if that helps...
> 
>> Was this patch posted to a mailing list?  if so, which one?
>> I didn't see it.
> 
> LKML on saturday.
> http://lkml.org/lkml/2007/9/29/168
> 
> My pending patches are all at http://landley.net/kdocs/make/patches although 
> I'm waiting for the current batch to work through before posting more.


Thanks.  Looks good.

> From: Rob Landley <rob@landley.net>
> 
> Two 00-INDEX files under Documentation/w1 plus typo fixes.
> 
> Signed-off-by: Rob Landley <rob@landley.net>
> ---
> 
>  Documentation/w1/masters/ds2482 |    2 +-
>  Documentation/w1/masters/ds2490 |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff -r de183081194a Documentation/w1/masters/ds2482
> --- a/Documentation/w1/masters/ds2482	Tue Oct 02 18:00:56 2007 +0000
> +++ b/Documentation/w1/masters/ds2482	Wed Oct 03 20:28:05 2007 -0500
> @@ -15,7 +15,7 @@ Description
>  Description
>  -----------
>  
> -The Maixm/Dallas Semiconductor DS2482 is a I2C device that provides
> +The Maxim/Dallas Semiconductor DS2482 is a I2C device that provides
>  one (DS2482-100) or eight (DS2482-800) 1-wire busses.
>  
>  
> diff -r de183081194a Documentation/w1/masters/ds2490
> --- a/Documentation/w1/masters/ds2490	Tue Oct 02 18:00:56 2007 +0000
> +++ b/Documentation/w1/masters/ds2490	Wed Oct 03 20:28:05 2007 -0500
> @@ -10,7 +10,7 @@ Description
>  Description
>  -----------
>  
> -The Maixm/Dallas Semiconductor DS2490 is a chip
> +The Maxim/Dallas Semiconductor DS2490 is a chip
>  which allows to build USB <-> W1 bridges.
>  
>  DS9490(R) is a USB <-> W1 bus master device
> --- /dev/null	2007-04-23 10:59:00.000000000 -0500
> +++ hg/Documentation/w1/00-INDEX	2007-10-03 20:26:38.000000000 -0500
> @@ -0,0 +1,8 @@
> +00-INDEX
> +	- This file
> +masters/
> +	- Individual chips providing 1-wire busses.
> +w1.generic
> +	- The 1-wire (w1) bus
> +w1.netlink
> +	- Userspace communication protocol over connector [1].
> --- /dev/null	2007-04-23 10:59:00.000000000 -0500
> +++ hg/Documentation/w1/masters/00-INDEX	2007-10-03 20:26:55.000000000 -0500
> @@ -0,0 +1,6 @@
> +00-INDEX
> +	- This file
> +ds2482
> +	- The Maxim/Dallas Semiconductor DS2482 provides 1-wire busses.
> +ds2490
> +	- The Maxim/Dallas Semiconductor DS2490 builds USB <-> W1 bridges.


-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-04  5:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200710032117.l93LHXI0009109@imap1.linux-foundation.org>
2007-10-03 21:38 ` + add-documentation-w1w1-masters-00-index.patch added to -mm tree Randy Dunlap
2007-10-04  1:46   ` Rob Landley
2007-10-04  5:12     ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox