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, 10 Dec 2007 12:00:07 -0200
From:	Mauro Carvalho Chehab <mchehab@...radead.org>
To:	Andy Whitcroft <apw@...dowen.org>,
	Randy Dunlap <rdunlap@...otime.net>, jschopp@...tin.ibm.com
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] Fix missing \n at checkpatch.pl

Fix missing \n at checkpatch.pl

From: Mauro Carvalho Chehab <mchehab@...radead.org>

Signed-off-by: Mauro Carvalho Chehab <mchehab@...radead.org>


diff -r 4f5ded04887b -r af025fddc025 v4l/scripts/checkpatch.pl
--- a/v4l/scripts/checkpatch.pl	Mon Dec 10 11:55:54 2007 -0200
+++ b/v4l/scripts/checkpatch.pl	Mon Dec 10 11:56:37 2007 -0200
@@ -1074,7 +1074,7 @@ sub process {
 # 		}
 
 		if ($line =~ /\bLINUX_VERSION_CODE\b/) {
-			WARN("LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged" . $herecurr);
+			WARN("LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged\n" . $herecurr);
 		}
 
 # printk should use KERN_* levels.  Note that follow on printk's on the



--
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