All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iommu: io-pgtable: fixed a brace coding style issue.
@ 2016-03-13  0:17 Cosmin-Gabriel Samoila
       [not found] ` <1457828247-24366-1-git-send-email-gabrielcsmo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Cosmin-Gabriel Samoila @ 2016-03-13  0:17 UTC (permalink / raw)
  To: joro; +Cc: iommu, linux-kernel, Cosmin-Gabriel Samoila

Fixed a coding style issue.

Signed-off-by: Cosmin-Gabriel Samoila <gabrielcsmo@gmail.com>
---
 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/drivers/iommu/io-pgtable.c
@@ -25,8 +25,7 @@
 #include "io-pgtable.h"
 
 static const struct io_pgtable_init_fns *
-io_pgtable_init_table[IO_PGTABLE_NUM_FMTS] =
-{
+io_pgtable_init_table[IO_PGTABLE_NUM_FMTS] = {
 #ifdef CONFIG_IOMMU_IO_PGTABLE_LPAE
 	[ARM_32_LPAE_S1] = &io_pgtable_arm_32_lpae_s1_init_fns,
 	[ARM_32_LPAE_S2] = &io_pgtable_arm_32_lpae_s2_init_fns,
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-05 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13  0:17 [PATCH] iommu: io-pgtable: fixed a brace coding style issue Cosmin-Gabriel Samoila
     [not found] ` <1457828247-24366-1-git-send-email-gabrielcsmo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-04-05 13:34   ` Joerg Roedel
2016-04-05 13:34     ` Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.