linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Brian Masney <masneyb@onstation.org>
Cc: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org,
	devel@driverdev.osuosl.org
Subject: Re: [PATCH v2 3/8] staging: iio: isl29018: fix multiline comment syntax
Date: Mon, 10 Oct 2016 21:34:19 +0100	[thread overview]
Message-ID: <d77e6e1d-d31c-4af8-b586-f2feba8857dd@kernel.org> (raw)
In-Reply-To: <1476084002-29683-4-git-send-email-masneyb@onstation.org>

On 10/10/16 08:19, Brian Masney wrote:
> Change multiline comments from:
> 
> /* line1
>  * line2
>  * ...
>  */
> 
> to
> 
> /*
>  * line1
>  * line2
>  * ...
>  */
> 
> Signed-off-by: Brian Masney <masneyb@onstation.org>
Applied to the togreg branch of iio.git and pushed out as testing.

Thanks,

Jonathan
> ---
>  drivers/staging/iio/light/isl29018.c | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/staging/iio/light/isl29018.c b/drivers/staging/iio/light/isl29018.c
> index 130f222..132de8e 100644
> --- a/drivers/staging/iio/light/isl29018.c
> +++ b/drivers/staging/iio/light/isl29018.c
> @@ -564,7 +564,8 @@ static int isl29018_chip_init(struct isl29018_chip *chip)
>  			return status;
>  	}
>  
> -	/* Code added per Intersil Application Note 1534:
> +	/*
> +	 * Code added per Intersil Application Note 1534:
>  	 *     When VDD sinks to approximately 1.8V or below, some of
>  	 * the part's registers may change their state. When VDD
>  	 * recovers to 2.25V (or greater), the part may thus be in an
> @@ -591,7 +592,8 @@ static int isl29018_chip_init(struct isl29018_chip *chip)
>  		return status;
>  	}
>  
> -	/* See Intersil AN1534 comments above.
> +	/*
> +	 * See Intersil AN1534 comments above.
>  	 * "Operating Mode" (COMMAND1) register is reprogrammed when
>  	 * data is read from the device.
>  	 */
> @@ -773,7 +775,8 @@ static int isl29018_suspend(struct device *dev)
>  
>  	mutex_lock(&chip->lock);
>  
> -	/* Since this driver uses only polling commands, we are by default in
> +	/*
> +	 * Since this driver uses only polling commands, we are by default in
>  	 * auto shutdown (ie, power-down) mode.
>  	 * So we do not have much to do here.
>  	 */
> 


  reply	other threads:[~2016-10-10 20:34 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-10  7:19 [PATCH v2 0/8] staging: iio: isl29018: move out of staging Brian Masney
2016-10-10  7:19 ` [PATCH v2 1/8] staging: iio: isl29018: add newlines to improve readability Brian Masney
2016-10-10 20:31   ` Jonathan Cameron
2016-10-10  7:19 ` [PATCH v2 2/8] staging: iio: isl29018: fix poorly named function Brian Masney
2016-10-10 20:33   ` Jonathan Cameron
2016-10-10  7:19 ` [PATCH v2 3/8] staging: iio: isl29018: fix multiline comment syntax Brian Masney
2016-10-10 20:34   ` Jonathan Cameron [this message]
2016-10-10  7:19 ` [PATCH v2 4/8] staging: iio: isl29018: combine two return statements into one Brian Masney
2016-10-10 20:53   ` Jonathan Cameron
2016-10-10  7:19 ` [PATCH v2 5/8] staging: iio: isl29018: remove blank line for consistency Brian Masney
2016-10-10 20:53   ` Jonathan Cameron
2016-10-10  7:20 ` [PATCH v2 6/8] staging: iio: isl29018: rename description in Kconfig " Brian Masney
2016-10-10 20:54   ` Jonathan Cameron
2016-10-10  7:20 ` [PATCH v2 7/8] staging: iio: isl29018: add ABI documentation for infrared suppression Brian Masney
2016-10-10 20:57   ` Jonathan Cameron
2016-10-15 15:13     ` Jonathan Cameron
2016-10-10  7:20 ` [PATCH v2 8/8] staging: iio: isl29018: move out of staging Brian Masney
2016-10-15 15:15   ` Jonathan Cameron
2016-10-16  2:25     ` Brian Masney

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=d77e6e1d-d31c-4af8-b586-f2feba8857dd@kernel.org \
    --to=jic23@kernel.org \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=masneyb@onstation.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;
as well as URLs for NNTP newsgroup(s).