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

module.h: Remove unnecessary semicolon

[All 8 callers already have semicolons. -- RR]

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

authored by

Joe Perches and committed by
Rusty Russell
74e22fac 88a88b32

+1 -1
+1 -1
include/linux/module.h
··· 451 451 452 452 extern void __module_put_and_exit(struct module *mod, long code) 453 453 __attribute__((noreturn)); 454 - #define module_put_and_exit(code) __module_put_and_exit(THIS_MODULE, code); 454 + #define module_put_and_exit(code) __module_put_and_exit(THIS_MODULE, code) 455 455 456 456 #ifdef CONFIG_MODULE_UNLOAD 457 457 unsigned long module_refcount(struct module *mod);