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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 24 Mar 2021 11:32:51 +0530
From:   Bhaskar Chowdhury <unixbhaskar@...il.com>
To:     davem@...emloft.net, akpm@...ux-foundation.org,
        0x7f454c46@...il.com, rob.gardner@...cle.com, rppt@...nel.org,
        unixbhaskar@...il.com, sparclinux@...r.kernel.org,
        linux-kernel@...r.kernel.org
Cc:     rdunlap@...radead.org
Subject: [PATCH] sparc/traps_64.c: Mundane typo fixes

s/conditon/condition/
s/periof/period/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
 arch/sparc/kernel/traps_64.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/sparc/kernel/traps_64.c b/arch/sparc/kernel/traps_64.c
index a850dccd78ea..2353ba7e1469 100644
--- a/arch/sparc/kernel/traps_64.c
+++ b/arch/sparc/kernel/traps_64.c

-/* Return the highest priority error conditon mentioned. */
+/* Return the highest priority error condition mentioned. */
@@ -1853,7 +1853,7 @@ struct sun4v_error_entry {
 	/* ID of the CPU */
 /*0x24*/u16		err_cpu;

-	/* Grace periof for shutdown, in seconds */
+	/* Grace period for shutdown, in seconds */
 /*0x26*/u16		err_secs;

 	/* Value of the %asi register */
--
2.30.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ