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>] [day] [month] [year] [list]
Date:	Mon, 27 May 2013 15:32:19 +0100
From:	Colin Fowler <elethiomel@...il.com>
To:	linux-fsdevel@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org
Subject: [PATCH] vfs: Trivial libfs.c warning formatting

From: Colin Fowler <elethiomel@...il.com>
Kernel Version: 3.10-rc3.
Description: Add a space between "array" and "with" in
simple_fill_super() warning message

Signed-off-by: Colin Fowler <elethiomel@...il.com>
---
--- linux-3.10-rc3/fs/libfs.c.orig	2013-05-27 14:48:36.741568310 +0100
+++ linux-3.10-rc3/fs/libfs.c	2013-05-27 14:49:05.675027823 +0100
@@ -505,7 +505,7 @@ int simple_fill_super(struct super_block

 		/* warn if it tries to conflict with the root inode */
 		if (unlikely(i == 1))
-			printk(KERN_WARNING "%s: %s passed in a files array"
+			printk(KERN_WARNING "%s: %s passed in a files array "
 				"with an index of 1!\n", __func__,
 				s->s_type->name);
--
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