From: "Randy.Dunlap" <randy.dunlap@verizon.net>
To: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Cc: viro@math.psu.edu
Subject: [PATCH] typos only
Date: Fri, 14 Mar 2003 23:45:24 -0800 [thread overview]
Message-ID: <3E72DA14.6F6C41BD@verizon.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 86 bytes --]
Hi,
Please apply to 2.5.64-current.
No code changes; still builds OK.
Thanks,
~Randy
[-- Attachment #2: seqfile_typos.patch --]
[-- Type: text/plain, Size: 990 bytes --]
patch_name: seqfile_typos.patch
patch_version: 2003-03-14.23:25:36
author: Randy.Dunlap <rddunlap@osdl.org>
description: correct typos only;
(discovered during code review for seq_file_howto)
product: Linux
product_versions: linux-2.5.64
maintainer: viro@math.psu.edu
diffstat: =
fs/seq_file.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -Naur ./fs/seq_file.c%SEQ ./fs/seq_file.c
--- ./fs/seq_file.c%SEQ Tue Mar 4 19:29:31 2003
+++ ./fs/seq_file.c Fri Mar 14 23:22:12 2003
@@ -1,7 +1,7 @@
/*
* linux/fs/seq_file.c
*
- * helper functions for making syntetic files from sequences of records.
+ * helper functions for making synthetic files from sequences of records.
* initial implementation -- AV, Oct 2001.
*/
@@ -215,7 +215,7 @@
while ((retval=traverse(m, offset)) == -EAGAIN)
;
if (retval) {
- /* with extreme perjudice... */
+ /* with extreme prejudice... */
file->f_pos = 0;
m->index = 0;
m->count = 0;
reply other threads:[~2003-03-15 7:36 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=3E72DA14.6F6C41BD@verizon.net \
--to=randy.dunlap@verizon.net \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
--cc=viro@math.psu.edu \
/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.