[TRIVIAL][PATCH] Fix comment in include/linux/gfp.h

From: Matthew Dobson (colpatch@us.ibm.com)
Date: Mon Jun 16 2003 - 16:21:42 EST


Hi all,
        Small fix for a comment in gfp.h. A bit ago, a fix went in to make
GFP_ZONEMASK accurate (was 0xf, now 0x3). The patch fixed the
definition of GFP_ZONEMASK in include/linux/mmzone.h, but didn't fix
this comment. It's just a comment fix, so please ignore as appropriate! ;)

Cheers!

-Matt


--- linux-2.5.70-bk17/include/linux/gfp.h Mon May 26 18:00:26 2003
+++ linux-2.5.70-bk17/include/linux/gfp.h.fixed Mon Jun 16 11:48:03 2003
@@ -7,7 +7,7 @@
 /*
  * GFP bitmasks..
  */
-/* Zone modifiers in GFP_ZONEMASK (see linux/mmzone.h - low four bits) */
+/* Zone modifiers in GFP_ZONEMASK (see linux/mmzone.h - low two bits) */
 #define __GFP_DMA 0x01
 #define __GFP_HIGHMEM 0x02
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 23 2003 - 22:00:19 EST