Skip to content

Commit

Permalink
x86/cpu: Fix typo in x86_match_cpu()'s doc
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Raag Jadav authored and Borislav Petkov (AMD) committed Dec 10, 2024
1 parent 05453d3 commit 3560a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/match.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
* {}.
*
Expand Down

0 comments on commit 3560a02

Please sign in to comment.