Re: [PATCH 1/2] Fixed the format of column longer than 80 .

From: Harry Wei
Date: Sun Mar 27 2011 - 05:58:35 EST


On Sun, Mar 27, 2011 at 12:25:25AM +0800, Wanlong Gao wrote:
Signed-off-by: Gao Wanlong<wanlong.gao@xxxxxxxxx>
Acked-by: Harry Wei <harryxiyou@xxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/