All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] logdump : Fix typos in logdump.c
@ 2009-03-08 18:15 Manish Katiyar
  0 siblings, 0 replies; only message in thread
From: Manish Katiyar @ 2009-03-08 18:15 UTC (permalink / raw)
  To: ext4; +Cc: mkatiyar

Below patch fixes some trivial typos found during code reading


    Fix typos in logdump.c

Signed-off-by : Manish Katiyar <mkatiyar@gmail.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

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

only message in thread, other threads:[~2009-03-08 18:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-08 18:15 [PATCH] logdump : Fix typos in logdump.c Manish Katiyar

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.