[PATCH] for_each_online_pgdat: kerneldoc fix

From: Fernando Luis Vázquez Cao
Date: Wed May 21 2008 - 23:49:18 EST


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

Signed-off-by: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxx>
---

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/