lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <173386397796.412.4053309518488964075.tip-bot2@tip-bot2>
Date: Tue, 10 Dec 2024 20:52:57 -0000
From: "tip-bot2 for Raag Jadav" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Raag Jadav <raag.jadav@...el.com>, "Borislav Petkov (AMD)" <bp@...en8.de>,
 x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: x86/cleanups] x86/cpu: Fix typo in x86_match_cpu()'s doc

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     3560a023a9b9965803e8a967ee88343879b5dc1b
Gitweb:        https://git.kernel.org/tip/3560a023a9b9965803e8a967ee88343879b5dc1b
Author:        Raag Jadav <raag.jadav@...el.com>
AuthorDate:    Wed, 30 Oct 2024 12:28:04 +05:30
Committer:     Borislav Petkov (AMD) <bp@...en8.de>
CommitterDate: Tue, 10 Dec 2024 21:40:02 +01:00

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@...el.com>
Signed-off-by: Borislav Petkov (AMD) <bp@...en8.de>
Link: https://lore.kernel.org/r/20241030065804.407793-1-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 8e7de73..82e5d29 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
  *         {}.
  *

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ