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