mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
wl1251: remove trailing semicolon in macro definition
The macro use will already have a semicolon. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20201127180835.2769297-1-trix@redhat.com
This commit is contained in:
@@ -39,7 +39,7 @@ static const struct file_operations name## _ops = { \
|
||||
|
||||
#define DEBUGFS_ADD(name, parent) \
|
||||
wl->debugfs.name = debugfs_create_file(#name, 0400, parent, \
|
||||
wl, &name## _ops); \
|
||||
wl, &name## _ops) \
|
||||
|
||||
#define DEBUGFS_DEL(name) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user