* [PATCH] iommu: io-pgtable: fixed a brace coding style issue.
@ 2016-03-13 0:17 Cosmin-Gabriel Samoila
2016-04-05 13:34 ` Joerg Roedel
0 siblings, 1 reply; 2+ 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] 2+ messages in thread
* Re: [PATCH] iommu: io-pgtable: fixed a brace coding style issue.
2016-03-13 0:17 [PATCH] iommu: io-pgtable: fixed a brace coding style issue Cosmin-Gabriel Samoila
@ 2016-04-05 13:34 ` Joerg Roedel
0 siblings, 0 replies; 2+ messages in thread
From: Joerg Roedel @ 2016-04-05 13:34 UTC (permalink / raw)
To: Cosmin-Gabriel Samoila; +Cc: iommu, linux-kernel
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 <gabrielcsmo@gmail.com>
> ---
> drivers/iommu/io-pgtable.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-05 13:34 UTC | newest]
Thread overview: 2+ 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
2016-04-05 13:34 ` Joerg Roedel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox