Jiri Kosina <[email protected]> writes: > __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]>
Applied. Thanks! Rusty.

