lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 07 Jul 2009 19:48:18 +0530
From:	Jaswinder Singh Rajput <jaswinder@...nel.org>
To:	trivial <trivial@...nel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 12/22] trivial: fix typo "lock lock"


Replaced "lock lock" with "lock"

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@...il.com>
---
 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ