linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: fix coding style issues in poc.c
@ 2014-02-24  9:48 David Roddick
  2014-02-24 10:21 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: David Roddick @ 2014-02-24  9:48 UTC (permalink / raw)
  To: gregkh; +Cc: abbotti, hsweeten, devel, linux-kernel, David Roddick

Removed unnecessary spaces after function pointer names and corrected multi-line wrap alignment

Signed-off-by: David Roddick <dgroddick@gmail.com>
---
 drivers/staging/comedi/drivers/poc.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/comedi/drivers/poc.c b/drivers/staging/comedi/drivers/poc.c
index 2ae4ee1..514ccd8 100644
--- a/drivers/staging/comedi/drivers/poc.c
+++ b/drivers/staging/comedi/drivers/poc.c
@@ -36,16 +36,16 @@ Configuration options:
 struct boarddef_struct {
 	const char *name;
 	unsigned int iosize;
-	int (*setup) (struct comedi_device *);
+	int (*setup)(struct comedi_device *);
 	int type;
 	int n_chan;
 	int n_bits;
-	int (*winsn) (struct comedi_device *, struct comedi_subdevice *,
-		      struct comedi_insn *, unsigned int *);
-	int (*rinsn) (struct comedi_device *, struct comedi_subdevice *,
-		      struct comedi_insn *, unsigned int *);
-	int (*insnbits) (struct comedi_device *, struct comedi_subdevice *,
-			 struct comedi_insn *, unsigned int *);
+	int (*winsn)(struct comedi_device *, struct comedi_subdevice *,
+		struct comedi_insn *, unsigned int *);
+	int (*rinsn)(struct comedi_device *, struct comedi_subdevice *,
+		struct comedi_insn *, unsigned int *);
+	int (*insnbits)(struct comedi_device *, struct comedi_subdevice *,
+		struct comedi_insn *, unsigned int *);
 	const struct comedi_lrange *range;
 };
 
-- 
1.8.5.3


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

end of thread, other threads:[~2014-02-24 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-24  9:48 [PATCH] Staging: comedi: fix coding style issues in poc.c David Roddick
2014-02-24 10:21 ` Dan Carpenter

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).