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:	Tue, 01 Oct 2013 10:41:21 +0200
From:	Tomasz Stanislawski <t.stanislaws@...sung.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] klist: fix a typo in klist_iter_init()

>From c8e5d14b1e7a010695d87b60759aeeacdf9e599a Mon Sep 17 00:00:00 2001
From: Tomasz Stanislawski <t.stanislaws@...sung.com>
Date: Tue, 1 Oct 2013 10:34:35 +0200
Subject: [PATCH] klist: fix a typo in klist_iter_init()

Fix a typo in comments for klist_iter_init().

Signed-off-by: Tomasz Stanislawski <t.stanislaws@...sung.com>
---
 lib/klist.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/klist.c b/lib/klist.c
index 358a368..e0dc621 100644
--- a/lib/klist.c
+++ b/lib/klist.c
@@ -289,7 +289,7 @@ void klist_iter_init_node(struct klist *k, struct klist_iter *i,
 EXPORT_SYMBOL_GPL(klist_iter_init_node);

 /**
- * klist_iter_init - Iniitalize a klist_iter structure.
+ * klist_iter_init - Initialize a klist_iter structure.
  * @k: klist we're iterating.
  * @i: klist_iter structure we're filling.
  *
-- 
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