linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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
@ 2013-02-03 17:34 Severin Gsponer
  0 siblings, 0 replies; only message in thread
From: Severin Gsponer @ 2013-02-03 17:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: Severin Gsponer

Signed-off-by: Severin Gsponer <svgsponer@gmail.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-03 16:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-03 17:34 [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 Severin Gsponer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).