projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc308f9
)
iommu/omap: Remove trailing semi-colon from a macro
author
Suman Anna
<s-anna@ti.com>
Mon, 20 Jul 2015 22:33:28 +0000
(17:33 -0500)
committer
Joerg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iommu/omap-iommu-debug.c
b/drivers/iommu/omap-iommu-debug.c
index b4b96db37e6adba62ff69404dffef887b00c10e9..e9f116f18531eff45f73243d2e6a5221b776a11b 100644
(file)
--- 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)
.open = simple_open, \
.read = debug_read_##name, \
.llseek = generic_file_llseek, \
- }
;
+ }
DEBUG_FOPS_RO(regs);
DEBUG_FOPS_RO(tlb);