Messages in this thread |  | | From | Philippe Ombredanne <> | Date | Fri, 17 Nov 2017 15:52:53 +0100 | Subject | Re: [PATCH] net: usb: hso.c: remove unneeded DRIVER_LICENSE #define |
| |
On Fri, Nov 17, 2017 at 3:19 PM, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > There is no need to #define the license of the driver, just put it in > the MODULE_LICENSE() line directly as a text string. > > This allows tools that check that the module license matches the source > code license to work properly, as there is no need to unwind the > unneeded dereference. > > Cc: "David S. Miller" <davem@davemloft.net> > Cc: Andreas Kemnade <andreas@kemnade.info> > Cc: Johan Hovold <johan@kernel.org> > Reported-by: Philippe Ombredanne <pombredanne@nexb.com> > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com> -- Cordially Philippe Ombredanne
|  |