diff options
author | Raag Jadav <raag.jadav@intel.com> | 2024-10-30 12:28:04 +0530 |
---|---|---|
committer | Borislav Petkov (AMD) <bp@alien8.de> | 2024-12-10 21:40:02 +0100 |
commit | 3560a023a9b9965803e8a967ee88343879b5dc1b (patch) | |
tree | 52cf13c4663eb5d8cb6ccb93b556dc7022a1b0fd | |
parent | 05453d36a2fcaf1ea49939f8f9a8cd9dcd516159 (diff) |
x86/cpu: Fix typo in x86_match_cpu()'s doc
Fix typo in x86_match_cpu()'s description.
[ bp: Massage commit message. ]
Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20241030065804.407793-1-raag.jadav@intel.com
-rw-r--r-- | arch/x86/kernel/cpu/match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/match.c b/arch/x86/kernel/cpu/match.c index 8e7de733320a..82e5d29a04e2 100644 --- a/arch/x86/kernel/cpu/match.c +++ b/arch/x86/kernel/cpu/match.c @@ -6,7 +6,7 @@ #include <linux/slab.h> /** - * x86_match_cpu - match current CPU again an array of x86_cpu_ids + * x86_match_cpu - match current CPU against an array of x86_cpu_ids * @match: Pointer to array of x86_cpu_ids. Last entry terminated with * {}. * |