[PATCH 3/5] DOC: Fix wrong identifier name in Documentation/driver-model/devres.txt

2007-05-02 Thread Greg Kroah-Hartman
From: Rolf Eike Beer <[EMAIL PROTECTED]> Above and below we talk about my_midlayer_create_something, I assume that is also meant here. Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]> Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- Document

[PATCH] DOC: Fix wrong identifier name in Documentation/driver-model/devres.txt

2007-05-01 Thread Tejun Heo
From: Rolf Eike Beer <[EMAIL PROTECTED]> Above and below we talk about my_midlayer_create_something, I assume that is also meant here. Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]> Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> diff --git a/Documentation/driver-model/devres.txt b/Documentatio

Re: [DOC] Fix wrong identifier name in Documentation/driver-model/devres.txt

2007-04-29 Thread Greg KH
On Sun, Apr 29, 2007 at 04:50:29PM +0900, Tejun Heo wrote: > Jeff Garzik wrote: > > Now that devres is in the kernel, I don't think I am the best person to > > merge these sort of patches. Certainly I can, and I know the code from > > my original review and subsequent usage, but I think the patch

Re: [DOC] Fix wrong identifier name in Documentation/driver-model/devres.txt

2007-04-29 Thread Tejun Heo
Jeff Garzik wrote: > Now that devres is in the kernel, I don't think I am the best person to > merge these sort of patches. Certainly I can, and I know the code from > my original review and subsequent usage, but I think the patch is more > appropriate for Greg, going through normal maintainership

Re: [DOC] Fix wrong identifier name in Documentation/driver-model/devres.txt

2007-04-28 Thread Jeff Garzik
Rolf Eike Beer wrote: Above and below we talk about my_midlayer_create_something, I assume that is also meant here. Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]> --- commit bb5f6ef5bbbdc0233690fe3ba6d5787a6aab9b33 tree cd948e03b4add89be6e648d31b7778c64a51e8d2 parent 64aa7c3136258d3abc76354b

Re: [DOC] Fix wrong identifier name in Documentation/driver-model/devres.txt

2007-04-26 Thread Tejun Heo
Rolf Eike Beer wrote: > Above and below we talk about my_midlayer_create_something, I assume that is > also meant here. > > Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]> Acked-by: Tejun Heo <[EMAIL PROTECTED]> Thanks. -- tejun - To unsubscribe from this list: send the line "unsubscribe lin

[DOC] Fix wrong identifier name in Documentation/driver-model/devres.txt

2007-04-26 Thread Rolf Eike Beer
Above and below we talk about my_midlayer_create_something, I assume that is also meant here. Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]> --- commit bb5f6ef5bbbdc0233690fe3ba6d5787a6aab9b33 tree cd948e03b4add89be6e648d31b7778c64a51e8d2 parent 64aa7c3136258d3abc76354b5f83b9a9575169c0 author