iommu/omap: Remove trailing semi-colon from a macro
authorSuman Anna <s-anna@ti.com>
Mon, 20 Jul 2015 22:33:28 +0000 (17:33 -0500)
committerJoerg Roedel <jroedel@suse.de>
Mon, 3 Aug 2015 14:04:26 +0000 (16:04 +0200)
Remove the trailing semi-colon in the DEBUG_FOPS_RO macro
definition. This fixes the checking warning,
    "WARNING: macros should not use a trailing semicolon"

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/omap-iommu-debug.c

index b4b96db37e6adba62ff69404dffef887b00c10e9..e9f116f18531eff45f73243d2e6a5221b776a11b 100644 (file)
@@ -265,7 +265,7 @@ static int debug_read_pagetable(struct seq_file *s, void *data)
                .open = simple_open,                                    \
                .read = debug_read_##name,                              \
                .llseek = generic_file_llseek,                          \
-       };
+       }
 
 DEBUG_FOPS_RO(regs);
 DEBUG_FOPS_RO(tlb);