From: Raag Jadav Date: Wed, 30 Oct 2024 06:58:04 +0000 (+0530) Subject: x86/cpu: Fix typo in x86_match_cpu()'s doc X-Git-Tag: v6.14-rc1~185^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3560a023a9b9965803e8a967ee88343879b5dc1b;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Borislav Petkov (AMD) Link: https://lore.kernel.org/r/20241030065804.407793-1-raag.jadav@intel.com --- diff --git a/arch/x86/kernel/cpu/match.c b/arch/x86/kernel/cpu/match.c index 8e7de733320ae..82e5d29a04e2d 100644 --- a/arch/x86/kernel/cpu/match.c +++ b/arch/x86/kernel/cpu/match.c @@ -6,7 +6,7 @@ #include /** - * 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 * {}. *