projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1613e60
)
RAS/AMD/ATL: Add a missing module description
author
Jeff Johnson
<quic_jjohnson@quicinc.com>
Wed, 5 Jun 2024 02:21:59 +0000
(19:21 -0700)
committer
Borislav Petkov (AMD)
<bp@alien8.de>
Wed, 5 Jun 2024 09:31:48 +0000
(11:31 +0200)
Add a missing module description.
[ bp: Massage commit message. ]
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link:
https://lore.kernel.org/r/20240604-md-ras-amd-atl-v1-1-d4eb3cf3abe4@quicinc.com
drivers/ras/amd/atl/core.c
patch
|
blob
|
history
diff --git
a/drivers/ras/amd/atl/core.c
b/drivers/ras/amd/atl/core.c
index 6dc4e06305f75253488541152493801a951b334b..7be4982fdf190091c3f4081780555ebfb7908de8 100644
(file)
--- 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");