2011-04-03 10:06:36

by Jovi Zhang

[permalink] [raw]
Subject: [PATCH] amba: update file header info correctly

From: Jovi Zhang <[email protected]>

update file header info correctly after file location changed

Signed-off-by: Jovi Zhang <[email protected]>
---
drivers/amba/bus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c
index 6d2bb25..52aad48 100644
--- a/drivers/amba/bus.c
+++ b/drivers/amba/bus.c
@@ -1,5 +1,5 @@
/*
- * linux/arch/arm/common/amba.c
+ * linux/drivers/amba/bus.c
*
* Copyright (C) 2003 Deep Blue Solutions Ltd, All Rights Reserved.
*
--
1.7.2.3


2011-04-03 16:08:46

by Jovi Zhang

[permalink] [raw]
Subject: Re: [PATCH] amba: update file header info correctly

On Wed, Mar 30, 2011 at 11:37 AM, <[email protected]> wrote:
> From: Jovi Zhang <[email protected]>
>
> update file header info correctly after file location changed
>
> Signed-off-by: Jovi Zhang <[email protected]>
> ---
>  drivers/amba/bus.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c
> index 6d2bb25..52aad48 100644
> --- a/drivers/amba/bus.c
> +++ b/drivers/amba/bus.c
> @@ -1,5 +1,5 @@
>  /*
> - *  linux/arch/arm/common/amba.c
> + *  linux/drivers/amba/bus.c
>  *
>  *  Copyright (C) 2003 Deep Blue Solutions Ltd, All Rights Reserved.
>  *
> --
> 1.7.2.3
>
>
remove this line is better, I will resend it.