summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/list.h')
-rw-r--r--libglusterfs/src/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/list.h b/libglusterfs/src/list.h
index d4851dfecd4..886c4f273a1 100644
--- a/libglusterfs/src/list.h
+++ b/libglusterfs/src/list.h
@@ -135,7 +135,7 @@ list_splice_init (struct list_head *list, struct list_head *head)
((type *)((char *)(ptr)-(unsigned long)(&((type *)0)->member)))
-#define list_for_each(pos, head) \
+#define list_for_each(pos, head) \
for (pos = (head)->next; pos != (head); pos = pos->next)