linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch to comedi_fops.c
@ 2010-03-29  5:35 supermine290
  2010-03-29 15:19 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: supermine290 @ 2010-03-29  5:35 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Bill Pemberton, Shawn Bohrer, Frank Mori Hess
  Cc: devel, linux-kernel

>From eb3bff4e8052a4075d82f1687e0338dc81d73256 Mon Sep 17 00:00:00 2001
From: Jakob Penzien <jakob@bloodmoon.(none)>
Date: Tue, 23 Mar 2010 12:52:14 -0400
Subject: [PATCH] Staging: comedi: fix space before tab style issue
in comedi_fops.c
 This is a patch to the comedi_fops.c file that fixes up a tab style
warning
 found by the checkpathc.pl tool. This patch was done to 2.6.34 kernel.
 Signed-off-by: Jakob Penzien <supermine290@gmail.com>

---
 drivers/staging/comedi/comedi_fops.c |   38
+++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/drivers/staging/comedi/comedi_fops.c
b/drivers/staging/comedi/comedi_fops.c
index aca9674..5cb5bc7 100644
--- a/drivers/staging/comedi/comedi_fops.c
+++ b/drivers/staging/comedi/comedi_fops.c
@@ -598,19 +598,19 @@ copyback:
 static int parse_insn(struct comedi_device *dev, struct comedi_insn
*insn,
 		      unsigned int *data, void *file);
 /*
- * 	COMEDI_INSNLIST
- * 	synchronous instructions
+ *     COMEDI_INSNLIST
+ *     synchronous instructions
  *
- * 	arg:
- * 		pointer to sync cmd structure
+ *     arg:
+ *          pointer to sync cmd structure
  *
- * 	reads:
- * 		sync cmd struct at arg
- * 		instruction list
- * 		data (for writes)
+ *     reads:
+ *          sync cmd struct at arg
+ *          instruction list
+ *          data (for writes)
  *
- * 	writes:
- * 		data (for reads)
+ *     writes:
+ *            data (for reads)
  */
 /* arbitrary limits */
 #define MAX_SAMPLES 256
@@ -894,18 +894,18 @@ out:
 }

 /*
- * 	COMEDI_INSN
- * 	synchronous instructions
+ *     COMEDI_INSN
+ *     synchronous instructions
  *
- * 	arg:
- * 		pointer to insn
+ *     arg:
+ *             pointer to insn
  *
- * 	reads:
- * 		struct comedi_insn struct at arg
- * 		data (for writes)
+ *     reads:
+ *             struct comedi_insn struct at arg
+ *             data (for writes)
  *
- * 	writes:
- * 		data (for reads)
+ *     writes:
+ *             data (for reads)
  */
 static int do_insn_ioctl(struct comedi_device *dev, void *arg, void
*file)
 {
-- 
1.6.3.3

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

* Re: Patch to comedi_fops.c
  2010-03-29  5:35 Patch to comedi_fops.c supermine290
@ 2010-03-29 15:19 ` Greg KH
  2010-04-17  8:23   ` supermine290
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2010-03-29 15:19 UTC (permalink / raw)
  To: supermine290
  Cc: Bill Pemberton, Shawn Bohrer, Frank Mori Hess, devel, linux-kernel

On Mon, Mar 29, 2010 at 01:35:15AM -0400, supermine290 wrote:
> >From eb3bff4e8052a4075d82f1687e0338dc81d73256 Mon Sep 17 00:00:00 2001
> From: Jakob Penzien <jakob@bloodmoon.(none)>
> Date: Tue, 23 Mar 2010 12:52:14 -0400
> Subject: [PATCH] Staging: comedi: fix space before tab style issue
> in comedi_fops.c
>  This is a patch to the comedi_fops.c file that fixes up a tab style
> warning
>  found by the checkpathc.pl tool. This patch was done to 2.6.34 kernel.
>  Signed-off-by: Jakob Penzien <supermine290@gmail.com>
> 
> ---
>  drivers/staging/comedi/comedi_fops.c |   38
> +++++++++++++++++-----------------
>  1 files changed, 19 insertions(+), 19 deletions(-)
> 
> diff --git a/drivers/staging/comedi/comedi_fops.c
> b/drivers/staging/comedi/comedi_fops.c
> index aca9674..5cb5bc7 100644
> --- a/drivers/staging/comedi/comedi_fops.c
> +++ b/drivers/staging/comedi/comedi_fops.c
> @@ -598,19 +598,19 @@ copyback:
>  static int parse_insn(struct comedi_device *dev, struct comedi_insn
> *insn,

The patch is line-wrapped, can you please fix this and resend it?

thanks,

greg k-h

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

* Re: Patch to comedi_fops.c
  2010-03-29 15:19 ` Greg KH
@ 2010-04-17  8:23   ` supermine290
  0 siblings, 0 replies; 5+ messages in thread
From: supermine290 @ 2010-04-17  8:23 UTC (permalink / raw)
  To: Greg KH
  Cc: Bill Pemberton, Shawn Bohrer, Frank Mori Hess, devel, linux-kernel

>From eb3bff4e8052a4075d82f1687e0338dc81d73256 Mon Sep 17 00:00:00 2001
From: Jakob Penzien <jakob@bloodmoon.(none)>
Date: Tue, 23 Mar 2010 12:52:14 -0400
Subject: [PATCH] Staging: comedi: fix space before tab style issue
in comedi_fops.c
 This is a patch to the comedi_fops.c file that fixes up a tab style
warning
 found by the checkpathc.pl tool. This patch was done to 2.6.34 kernel.
 Signed-off-by: Jakob Penzien <supermine290@gmail.com>

---
 drivers/staging/comedi/comedi_fops.c |   38
+++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/drivers/staging/comedi/comedi_fops.c
b/drivers/staging/comedi/comedi_fops.c
index aca9674..5cb5bc7 100644
--- a/drivers/staging/comedi/comedi_fops.c
+++ b/drivers/staging/comedi/comedi_fops.c
@@ -598,19 +598,19 @@ copyback:
 static int parse_insn(struct comedi_device *dev, struct comedi_insn
*insn,
 		      unsigned int *data, void *file);
 /*
- * 	COMEDI_INSNLIST
- * 	synchronous instructions
+ *     COMEDI_INSNLIST
+ *     synchronous instructions
  *
- * 	arg:
- * 		pointer to sync cmd structure
+ *     arg:
+ *          pointer to sync cmd structure
  *
- * 	reads:
- * 		sync cmd struct at arg
- * 		instruction list
- * 		data (for writes)
+ *     reads:
+ *          sync cmd struct at arg
+ *          instruction list
+ *          data (for writes)
  *
- * 	writes:
- * 		data (for reads)
+ *     writes:
+ *            data (for reads)
  */
 /* arbitrary limits */
 #define MAX_SAMPLES 256
@@ -894,18 +894,18 @@ out:
 }

 /*
- * 	COMEDI_INSN
- * 	synchronous instructions
+ *     COMEDI_INSN
+ *     synchronous instructions
  *
- * 	arg:
- * 		pointer to insn
+ *     arg:
+ *             pointer to insn
  *
- * 	reads:
- * 		struct comedi_insn struct at arg
- * 		data (for writes)
+ *     reads:
+ *             struct comedi_insn struct at arg
+ *             data (for writes)
  *
- * 	writes:
- * 		data (for reads)
+ *     writes:
+ *             data (for reads)
  */
 static int do_insn_ioctl(struct comedi_device *dev, void *arg, void
*file)
 {
-- 
1.6.3.3


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

* Re: Patch to comedi_fops.c
  2010-03-23 17:06 supermine290
@ 2010-04-27 22:11 ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2010-04-27 22:11 UTC (permalink / raw)
  To: supermine290
  Cc: Greg Kroah-Hartman, Bill Pemberton, Shawn Bohrer,
	Frank Mori Hess, devel, linux-kernel

On Tue, Mar 23, 2010 at 01:06:38PM -0400, supermine290 wrote:
> >From eb3bff4e8052a4075d82f1687e0338dc81d73256 Mon Sep 17 00:00:00 2001
> From: Jakob Penzien <jakob@bloodmoon.(none)>
> Date: Tue, 23 Mar 2010 12:52:14 -0400
> Subject: [PATCH] Staging: comedi: fix space before tab style issue in comedi_fops.c
>  This is a patch to the comedi_fops.c file that fixes up a tab style warning
>  found by the checkpathc.pl tool. This patch was done to 2.6.34 kernel.
>  Signed-off-by: Jakob Penzien <supermine290@gmail.com>

Sorry, but someone else already submited a patch for this before you :(

greg k-h

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

* Patch to comedi_fops.c
@ 2010-03-23 17:06 supermine290
  2010-04-27 22:11 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: supermine290 @ 2010-03-23 17:06 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Bill Pemberton, Shawn Bohrer, Frank Mori Hess
  Cc: devel, linux-kernel

>From eb3bff4e8052a4075d82f1687e0338dc81d73256 Mon Sep 17 00:00:00 2001
From: Jakob Penzien <jakob@bloodmoon.(none)>
Date: Tue, 23 Mar 2010 12:52:14 -0400
Subject: [PATCH] Staging: comedi: fix space before tab style issue in comedi_fops.c
 This is a patch to the comedi_fops.c file that fixes up a tab style warning
 found by the checkpathc.pl tool. This patch was done to 2.6.34 kernel.
 Signed-off-by: Jakob Penzien <supermine290@gmail.com>

---
 drivers/staging/comedi/comedi_fops.c |   38 +++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c
index aca9674..5cb5bc7 100644
--- a/drivers/staging/comedi/comedi_fops.c
+++ b/drivers/staging/comedi/comedi_fops.c
@@ -598,19 +598,19 @@ copyback:
 static int parse_insn(struct comedi_device *dev, struct comedi_insn *insn,
 		      unsigned int *data, void *file);
 /*
- * 	COMEDI_INSNLIST
- * 	synchronous instructions
+ *     COMEDI_INSNLIST
+ *     synchronous instructions
  *
- * 	arg:
- * 		pointer to sync cmd structure
+ *     arg:
+ *          pointer to sync cmd structure
  *
- * 	reads:
- * 		sync cmd struct at arg
- * 		instruction list
- * 		data (for writes)
+ *     reads:
+ *          sync cmd struct at arg
+ *          instruction list
+ *          data (for writes)
  *
- * 	writes:
- * 		data (for reads)
+ *     writes:
+ *            data (for reads)
  */
 /* arbitrary limits */
 #define MAX_SAMPLES 256
@@ -894,18 +894,18 @@ out:
 }
 
 /*
- * 	COMEDI_INSN
- * 	synchronous instructions
+ *     COMEDI_INSN
+ *     synchronous instructions
  *
- * 	arg:
- * 		pointer to insn
+ *     arg:
+ *             pointer to insn
  *
- * 	reads:
- * 		struct comedi_insn struct at arg
- * 		data (for writes)
+ *     reads:
+ *             struct comedi_insn struct at arg
+ *             data (for writes)
  *
- * 	writes:
- * 		data (for reads)
+ *     writes:
+ *             data (for reads)
  */
 static int do_insn_ioctl(struct comedi_device *dev, void *arg, void *file)
 {
-- 
1.6.3.3

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

end of thread, other threads:[~2010-04-27 22:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-29  5:35 Patch to comedi_fops.c supermine290
2010-03-29 15:19 ` Greg KH
2010-04-17  8:23   ` supermine290
  -- strict thread matches above, loose matches on Subject: below --
2010-03-23 17:06 supermine290
2010-04-27 22:11 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).