From: Harry Wei <jiaweiwei.xiyou@gmail.com>
To: Wanlong Gao <wanlong.gao@gmail.com>
Cc: linux-kernel@vger.kernel.org, greg@kroah.com
Subject: Re: [PATCH 1/2] Fixed the format of column longer than 80 .
Date: Sun, 27 Mar 2011 17:58:13 +0800 [thread overview]
Message-ID: <20110327095810.GA3815@gmail.com> (raw)
In-Reply-To: <1301156726-23610-1-git-send-email-wanlong.gao@gmail.com>
On Sun, Mar 27, 2011 at 12:25:25AM +0800, Wanlong Gao wrote:
Signed-off-by: Gao Wanlong<wanlong.gao@gmail.com>
Acked-by: Harry Wei <harryxiyou@gmail.com>
> ---
> 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
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2011-03-27 9:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Harry Wei [this message]
2011-04-23 0:05 ` [PATCH 1/2] Fixed the format of column " Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110327095810.GA3815@gmail.com \
--to=jiaweiwei.xiyou@gmail.com \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=wanlong.gao@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.