module: rename set_license() to module_license_taint_check()
authorLuis Chamberlain <mcgrof@kernel.org>
Sun, 19 Mar 2023 21:27:40 +0000 (14:27 -0700)
committerLuis Chamberlain <mcgrof@kernel.org>
Fri, 24 Mar 2023 18:33:08 +0000 (11:33 -0700)
commitad8d3a36e981064f8a646531cddca30516894457
tree1ba2306797c0f0eb7cc0fdc5bbb29ca24b2a83a8
parent02da2cbab452a236fa67abc9fc9e47430934e652
module: rename set_license() to module_license_taint_check()

The set_license() routine would seem to a reader to do some sort of
setting, but it does not. It just adds a taint if the license is
not set or proprietary.

This makes what the code is doing clearer, so much we can remove
the comment about it.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/main.c