diff options
| author | Tejun Heo <tj@kernel.org> | 2024-07-30 09:30:11 -1000 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2024-07-30 09:30:11 -1000 |
| commit | c8faf11cd192214e231626c3ee973a35d8fc33f2 (patch) | |
| tree | 4c3fcfddf4c7c311e1856dbf4dac1240564731f1 /lib/string_kunit.c | |
| parent | sched_ext: Fixes incorrect type in bpf_scx_init() (diff) | |
| parent | Linux 6.11-rc1 (diff) | |
| download | linux-c8faf11cd192214e231626c3ee973a35d8fc33f2.tar.gz linux-c8faf11cd192214e231626c3ee973a35d8fc33f2.zip | |
Merge tag 'v6.11-rc1' into for-6.12
Linux 6.11-rc1
Diffstat (limited to 'lib/string_kunit.c')
| -rw-r--r-- | lib/string_kunit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/string_kunit.c b/lib/string_kunit.c index 2a812decf14b..c919e3293da6 100644 --- a/lib/string_kunit.c +++ b/lib/string_kunit.c @@ -633,4 +633,5 @@ static struct kunit_suite string_test_suite = { kunit_test_suites(&string_test_suite); +MODULE_DESCRIPTION("Test cases for string functions"); MODULE_LICENSE("GPL v2"); |
