提交 74e22fac 编写于 作者: J Joe Perches 提交者: Rusty Russell

module.h: Remove unnecessary semicolon

[All 8 callers already have semicolons. -- RR]
Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
上级 88a88b32
......@@ -451,7 +451,7 @@ int module_kallsyms_on_each_symbol(int (*fn)(void *, const char *,
extern void __module_put_and_exit(struct module *mod, long code)
__attribute__((noreturn));
#define module_put_and_exit(code) __module_put_and_exit(THIS_MODULE, code);
#define module_put_and_exit(code) __module_put_and_exit(THIS_MODULE, code)
#ifdef CONFIG_MODULE_UNLOAD
unsigned long module_refcount(struct module *mod);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册