[PATCH 12/22] trivial: fix typo "lock lock"

From: Jaswinder Singh Rajput
Date: Tue Jul 07 2009 - 10:36:46 EST



Replaced "lock lock" with "lock"

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@xxxxxxxxx>
---
fs/ufs/super.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ufs/super.c b/fs/ufs/super.c
index 5faed79..a19c068 100644
--- a/fs/ufs/super.c
+++ b/fs/ufs/super.c
@@ -401,7 +401,7 @@ static int ufs_parse_options (char * options, unsigned * mount_options)
break;
case Opt_onerror_repair:
printk("UFS-fs: Unable to do repair on error, "
- "will lock lock instead\n");
+ "will lock instead\n");
ufs_clear_opt (*mount_options, ONERROR);
ufs_set_opt (*mount_options, ONERROR_REPAIR);
break;
--
1.6.0.6



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/