diff options
author | Suman Anna <s-anna@ti.com> | 2015-07-20 18:33:28 -0400 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2015-08-03 10:04:26 -0400 |
commit | 5b39a37abc007542995506ad0d8e4c3991e6970a (patch) | |
tree | 52936c897c32074e210630f8e2c57da98a389d1b | |
parent | dc308f9f92b084a25989fd2002fac06cbf4a73d4 (diff) |
iommu/omap: Remove trailing semi-colon from a macro
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>
-rw-r--r-- | drivers/iommu/omap-iommu-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/omap-iommu-debug.c b/drivers/iommu/omap-iommu-debug.c index b4b96db37e6a..e9f116f18531 100644 --- a/drivers/iommu/omap-iommu-debug.c +++ b/drivers/iommu/omap-iommu-debug.c | |||
@@ -265,7 +265,7 @@ static int debug_read_pagetable(struct seq_file *s, void *data) | |||
265 | .open = simple_open, \ | 265 | .open = simple_open, \ |
266 | .read = debug_read_##name, \ | 266 | .read = debug_read_##name, \ |
267 | .llseek = generic_file_llseek, \ | 267 | .llseek = generic_file_llseek, \ |
268 | }; | 268 | } |
269 | 269 | ||
270 | DEBUG_FOPS_RO(regs); | 270 | DEBUG_FOPS_RO(regs); |
271 | DEBUG_FOPS_RO(tlb); | 271 | DEBUG_FOPS_RO(tlb); |