public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: paulmcquad <paulmcquad@gmail.com>
To: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org,
	gregkh@linuxfoundation.org, hsweeten@visionengravers.com,
	abbotti@mev.co.uk
Subject: [PATCH] Staging: comedi: Line indentation
Date: Sat, 29 Mar 2014 17:46:07 +0000	[thread overview]
Message-ID: <533706DF.90406@gmail.com> (raw)

>From df22d80899d343314d212e1750dc6ae2a54fa364 Mon Sep 17 00:00:00 2001
From: Paul McQuade <paulmcquad@gmail.com>
Date: Sat, 29 Mar 2014 17:37:38 +0000
Subject: [PATCH] Staging: comedi: Line indentation

Fix line format in comedidev.h

Signed-off-by: Paul McQuade <paulmcquad@gmail.com>
---
 drivers/staging/comedi/comedidev.h | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h
index f82bd42..588e9e7 100644
--- a/drivers/staging/comedi/comedidev.h
+++ b/drivers/staging/comedi/comedidev.h
@@ -61,29 +61,29 @@ struct comedi_subdevice {
 
     unsigned int *chanlist;    /* driver-owned chanlist (not used) */
 
-    int (*insn_read) (struct comedi_device *, struct comedi_subdevice *,
+    int (*insn_read)(struct comedi_device *, struct comedi_subdevice *,
               struct comedi_insn *, unsigned int *);
-    int (*insn_write) (struct comedi_device *, struct comedi_subdevice *,
+    int (*insn_write)(struct comedi_device *, struct comedi_subdevice *,
                struct comedi_insn *, unsigned int *);
-    int (*insn_bits) (struct comedi_device *, struct comedi_subdevice *,
+    int (*insn_bits)(struct comedi_device *, struct comedi_subdevice *,
               struct comedi_insn *, unsigned int *);
-    int (*insn_config) (struct comedi_device *, struct comedi_subdevice *,
+    int (*insn_config)(struct comedi_device *, struct comedi_subdevice *,
                 struct comedi_insn *, unsigned int *);
 
-    int (*do_cmd) (struct comedi_device *, struct comedi_subdevice *);
-    int (*do_cmdtest) (struct comedi_device *, struct comedi_subdevice *,
+    int (*do_cmd)(struct comedi_device *, struct comedi_subdevice *);
+    int (*do_cmdtest)(struct comedi_device *, struct comedi_subdevice *,
                struct comedi_cmd *);
-    int (*poll) (struct comedi_device *, struct comedi_subdevice *);
-    int (*cancel) (struct comedi_device *, struct comedi_subdevice *);
+    int (*poll)(struct comedi_device *, struct comedi_subdevice *);
+    int (*cancel)(struct comedi_device *, struct comedi_subdevice *);
     /* int (*do_lock)(struct comedi_device *, struct comedi_subdevice *); */
     /* int (*do_unlock)(struct comedi_device *, \
             struct comedi_subdevice *); */
 
     /* called when the buffer changes */
-    int (*buf_change) (struct comedi_device *dev,
+    int (*buf_change)(struct comedi_device *dev,
                struct comedi_subdevice *s, unsigned long new_size);
 
-    void (*munge) (struct comedi_device *dev, struct comedi_subdevice *s,
+    void (*munge)(struct comedi_device *dev, struct comedi_subdevice *s,
                void *data, unsigned int num_bytes,
                unsigned int start_chan_index);
     enum dma_data_direction async_dma_dir;
@@ -146,7 +146,7 @@ struct comedi_async {
 
     unsigned int cb_mask;
 
-    int (*inttrig) (struct comedi_device *dev, struct comedi_subdevice *s,
+    int (*inttrig)(struct comedi_device *dev, struct comedi_subdevice *s,
             unsigned int x);
 };
 
@@ -155,9 +155,9 @@ struct comedi_driver {
 
     const char *driver_name;
     struct module *module;
-    int (*attach) (struct comedi_device *, struct comedi_devconfig *);
-    void (*detach) (struct comedi_device *);
-    int (*auto_attach) (struct comedi_device *, unsigned long);
+    int (*attach)(struct comedi_device *, struct comedi_devconfig *);
+    void (*detach)(struct comedi_device *);
+    int (*auto_attach)(struct comedi_device *, unsigned long);
 
     /* number of elements in board_name and board_id arrays */
     unsigned int num_names;
@@ -202,8 +202,8 @@ struct comedi_device {
 
     struct fasync_struct *async_queue;
 
-    int (*open) (struct comedi_device *dev);
-    void (*close) (struct comedi_device *dev);
+    int (*open)(struct comedi_device *dev);
+    void (*close)(struct comedi_device *dev);
 };
 
 static inline const void *comedi_board(const struct comedi_device *dev)
-- 
1.8.3.2


             reply	other threads:[~2014-03-29 17:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-29 17:46 paulmcquad [this message]
2014-03-31  9:03 ` [PATCH] Staging: comedi: Line indentation Dan Carpenter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=533706DF.90406@gmail.com \
    --to=paulmcquad@gmail.com \
    --cc=abbotti@mev.co.uk \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hsweeten@visionengravers.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox