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:	Sun,  3 Feb 2013 17:34:44 +0000
From:	Severin Gsponer <svgsponer@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	Severin Gsponer <svgsponer@...il.com>
Subject: [PATCH] Kernel: fix coding style issue in configs.c This is a patch to the configs.c file that fixes up a wrong placed * according to the coding style. Warning was found by checkpatch.pl tool

Signed-off-by: Severin Gsponer <svgsponer@...il.com>
---
 kernel/configs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/configs.c b/kernel/configs.c
index 42e8fa0..afa4232 100644
--- a/kernel/configs.c
+++ b/kernel/configs.c
@@ -56,7 +56,7 @@
 
 static ssize_t
 ikconfig_read_current(struct file *file, char __user *buf,
-		      size_t len, loff_t * offset)
+		      size_t len, loff_t *offset)
 {
 	return simple_read_from_buffer(buf, len, offset,
 				       kernel_config_data + MAGIC_SIZE,
-- 
1.7.12.4

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