From: Martin Hicks <mort@wildopensource.com>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] [PATCH/2.6.11] Spelling cleanups in shrinker code
Date: Wed, 09 Mar 2005 16:39:21 +0000 [thread overview]
Message-ID: <20050309163921.GQ3286@localhost> (raw)
[-- 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
reply other threads:[~2005-03-09 16:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050309163921.GQ3286@localhost \
--to=mort@wildopensource.com \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.