All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH/2.6.11] Spelling cleanups in shrinker code
@ 2005-03-09 16:39 Martin Hicks
  0 siblings, 0 replies; only message in thread
From: Martin Hicks @ 2005-03-09 16:39 UTC (permalink / raw)
  To: kernel-janitors

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


Hi,

This is just a spelling cleanup in the Shrinker code.  Generated against
2.6.11-rc4-mm1, but it applies with a small offset against 2.6.11

Thanks!
mh

-- 
Martin Hicks                Wild Open Source Inc.
mort@wildopensource.com     613-266-2296



Just a few small cleanups to make this coherent english.

Signed-Off-By:  Martin Hicks <mort@wildopensource.com>


Index: linux-2.6.10.toss/include/linux/mm.h
===================================================================
--- linux-2.6.10.toss.orig/include/linux/mm.h	2005-03-09 08:14:43.000000000 -0800
+++ linux-2.6.10.toss/include/linux/mm.h	2005-03-09 08:15:00.000000000 -0800
@@ -646,9 +646,9 @@
  * These functions are passed a count `nr_to_scan' and a gfpmask.  They should
  * scan `nr_to_scan' objects, attempting to free them.
  *
- * The callback must the number of objects which remain in the cache.
+ * The callback must return the number of objects which remain in the cache.
  *
- * The callback will be passes nr_to_scan == 0 when the VM is querying the
+ * The callback will be passed nr_to_scan == 0 when the VM is querying the
  * cache size, so a fastpath for that case is appropriate.
  */
 typedef int (*shrinker_t)(int nr_to_scan, unsigned int gfp_mask);

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

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

only message in thread, other threads:[~2005-03-09 16:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-09 16:39 [KJ] [PATCH/2.6.11] Spelling cleanups in shrinker code Martin Hicks

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.