diff options
| author | Jiri Kosina <[email protected]> | 2016-04-12 05:02:09 +0930 |
|---|---|---|
| committer | Rusty Russell <[email protected]> | 2016-07-27 12:38:00 +0930 |
| commit | bf262dcec6383188a3324192c4a7e405b3b1ad23 (patch) | |
| tree | bd10b7eb3ef68c22a05a83253ebf3bc246d46662 /tools/perf/scripts/python/bin | |
| 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 <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions