linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Fixed the format of column longer than 80 .
@ 2011-03-26 16:25 Wanlong Gao
  2011-03-26 16:25 ` [PATCH 2/2] Fixed the format that column is " Wanlong Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wanlong Gao @ 2011-03-26 16:25 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, Wanlong Gao

---
 drivers/base/memory.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
 mode change 100644 => 100755 drivers/base/memory.c

diff --git a/drivers/base/memory.c b/drivers/base/memory.c
old mode 100644
new mode 100755
index 3da6a43..3e9aa3d
--- 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 related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-23  0:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 16:25 [PATCH 1/2] Fixed the format of column longer than 80 Wanlong Gao
2011-03-26 16:25 ` [PATCH 2/2] Fixed the format that column is " Wanlong Gao
2011-03-27 10:00   ` Harry Wei
2011-03-27  9:58 ` [PATCH 1/2] Fixed the format of column " Harry Wei
2011-04-23  0:05 ` Greg KH

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).