All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Slaby <jirislaby@gmail.com>
To: Damian Varayud <davarayud@gmail.com>
Cc: gregkh@suse.de, harmonco@engr.orst.edu,
	sam.j.richardson@gmail.com, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] Staging: comedi: fix brace coding style issue in ni_tio.c This is a patch to the ni_tio.c file that fixes up a brace, indentation and overlines warning found by the checkpatch.pl tool Signed-off-by: Varayud Damian Alfredo <davarayud@gmail.com>
Date: Wed, 10 Nov 2010 16:23:25 +0100	[thread overview]
Message-ID: <4CDAB8ED.7070609@gmail.com> (raw)
In-Reply-To: <1289395215-2131-1-git-send-email-user@netbu>

On 11/10/2010 02:20 PM, Damian Varayud wrote:
> @@ -291,21 +296,22 @@ static void __exit ni_tio_cleanup_module(void)
> 
>  module_exit(ni_tio_cleanup_module);
> 
>  struct ni_gpct_device *ni_gpct_device_construct(struct comedi_device *dev,
> -						void (*write_register) (struct
> -									ni_gpct
> -									*
> -									counter,
> -									unsigned
> -									bits,
> -									enum
> -									ni_gpct_register
> -									reg),
> -						unsigned (*read_register)
> -						(struct ni_gpct *counter,
> -						 enum ni_gpct_register reg),
> -						enum ni_gpct_variant variant,
> -						unsigned num_counters)
> +						void (*write_register)
> +						(struct ni_gpct *counter,
> +						 unsigned bits,
> +						 enum ni_gpct_register reg),
> +						unsigned (*read_register)
> +						(struct ni_gpct *counter,
> +						 enum ni_gpct_register reg),
> +						 enum ni_gpct_variant variant,
> +						 unsigned num_counters)

I don't think this looks anyhow saner. What about shifting it left like:
               void (*write_register)(struct ni_gpct *counter,
                        unsigned bits, enum ni_gpct_register reg),
               unsigned (*read_register)(struct ni_gpct *counter,
			enum ni_gpct_register reg),
	       enum ni_gpct_variant variant, unsigned num_counters)

regards,
-- 
js

      reply	other threads:[~2010-11-10 15:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-10 13:20 [PATCH 1/4] Staging: comedi: fix brace coding style issue in ni_tio.c This is a patch to the ni_tio.c file that fixes up a brace, indentation and overlines warning found by the checkpatch.pl tool Signed-off-by: Varayud Damian Alfredo <davarayud@gmail.com> Damian Varayud
2010-11-10 15:23 ` Jiri Slaby [this message]

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=4CDAB8ED.7070609@gmail.com \
    --to=jirislaby@gmail.com \
    --cc=davarayud@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=harmonco@engr.orst.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam.j.richardson@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.