[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110327095810.GA3815@gmail.com>
Date: Sun, 27 Mar 2011 17:58:13 +0800
From: Harry Wei <jiaweiwei.xiyou@...il.com>
To: Wanlong Gao <wanlong.gao@...il.com>
Cc: linux-kernel@...r.kernel.org, greg@...ah.com
Subject: Re: [PATCH 1/2] Fixed the format of column longer than 80 .
On Sun, Mar 27, 2011 at 12:25:25AM +0800, Wanlong Gao wrote:
Signed-off-by: Gao Wanlong<wanlong.gao@...il.com>
Acked-by: Harry Wei <harryxiyou@...il.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@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
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