]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/testing/radix-tree: add missing MODULE_DESCRIPTION definition
authorSidhartha Kumar <sidhartha.kumar@oracle.com>
Mon, 17 Jun 2024 19:52:21 +0000 (12:52 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 25 Jun 2024 05:25:11 +0000 (22:25 -0700)
commit326c34efe3d1761686c385ff774b00012f1e1fc0
tree9bc8cae2e93528500720647b202028dc9eda4c7d
parent03bf0044e13ad6f20b6b4513131b73b090b9dbb8
tools/testing/radix-tree: add missing MODULE_DESCRIPTION definition

Userspace builds of the radix-tree testing suite fails because of commit
test_maple_tree: add the missing MODULE_DESCRIPTION() macro.  Add the
proper defines to tools/testing/radix-tree/maple.c and
tools/testing/radix-tree/xarray.c so MODULE_DESCRIPTION has a definition.
This allows the build to succeed.

Link: https://lkml.kernel.org/r/20240617195221.106565-1-sidhartha.kumar@oracle.com
Fixes: 9f8090e8c4d1 ("test_maple_tree: add the missing MODULE_DESCRIPTION() macro")
Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/radix-tree/maple.c
tools/testing/radix-tree/xarray.c