2003-06-16 21:14:22

by Matthew Dobson

[permalink] [raw]
Subject: [TRIVIAL][PATCH] Fix comment in include/linux/gfp.h

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


Attachments:
GFP_ZONEMASK_comment_fix.patch (387.00 B)