[PATCH] logdump : Fix typos in logdump.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Below patch fixes some trivial typos found during code reading


    Fix typos in logdump.c

Signed-off-by : Manish Katiyar <mkatiyar@xxxxxxxxx>
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@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux