Skip to content

Commit c4d0eec

Browse files
committed
x86/cpu: Fix typo in x86_match_cpu()'s doc
jira LE-4694 Rebuild_History Non-Buildable kernel-6.12.0-55.43.1.el10_0 commit-author Raag Jadav <raag.jadav@intel.com> commit 3560a02 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 (cherry picked from commit 3560a02) Signed-off-by: Jonathan Maple <jmaple@ciq.com>
1 parent 459d99a commit c4d0eec

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)