aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnson <[email protected]>2024-06-04 19:21:59 -0700
committerBorislav Petkov (AMD) <[email protected]>2024-06-05 11:31:48 +0200
commitdadc295cbd03955cc1ba55af55e23a06713d1a5f (patch)
tree938e9580d2a54bdae39cc09cd16895e794eff144
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 (diff)
RAS/AMD/ATL: Add a missing module description
Add a missing module description. [ bp: Massage commit message. ] Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/ras/amd/atl/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ras/amd/atl/core.c b/drivers/ras/amd/atl/core.c
index 6dc4e06305f7..7be4982fdf19 100644
--- a/drivers/ras/amd/atl/core.c
+++ b/drivers/ras/amd/atl/core.c
@@ -222,4 +222,5 @@ static void __exit amd_atl_exit(void)
module_init(amd_atl_init);
module_exit(amd_atl_exit);
+MODULE_DESCRIPTION("AMD Address Translation Library");
MODULE_LICENSE("GPL");