[PATCH v1] x86/cpu: Fix x86_match_cpu() doc

Raag Jadav posted 1 patch 3 weeks, 4 days ago
arch/x86/kernel/cpu/match.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] x86/cpu: Fix x86_match_cpu() doc
Posted by Raag Jadav 3 weeks, 4 days ago
Reword x86_match_cpu() description to possibly what it meant to be.

Signed-off-by: Raag Jadav <raag.jadav@intel.com>
---
 arch/x86/kernel/cpu/match.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/match.c b/arch/x86/kernel/cpu/match.c
index 8e7de733320a..82e5d29a04e2 100644
--- a/arch/x86/kernel/cpu/match.c
+++ b/arch/x86/kernel/cpu/match.c
@@ -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
  *         {}.
  *
-- 
2.34.1
Re: [PATCH v1] x86/cpu: Fix x86_match_cpu() doc
Posted by Raag Jadav 6 days, 21 hours ago
On Wed, Oct 30, 2024 at 12:28:04PM +0530, Raag Jadav wrote:
> Reword x86_match_cpu() description to possibly what it meant to be.
> 
> Signed-off-by: Raag Jadav <raag.jadav@intel.com>
> ---

Bump.

Is this useful?

Raag

>  arch/x86/kernel/cpu/match.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/kernel/cpu/match.c b/arch/x86/kernel/cpu/match.c
> index 8e7de733320a..82e5d29a04e2 100644
> --- a/arch/x86/kernel/cpu/match.c
> +++ b/arch/x86/kernel/cpu/match.c
> @@ -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
>   *         {}.
>   *
> -- 
> 2.34.1
>