Re: [PATCH 0/1] Input: inline macros for MODULE_LICENSE, etc

From: Joe Perches
Date: Tue Dec 26 2017 - 13:04:42 EST


On Tue, 2017-12-26 at 18:05 +0100, Julia Lawall wrote:
> Inline macro for MODULE_LICENSE to make the license information easy to
> find, eg with grep. Inline the other module-related macros at the same
> time.

Perhaps it'd be better to not make this
dependent on a MODULE_LICENSE use, but allow
any #define foo/#define MODULE_<FOO> foo
where foo is used once to be converted.