lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 29 Mar 2010 01:35:15 -0400
From:	supermine290 <supermine290@...il.com>
To:	Greg Kroah-Hartman <gregkh@...e.de>,
	Bill Pemberton <wfp5p@...ginia.edu>,
	Shawn Bohrer <shawn.bohrer@...il.com>,
	Frank Mori Hess <fmhess@...rs.sourceforge.net>
CC:	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Patch to comedi_fops.c

>From eb3bff4e8052a4075d82f1687e0338dc81d73256 Mon Sep 17 00:00:00 2001
From: Jakob Penzien <jakob@...odmoon.(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@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ