[<prev] [next>] [day] [month] [year] [list]
Message-ID: <ea11fea30903081115j649da923h4377b8bed742e79c@mail.gmail.com>
Date: Sun, 8 Mar 2009 23:45:31 +0530
From: Manish Katiyar <mkatiyar@...il.com>
To: ext4 <linux-ext4@...r.kernel.org>
Cc: mkatiyar@...il.com
Subject: [PATCH] logdump : Fix typos in logdump.c
Below patch fixes some trivial typos found during code reading
Fix typos in logdump.c
Signed-off-by : Manish Katiyar <mkatiyar@...il.com>
diff --git a/debugfs/logdump.c b/debugfs/logdump.c
index 69539e2..aed8eb6 100644
--- a/debugfs/logdump.c
+++ b/debugfs/logdump.c
@@ -300,9 +300,9 @@ static int read_journal_block(const char *cmd,
struct journal_source *source,
}
if (retval)
- com_err(cmd, retval, "while while reading journal");
+ com_err(cmd, retval, "while reading journal");
else if (*got != (unsigned int) size) {
- com_err(cmd, 0, "short read (read %d, expected %d) while while
reading journal", *got, size);
+ com_err(cmd, 0, "short read (read %d, expected %d) while reading
journal", *got, size);
retval = -1;
}
Thanks -
Manish
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists