]> git.hungrycats.org Git - linux/commit
resource: add missing MODULE_DESCRIPTION()
authorJeff Johnson <quic_jjohnson@quicinc.com>
Wed, 29 May 2024 23:31:58 +0000 (16:31 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 29 Jun 2024 02:36:30 +0000 (19:36 -0700)
commit6073496a20c5e2e8eee63c50af4b30fb2f521643
tree6d086f007413d69d35d21de533a0cfb9592c7e8c
parent9059044b6717b0c100e3ad63c5bad3ec13df0fc4
resource: add missing MODULE_DESCRIPTION()

Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/resource_kunit.o

Link: https://lkml.kernel.org/r/20240529-md-kernel-resource_kunit-v1-1-bb719784b714@quicinc.com
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/resource_kunit.c