public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: winbond: Renamed README to TODO and corrected Pavel's mail
@ 2010-03-12 21:58 Lars Lindley
  2010-03-13  6:30 ` Pavel Machek
  2010-04-27 20:38 ` Staging: " Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Lars Lindley @ 2010-03-12 21:58 UTC (permalink / raw)
  To: gregkh, pavel; +Cc: devel, linux-kernel, Lars Lindley


diff --git a/drivers/staging/winbond/README b/drivers/staging/winbond/README
deleted file mode 100644
index cb944e4..0000000
--- a/drivers/staging/winbond/README
+++ /dev/null
@@ -1,11 +0,0 @@
-TODO:
-	- sparse cleanups
-	- checkpatch cleanups
-	- kerneldoc cleanups
-	- remove typedefs
-	- remove unused ioctls
-	- use cfg80211 for regulatory stuff
-	- fix 4k stack problems
-
-Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
-Pavel Machek <pavel@suse.cz>
diff --git a/drivers/staging/winbond/TODO b/drivers/staging/winbond/TODO
new file mode 100644
index 0000000..f4fb3f3
--- /dev/null
+++ b/drivers/staging/winbond/TODO
@@ -0,0 +1,11 @@
+TODO:
+	- sparse cleanups
+	- checkpatch cleanups
+	- kerneldoc cleanups
+	- remove typedefs
+	- remove unused ioctls
+	- use cfg80211 for regulatory stuff
+	- fix 4k stack problems
+
+Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
+Pavel Machek <pavel@ucw.cz>

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

* Re: [PATCH] staging: winbond: Renamed README to TODO and corrected Pavel's mail
  2010-03-12 21:58 [PATCH] staging: winbond: Renamed README to TODO and corrected Pavel's mail Lars Lindley
@ 2010-03-13  6:30 ` Pavel Machek
  2010-04-27 20:38 ` Staging: " Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2010-03-13  6:30 UTC (permalink / raw)
  To: Lars Lindley; +Cc: gregkh, devel, linux-kernel

Hi!

> diff --git a/drivers/staging/winbond/README b/drivers/staging/winbond/README
> deleted file mode 100644
> index cb944e4..0000000
> --- a/drivers/staging/winbond/README
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -TODO:
> -	- sparse cleanups
> -	- checkpatch cleanups
> -	- kerneldoc cleanups
> -	- remove typedefs
> -	- remove unused ioctls
> -	- use cfg80211 for regulatory stuff
> -	- fix 4k stack problems
> -
> -Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
> -Pavel Machek <pavel@suse.cz>
> diff --git a/drivers/staging/winbond/TODO b/drivers/staging/winbond/TODO
> new file mode 100644
> index 0000000..f4fb3f3
> --- /dev/null
> +++ b/drivers/staging/winbond/TODO
> @@ -0,0 +1,11 @@
> +TODO:
> +	- sparse cleanups
> +	- checkpatch cleanups
> +	- kerneldoc cleanups
> +	- remove typedefs
> +	- remove unused ioctls
> +	- use cfg80211 for regulatory stuff
> +	- fix 4k stack problems
> +
> +Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
> +Pavel Machek <pavel@ucw.cz>

ACK.
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* Re: Staging: winbond: Renamed README to TODO and corrected Pavel's mail
  2010-03-12 21:58 [PATCH] staging: winbond: Renamed README to TODO and corrected Pavel's mail Lars Lindley
  2010-03-13  6:30 ` Pavel Machek
@ 2010-04-27 20:38 ` Greg KH
  2010-05-02  7:33   ` Lars Lindley
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2010-04-27 20:38 UTC (permalink / raw)
  To: Lars Lindley; +Cc: gregkh, pavel, devel, linux-kernel

I need a "Signed-off-by:" line in order to be able to apply this.  Care
to resend it with it?

thanks,

greg k-h


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

* Re: Staging: winbond: Renamed README to TODO and corrected Pavel's mail
  2010-04-27 20:38 ` Staging: " Greg KH
@ 2010-05-02  7:33   ` Lars Lindley
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Lindley @ 2010-05-02  7:33 UTC (permalink / raw)
  To: Greg KH; +Cc: gregkh, pavel, devel, linux-kernel

On 2010-04-27 22:38, Greg KH wrote:
> I need a "Signed-off-by:" line in order to be able to apply this.  Care
> to resend it with it?
> 
> thanks,
> 
> greg k-h
> 
> 
Ok here it comes.




[PATCH] staging: winbond: Renamed README to TODO and corrected Pavel's mail

Signed-off-by: Lars Lindley <lindley@coyote.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
---
 drivers/staging/winbond/README |   11 -----------
 drivers/staging/winbond/TODO   |   11 +++++++++++
 2 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 drivers/staging/winbond/README
 create mode 100644 drivers/staging/winbond/TODO

diff --git a/drivers/staging/winbond/README b/drivers/staging/winbond/README
deleted file mode 100644
index cb944e4..0000000
--- a/drivers/staging/winbond/README
+++ /dev/null
@@ -1,11 +0,0 @@
-TODO:
-	- sparse cleanups
-	- checkpatch cleanups
-	- kerneldoc cleanups
-	- remove typedefs
-	- remove unused ioctls
-	- use cfg80211 for regulatory stuff
-	- fix 4k stack problems
-
-Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
-Pavel Machek <pavel@suse.cz>
diff --git a/drivers/staging/winbond/TODO b/drivers/staging/winbond/TODO
new file mode 100644
index 0000000..f4fb3f3
--- /dev/null
+++ b/drivers/staging/winbond/TODO
@@ -0,0 +1,11 @@
+TODO:
+	- sparse cleanups
+	- checkpatch cleanups
+	- kerneldoc cleanups
+	- remove typedefs
+	- remove unused ioctls
+	- use cfg80211 for regulatory stuff
+	- fix 4k stack problems
+
+Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
+Pavel Machek <pavel@ucw.cz>
-- 
1.7.1

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

end of thread, other threads:[~2010-05-02  7:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 21:58 [PATCH] staging: winbond: Renamed README to TODO and corrected Pavel's mail Lars Lindley
2010-03-13  6:30 ` Pavel Machek
2010-04-27 20:38 ` Staging: " Greg KH
2010-05-02  7:33   ` Lars Lindley

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