public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL][PATCH] Fix comment in include/linux/gfp.h
@ 2003-06-16 21:21 Matthew Dobson
  0 siblings, 0 replies; only message in thread
From: Matthew Dobson @ 2003-06-16 21:21 UTC (permalink / raw)
  To: Trivial Patch Monkey; +Cc: Martin J. Bligh, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

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

[-- Attachment #2: GFP_ZONEMASK_comment_fix.patch --]
[-- Type: text/plain, Size: 387 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-16 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-16 21:21 [TRIVIAL][PATCH] Fix comment in include/linux/gfp.h Matthew Dobson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox