RE: [PATCH 25/44] drivers/scsi/pm8001: Remove unnecessary semicolons

From: Jack Wang
Date: Sun Nov 14 2010 - 22:28:01 EST


>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
> ---
> drivers/scsi/pm8001/pm8001_init.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/scsi/pm8001/pm8001_init.c
> b/drivers/scsi/pm8001/pm8001_init.c
> index f8c86b2..be210dd 100644
> --- a/drivers/scsi/pm8001/pm8001_init.c
> +++ b/drivers/scsi/pm8001/pm8001_init.c
> @@ -160,7 +160,7 @@ static void pm8001_free(struct pm8001_hba_info
*pm8001_ha)
> static void pm8001_tasklet(unsigned long opaque)
> {
> struct pm8001_hba_info *pm8001_ha;
> - pm8001_ha = (struct pm8001_hba_info *)opaque;;
> + pm8001_ha = (struct pm8001_hba_info *)opaque;
> if (unlikely(!pm8001_ha))
> BUG_ON(1);
> PM8001_CHIP_DISP->isr(pm8001_ha);
> --
> 1.7.3.1.g432b3.dirty
[Jack Wang] Acked-by: Jack Wang <jack_wang@xxxxxxxxx>
Thanks!


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/