mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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>
This commit is contained in:
parent
dc308f9f92
commit
5b39a37abc
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user