commit | bf262dcec6383188a3324192c4a7e405b3b1ad23 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jikos@kernel.org> | Tue Apr 12 05:02:09 2016 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Jul 27 12:38:00 2016 +0930 |
tree | bd10b7eb3ef68c22a05a83253ebf3bc246d46662 | |
parent | 3fc9d690936fb2e20e180710965ba2cc3a0881f8 [diff] |
module: fix noreturn attribute for __module_put_and_exit() __module_put_and_exit() is makred noreturn in module.h declaration, but is lacking the attribute in the definition, which makes some tools (such as sparse) unhappy. Amend the definition with the attribute as well (and reformat the declaration so that it uses more common format). Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>