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>] [day] [month] [year] [list]
Date:	Fri, 22 May 2015 00:06:29 +0530
From:	Shailendra Verma <shailendra.capricorn@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	Shailendra Verma <shailendra.capricorn@...il.com>
Subject: [PATCH] kernel:up - Fix typo in comment.


Signed-off-by: Shailendra Verma <shailendra.capricorn@...il.com>
---
 kernel/up.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/up.c b/kernel/up.c
index 1760bf3..6cd3fbc 100644
--- a/kernel/up.c
+++ b/kernel/up.c
@@ -65,7 +65,7 @@ EXPORT_SYMBOL(on_each_cpu_mask);
 
 /*
  * Preemption is disabled here to make sure the cond_func is called under the
- * same condtions in UP and SMP.
+ * same conditions in UP and SMP.
  */
 void on_each_cpu_cond(bool (*cond_func)(int cpu, void *info),
 		      smp_call_func_t func, void *info, bool wait,
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ