From: Jiri Kosina Date: Sat, 21 Jul 2007 15:11:21 +0000 (+0200) Subject: x86_64: fix wrong comment regarding set_fixmap() X-Git-Tag: upstream/snapshot3+hdmi~31945 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdb345a4e3cf51dbe52955734c33003bbf0486e7;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86_64: fix wrong comment regarding set_fixmap() The function name is set_fixmap(), not fixmap_set() as stated in the comment. Also fix a typo, punctuation and lower/uppercase a bit. Signed-off-by: Jiri Kosina Signed-off-by: Andrew Morton Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/include/asm-x86_64/fixmap.h b/include/asm-x86_64/fixmap.h index 2acb9b7..cdfbe4a 100644 --- a/include/asm-x86_64/fixmap.h +++ b/include/asm-x86_64/fixmap.h @@ -22,9 +22,9 @@ * compile time, but to set the physical address only * in the boot process. * - * these 'compile-time allocated' memory buffers are - * fixed-size 4k pages. (or larger if used with an increment - * highger than 1) use fixmap_set(idx,phys) to associate + * These 'compile-time allocated' memory buffers are + * fixed-size 4k pages (or larger if used with an increment + * higher than 1). Use set_fixmap(idx,phys) to associate * physical memory with fixmap indices. * * TLB entries of such buffers will not be flushed across