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:	Fri, 31 Jul 2009 11:30:26 +0200
From:	Pierre Ossman <pierre@...man.eu>
To:	Joe Perches <joe@...ches.com>
Cc:	linux-kernel@...r.kernel.org, trivial@...nel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	Pavel Pisa <ppisa@...ron.com>
Subject: Re: [PATCH 26/62] drivers/mmc/host/imxmmc.c: Remove unnecessary
 semicolons

On Sun, 28 Jun 2009 09:26:31 -0700
Joe Perches <joe@...ches.com> wrote:

> Signed-off-by: Joe Perches <joe@...ches.com>
> ---
>  drivers/mmc/host/imxmmc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/mmc/host/imxmmc.c b/drivers/mmc/host/imxmmc.c
> index e0be21a..bf98d7c 100644
> --- a/drivers/mmc/host/imxmmc.c
> +++ b/drivers/mmc/host/imxmmc.c
> @@ -652,7 +652,7 @@ static irqreturn_t imxmci_irq(int irq, void *devid)
>  	set_bit(IMXMCI_PEND_STARTED_b, &host->pending_events);
>  	tasklet_schedule(&host->tasklet);
>  
> -	return IRQ_RETVAL(handled);;
> +	return IRQ_RETVAL(handled);
>  }
>  
>  static void imxmci_tasklet_fnc(unsigned long data)

Queued.

-- 
     -- Pierre Ossman

  WARNING: This correspondence is being monitored by the
  Swedish government. Make sure your server uses encryption
  for SMTP traffic and consider using PGP for end-to-end
  encryption.

Download attachment "signature.asc" of type "application/pgp-signature" (199 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ