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, 13 Feb 2007 16:19:28 +0800
From:	"Cong WANG" <xiyou.wangcong@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH]typo fix in comments

Typo and tiny mistakes in comments of include/linux/poll.h.

Signed-off-by: WANG Cong  <xiyou.wangcong@...il.com>
----
--- include/linux/poll.h.orig	2007-02-13 10:25:43.000000000 +0800
+++ include/linux/poll.h	2007-02-13 10:27:10.000000000 +0800
@@ -24,7 +24,7 @@
 struct poll_table_struct;

 /*
- * structures and helpers for f_op->poll implementations
+ * Structures and helpers for f_op->poll implementations.
  */
 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *,
struct poll_table_struct *);

@@ -50,7 +50,7 @@ struct poll_table_entry {
 };

 /*
- * Structures and helpers for sys_poll/sys_poll
+ * Structures and helpers for sys_select/sys_poll.
  */
 struct poll_wqueues {
 	poll_table pt;
@@ -81,7 +81,7 @@ typedef struct {

 /*
  * We do a VERIFY_WRITE here even though we are only reading this time:
- * we'll write to it eventually..
+ * we'll write to it eventually.
  *
  * Use "unsigned long" accesses to let user-mode fd_set's be long-aligned.
  */
-
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