* [resend PATCH] drivers:base:fix the coding format of memory.c
@ 2011-04-23 14:18 wanlong.gao
0 siblings, 0 replies; only message in thread
From: wanlong.gao @ 2011-04-23 14:18 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, Wanlong Gao
From: Wanlong Gao <wanlong.gao@gmail.com>
Fix the line longer than 80 of memory_uevent function .
Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
---
drivers/base/memory.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/base/memory.c b/drivers/base/memory.c
index 3da6a43..3e9aa3d 100644
--- a/drivers/base/memory.c
+++ b/drivers/base/memory.c
@@ -48,7 +48,8 @@ static const char *memory_uevent_name(struct kset *kset, struct kobject *kobj)
return MEMORY_CLASS_NAME;
}
-static int memory_uevent(struct kset *kset, struct kobject *obj, struct kobj_uevent_env *env)
+static int memory_uevent(struct kset *kset, struct kobject *obj,
+ struct kobj_uevent_env *env)
{
int retval = 0;
--
1.7.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-23 14:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-23 14:18 [resend PATCH] drivers:base:fix the coding format of memory.c wanlong.gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®