All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]highmem_32.c : clean up comment
@ 2009-06-29  2:22 Figo.zhang
  2009-06-29  4:02 ` [PATCH v2]highmem_32.c " Figo.zhang
  0 siblings, 1 reply; 3+ messages in thread
From: Figo.zhang @ 2009-06-29  2:22 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Andrew Morton, lkml

clean up comment.

Signed-off-by: Figo.zhang <figo1802@gmail.com>
---  
arch/x86/mm/highmem_32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/mm/highmem_32.c b/arch/x86/mm/highmem_32.c
index 58f621e..d20af06 100644
--- a/arch/x86/mm/highmem_32.c
+++ b/arch/x86/mm/highmem_32.c
@@ -24,7 +24,7 @@ void kunmap(struct page *page)
  * no global lock is needed and because the kmap code must perform a global TLB
  * invalidation when the kmap pool wraps.
  *
- * However when holding an atomic kmap is is not legal to sleep, so atomic
+ * However when holding an atomic kmap is not legal to sleep, so atomic
  * kmaps are appropriate for short, tight code paths only.
  */
 void *kmap_atomic_prot(struct page *page, enum km_type type, pgprot_t prot)



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH v2]highmem_32.c : clean up comment
  2009-06-29  2:22 [PATCH]highmem_32.c : clean up comment Figo.zhang
@ 2009-06-29  4:02 ` Figo.zhang
  2009-06-29  4:19   ` [tip:x86/mm] x86, highmem_32.c: Clean " tip-bot for Figo.zhang
  0 siblings, 1 reply; 3+ messages in thread
From: Figo.zhang @ 2009-06-29  4:02 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Andrew Morton, lkml

clean up comment.

Signed-off-by: Figo.zhang <figo1802@gmail.com>
---  
arch/x86/mm/highmem_32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/mm/highmem_32.c b/arch/x86/mm/highmem_32.c
index 58f621e..0c6f43c 100644
--- a/arch/x86/mm/highmem_32.c
+++ b/arch/x86/mm/highmem_32.c
@@ -24,7 +24,7 @@ void kunmap(struct page *page)
  * no global lock is needed and because the kmap code must perform a global TLB
  * invalidation when the kmap pool wraps.
  *
- * However when holding an atomic kmap is is not legal to sleep, so atomic
+ * However when holding an atomic kmap it is not legal to sleep, so atomic
  * kmaps are appropriate for short, tight code paths only.
  */
 void *kmap_atomic_prot(struct page *page, enum km_type type, pgprot_t prot)



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [tip:x86/mm] x86, highmem_32.c: Clean up comment
  2009-06-29  4:02 ` [PATCH v2]highmem_32.c " Figo.zhang
@ 2009-06-29  4:19   ` tip-bot for Figo.zhang
  0 siblings, 0 replies; 3+ messages in thread
From: tip-bot for Figo.zhang @ 2009-06-29  4:19 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, figo1802, akpm, tglx, mingo

Commit-ID:  565b0c1f100408ccbcb04ba458a14da454cb271d
Gitweb:     http://git.kernel.org/tip/565b0c1f100408ccbcb04ba458a14da454cb271d
Author:     Figo.zhang <figo1802@gmail.com>
AuthorDate: Mon, 29 Jun 2009 12:02:55 +0800
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Mon, 29 Jun 2009 06:14:43 +0200

x86, highmem_32.c: Clean up comment

Signed-off-by: Figo.zhang <figo1802@gmail.com>
Cc: Andrew Morton <akpm@osdl.org>
LKML-Reference: <1246248175.5759.12.camel@myhost>
Signed-off-by: Ingo Molnar <mingo@elte.hu>


---
 arch/x86/mm/highmem_32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/mm/highmem_32.c b/arch/x86/mm/highmem_32.c
index 58f621e..0c6f43c 100644
--- a/arch/x86/mm/highmem_32.c
+++ b/arch/x86/mm/highmem_32.c
@@ -24,7 +24,7 @@ void kunmap(struct page *page)
  * no global lock is needed and because the kmap code must perform a global TLB
  * invalidation when the kmap pool wraps.
  *
- * However when holding an atomic kmap is is not legal to sleep, so atomic
+ * However when holding an atomic kmap it is not legal to sleep, so atomic
  * kmaps are appropriate for short, tight code paths only.
  */
 void *kmap_atomic_prot(struct page *page, enum km_type type, pgprot_t prot)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-29  4:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-29  2:22 [PATCH]highmem_32.c : clean up comment Figo.zhang
2009-06-29  4:02 ` [PATCH v2]highmem_32.c " Figo.zhang
2009-06-29  4:19   ` [tip:x86/mm] x86, highmem_32.c: Clean " tip-bot for Figo.zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.