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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 28 Jun 2009 21:01:58 +0200
From:	Jean Delvare <khali@...ux-fr.org>
To:	Joe Perches <joe@...ches.com>
Cc:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>, trivial@...nel.org,
	lm-sensors@...sensors.org
Subject: Re: [lm-sensors] [PATCH 18/62] drivers/hwmon/sht15.c: Remove 
 unnecessary semicolons

Hi Joe,

On Sun, 28 Jun 2009 09:26:23 -0700, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@...ches.com>
> ---
>  drivers/hwmon/sht15.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c
> index 56cd600..6290a25 100644
> --- a/drivers/hwmon/sht15.c
> +++ b/drivers/hwmon/sht15.c
> @@ -257,7 +257,7 @@ static inline int sht15_update_single_val(struct sht15_data *data,
>  				 (data->flag == SHT15_READING_NOTHING),
>  				 msecs_to_jiffies(timeout_msecs));
>  	if (ret == 0) {/* timeout occurred */
> -		disable_irq_nosync(gpio_to_irq(data->pdata->gpio_data));;
> +		disable_irq_nosync(gpio_to_irq(data->pdata->gpio_data));
>  		sht15_connection_reset(data);
>  		return -ETIME;
>  	}

Applied, thanks.

-- 
Jean Delvare
--
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