diff mbox series

i2c: acorn: remove outdated path from file header

Message ID 20180115174139.12666-1-wsa@the-dreams.de
State Accepted
Headers show
Series i2c: acorn: remove outdated path from file header | expand

Commit Message

Wolfram Sang Jan. 15, 2018, 5:41 p.m. UTC
That path has gone away for a long time. Move the HW name upwards for a
proper header.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
 drivers/i2c/busses/i2c-acorn.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Wolfram Sang Jan. 17, 2018, 11:08 p.m. UTC | #1
On Mon, Jan 15, 2018 at 06:41:39PM +0100, Wolfram Sang wrote:
> That path has gone away for a long time. Move the HW name upwards for a
> proper header.
> 
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

Applied to for-next, thanks!
diff mbox series

Patch

diff --git a/drivers/i2c/busses/i2c-acorn.c b/drivers/i2c/busses/i2c-acorn.c
index 9d7be5af2bf2a0..24c13a152558a2 100644
--- a/drivers/i2c/busses/i2c-acorn.c
+++ b/drivers/i2c/busses/i2c-acorn.c
@@ -1,5 +1,5 @@ 
 /*
- *  linux/drivers/acorn/char/i2c.c
+ *  ARM IOC/IOMD i2c driver.
  *
  *  Copyright (C) 2000 Russell King
  *
@@ -7,8 +7,6 @@ 
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  *
- *  ARM IOC/IOMD i2c driver.
- *
  *  On Acorn machines, the following i2c devices are on the bus:
  *	- PCF8583 real time clock & static RAM
  */