lkml.org 
[lkml]   [2003]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[TRIVIAL][PATCH] Fix comment in include/linux/gfp.h
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
\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.029 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site