Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

module: drop semicolon from version macro

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>

authored by

Johan Hovold and committed by
Jessica Yu
2d26c716 147ad605

+1 -1
+1 -1
include/linux/module.h
··· 279 279 }, \ 280 280 .module_name = KBUILD_MODNAME, \ 281 281 .version = _version, \ 282 - }; 282 + } 283 283 #endif 284 284 285 285 /* Optional firmware file (or files) needed by the module