Re: [PATCH] iommu: io-pgtable: fixed a brace coding style issue.

2016-04-05 Thread Joerg Roedel
On Sun, Mar 13, 2016 at 02:17:27AM +0200, Cosmin-Gabriel Samoila wrote: > Fixed a coding style issue. > > Signed-off-by: Cosmin-Gabriel Samoila > --- > drivers/iommu/io-pgtable.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied, thanks.

[PATCH] iommu: io-pgtable: fixed a brace coding style issue.

2016-03-12 Thread Cosmin-Gabriel Samoila
Fixed a coding style issue. Signed-off-by: Cosmin-Gabriel Samoila --- drivers/iommu/io-pgtable.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/iommu/io-pgtable.c b/drivers/iommu/io-pgtable.c index 6f2e319..a4a9a42 100644 --- a/drivers/iommu/io-pgtable.c +++ b/driv