2008-10-08 12:44:17

by Nick Warne

[permalink] [raw]
Subject: [PATCH] Trivial patch to submitting-patches Documantation

Diff'ed against 2.6.26.5 stable tree.

Test-by tag is wrong.

Signed-off-by: Nick Warne <[email protected]>

--- linux-2.6.26.y/Documentation/SubmittingPatches 2008-10-08 13:36:07.000000000 +0100
+++ linux-2.6.26.y/Documentation/SubmittingPatchesNEW 2008-10-08 13:39:38.000000000 +0100
@@ -405,7 +405,7 @@
have been included in the discussion


-14) Using Test-by: and Reviewed-by:
+14) Using Tested-by: and Reviewed-by:

A Tested-by: tag indicates that the patch has been successfully tested (in
some environment) by the person named. This tag informs maintainers that

--
Free Software Foundation Associate Member 5508


2008-10-08 16:32:18

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Trivial patch to submitting-patches Documantation

On Wed, 8 Oct 2008 13:44:01 +0100
Nick Warne <[email protected]> wrote:

> Diff'ed against 2.6.26.5 stable tree.
>
> Test-by tag is wrong.

I have a fix for this in my docs tree already. Linus didn't pull it
(not surprising, given that I just put it up last week), so I'll try
again in the merge window.

Thanks,
jon

2008-10-08 17:57:21

by Nick Warne

[permalink] [raw]
Subject: Re: [PATCH] Trivial patch to submitting-patches Documantation

On Wed, 8 Oct 2008 10:31:55 -0600
Jonathan Corbet <[email protected]> wrote:

> On Wed, 8 Oct 2008 13:44:01 +0100
> Nick Warne <[email protected]> wrote:
>
> > Diff'ed against 2.6.26.5 stable tree.
> >
> > Test-by tag is wrong.
>
> I have a fix for this in my docs tree already. Linus didn't pull it
> (not surprising, given that I just put it up last week), so I'll try
> again in the merge window.
>
> Thanks,
> jon

Jon,

Did you see/catch my other trivial issue:

http://marc.info/?l=linux-kernel&m=122316762030204&w=2

In Documentation/cdrom/ide-cd, from line 148 is:

"Lacking anything else, you could use the
cdtester program in Documentation/cdrom/sbpcd".

This file is not present in stable 2.6.26.5 at least.


Thanks,

Nick
--
Free Software Foundation Associate Member 5508

2008-10-09 18:08:28

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Trivial patch to submitting-patches Documantation

On Wed, 8 Oct 2008 18:57:10 +0100 Nick Warne wrote:

> On Wed, 8 Oct 2008 10:31:55 -0600
> Jonathan Corbet <[email protected]> wrote:
>
> > On Wed, 8 Oct 2008 13:44:01 +0100
> > Nick Warne <[email protected]> wrote:
> >
> > > Diff'ed against 2.6.26.5 stable tree.
> > >
> > > Test-by tag is wrong.
> >
> > I have a fix for this in my docs tree already. Linus didn't pull it
> > (not surprising, given that I just put it up last week), so I'll try
> > again in the merge window.
> >
> > Thanks,
> > jon
>
> Jon,
>
> Did you see/catch my other trivial issue:
>
> http://marc.info/?l=linux-kernel&m=122316762030204&w=2
>
> In Documentation/cdrom/ide-cd, from line 148 is:
>
> "Lacking anything else, you could use the
> cdtester program in Documentation/cdrom/sbpcd".
>
> This file is not present in stable 2.6.26.5 at least.

Nick,
Thanks for the report. I just sent a patch for this as a reply
to your original posting.

---
~Randy