Skip to content

Commit 3560a02

Browse files
raagjadavbp3tk0v
authored andcommitted
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
1 parent 05453d3 commit 3560a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/cpu/match.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <linux/slab.h>
77

88
/**
9-
* x86_match_cpu - match current CPU again an array of x86_cpu_ids
9+
* x86_match_cpu - match current CPU against an array of x86_cpu_ids
1010
* @match: Pointer to array of x86_cpu_ids. Last entry terminated with
1111
* {}.
1212
*

0 commit comments

Comments
 (0)