projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
147ad60
)
module: drop semicolon from version macro
author
Johan Hovold
<johan@kernel.org>
Mon, 7 Dec 2020 09:13:08 +0000
(10:13 +0100)
committer
Jessica Yu
<jeyu@kernel.org>
Mon, 7 Dec 2020 12:00:52 +0000
(13:00 +0100)
Drop the trailing semicolon from the MODULE_VERSION() macro definition
which was left when removing the array-of-pointer indirection.
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
include/linux/module.h
patch
|
blob
|
history
diff --git
a/include/linux/module.h
b/include/linux/module.h
index 5958075ea3f43165113751d94ceca346f52f6223..e7a619c2457e736598c85789b23eaffd33545178 100644
(file)
--- a/
include/linux/module.h
+++ b/
include/linux/module.h
@@
-279,7
+279,7
@@
extern typeof(name) __mod_##type##__##name##_device_table \
}, \
.module_name = KBUILD_MODNAME, \
.version = _version, \
- }
;
+ }
#endif
/* Optional firmware file (or files) needed by the module