[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1307442851-22174-1-git-send-email-me@akshayjoshi.com>
Date: Tue, 7 Jun 2011 06:34:04 -0400
From: Akshay Joshi <me@...hayjoshi.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Akshay Joshi <me@...hayjoshi.com>,
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH 1/7] Kernel: Comma style fixes for utsname_sysctl.c.
Fixed the error generated by the checkpatch.pl tool by adding spaces
after commas.
Signed-off-by: Akshay Joshi <me@...hayjoshi.com>
---
kernel/utsname_sysctl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/utsname_sysctl.c b/kernel/utsname_sysctl.c
index a2cd77e..a8a78a8 100644
--- a/kernel/utsname_sysctl.c
+++ b/kernel/utsname_sysctl.c
@@ -49,7 +49,7 @@ static int proc_do_uts_string(ctl_table *table, int write,
int r;
memcpy(&uts_table, table, sizeof(uts_table));
uts_table.data = get_uts(table, write);
- r = proc_dostring(&uts_table,write,buffer,lenp, ppos);
+ r = proc_dostring(&uts_table, write, buffer, lenp, ppos);
put_uts(table, write, uts_table.data);
return r;
}
--
1.7.4.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