[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

From: Severin Gsponer
Date: Sun Feb 03 2013 - 11:35:05 EST


Signed-off-by: Severin Gsponer <svgsponer@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/