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]
Message-Id: <1211428131.3207.18.camel@sebastian.kern.oss.ntt.co.jp>
Date:	Thu, 22 May 2008 12:48:51 +0900
From:	Fernando Luis Vázquez Cao 
	<fernando@....ntt.co.jp>
To:	akpm@...ux-foundation.org, kamezawa.hiroyu@...fujitsu.com
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH] for_each_online_pgdat: kerneldoc fix

for_each_pgdat was renamed for_each_online_pgdat and kerneldoc comments
should be updated accordingly.

Signed-off-by: Fernando Luis Vazquez Cao <fernando@....ntt.co.jp>
---

diff -urNp linux-2.6.26-rc3-git3-orig/include/linux/mmzone.h linux-2.6.26-rc3-git3/include/linux/mmzone.h
--- linux-2.6.26-rc3-git3-orig/include/linux/mmzone.h	2008-05-22 12:26:59.000000000 +0900
+++ linux-2.6.26-rc3-git3/include/linux/mmzone.h	2008-05-22 12:33:00.000000000 +0900
@@ -703,7 +703,7 @@ extern struct pglist_data *next_online_p
 extern struct zone *next_zone(struct zone *zone);
 
 /**
- * for_each_pgdat - helper macro to iterate over all nodes
+ * for_each_online_pgdat - helper macro to iterate over all online nodes
  * @pgdat - pointer to a pg_data_t variable
  */
 #define for_each_online_pgdat(pgdat)			\


--
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