> -----Original Message-----
> From: Emil Medve [mailto:emilian.me...@freescale.com]
> Sent: Wednesday, January 28, 2015 8:05 PM
> To: iommu@lists.linux-foundation.org; j...@8bytes.org; jroe...@suse.de;
> Sethi Varun-B16395
> Cc: Medve Emilian-EMMEDVE1
> Subject: [PATCH 24/26] iommu/fsl: Remove unneeded semicolon
> 
> drivers/iommu/fsl_pamu_domain.c:859:2-3: Unneeded semicolon
> drivers/iommu/fsl_pamu_domain.c:833:2-3: Unneeded semicolon
> 
> Signed-off-by: Emil Medve <emilian.me...@freescale.com>
> ---
>  drivers/iommu/fsl_pamu_domain.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/iommu/fsl_pamu_domain.c
> b/drivers/iommu/fsl_pamu_domain.c index 38c26be..ebbc396 100644
> --- a/drivers/iommu/fsl_pamu_domain.c
> +++ b/drivers/iommu/fsl_pamu_domain.c
> @@ -830,7 +830,7 @@ static int fsl_pamu_set_domain_attr(struct
> iommu_domain *domain,
>               pr_debug("Unsupported attribute type\n");
>               ret = -EINVAL;
>               break;
> -     };
> +     }
> 
>       return ret;
>  }
> @@ -856,7 +856,7 @@ static int fsl_pamu_get_domain_attr(struct
> iommu_domain *domain,
>               pr_debug("Unsupported attribute type\n");
>               ret = -EINVAL;
>               break;
> -     };
> +     }
> 
>       return ret;
>  }
> --
> 2.2.2
Acked-by: Varun Sethi <varun.se...@freescale.com>
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

Reply via email to