Re: [PATCH 0/2] modpost: error logging cleanups
Nicolas Schier <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kbuild.devel |
|---|---|
| Message-ID | <178613317332.4111548.5289716748030449836.b4-review@b4> |
> I was doing some refactoring, and kept hitting modpost errors and > warnings. It was getting a bit annoying that a lot of the modpost > messages have different formats for modules, and different quoting for > symbols, sections, and namespaces. > > Clean them up a bit. > > BR, > Jani. > > Jani Nikula (2): > modpost: add module as parameter to modpost_log() > modpost: use mod_warn() and mod_error(), clean up logging > > scripts/mod/modpost.c | 112 +++++++++++++++++++++--------------------- > scripts/mod/modpost.h | 8 +-- > 2 files changed, 60 insertions(+), 60 deletions(-) > > -- > 2.47.3 Thanks for the cleanup! Looks good to me. Reviewed-by: Nicolas Schier <[email protected]> -- Nicolas