[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1359912884-17348-1-git-send-email-svgsponer@gmail.com>
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