Documentation: Kunit: add MODULE_LICENSE to sample code
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 30 May 2023 10:52:48 +0000 (19:52 +0900)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 31 May 2023 18:42:40 +0000 (12:42 -0600)
commit6543960cd3bdb9fabdd0567ab02f4d1168ee96d9
treed8dcae51fd156e8133f10113b09bc17debc7d818
parentb1eaa8b2a55c9d5d22f5d2929f4d9973d6392241
Documentation: Kunit: add MODULE_LICENSE to sample code

The sample code has Kconfig for tristate configuration. In the case, it
could be friendly to developers that the code has MODULE_LICENSE, since
the missing MODULE_LICENSE brings error to modpost when the code is built
as loadable kernel module.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/start.rst