]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
x86/cpu: Fix typo in x86_match_cpu()'s doc
authorRaag Jadav <raag.jadav@intel.com>
Wed, 30 Oct 2024 06:58:04 +0000 (12:28 +0530)
committerBorislav Petkov (AMD) <bp@alien8.de>
Tue, 10 Dec 2024 20:40:02 +0000 (21:40 +0100)
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
arch/x86/kernel/cpu/match.c

index 8e7de733320ae7db681e41bb61503325b18df614..82e5d29a04e2dff6275bf25a99a4e170bdab7f6f 100644 (file)
@@ -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
  *         {}.
  *