Prev: Staging:dt3155: fix coding style issue in dt3155_drv.c This is a patch to the dt3155_drv.c file that fixes up a coding style warning and errors found by the checkpatch.pl tool;
Next: Staging: comedi: fixes the checkpatch error in skel.c
From: Greg KH on 27 Apr 2010 17:20 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Lars Lindley on 2 May 2010 03:40
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(a)coyote.org> Acked-by: Pavel Machek <pavel(a)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(a)kroah.com> and -Pavel Machek <pavel(a)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(a)kroah.com> and +Pavel Machek <pavel(a)ucw.cz> -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |