diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2019-06-03 04:25:35 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-06-14 17:24:33 -0400 |
commit | 76cc9f0efd952d376e93e79b1f19fd6fdb8291bc (patch) | |
tree | 7a96d0fc3d587507759627b903832d092c512088 | |
parent | 2caea56f569ac361fc854f6bf2fe94b70514c917 (diff) |
i2c: headers: reformat header comment and update copyright
Let's stick to coding style.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r-- | include/linux/i2c.h | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 9853fae9b505..d8f9060179d0 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -1,16 +1,12 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
2 | /* ------------------------------------------------------------------------- */ | 2 | /* |
3 | /* */ | 3 | * i2c.h - definitions for the Linux i2c bus interface |
4 | /* i2c.h - definitions for the i2c-bus interface */ | 4 | * Copyright (C) 1995-2000 Simon G. Vogl |
5 | /* */ | 5 | * Copyright (C) 2013-2019 Wolfram Sang <wsa@the-dreams.de> |
6 | /* ------------------------------------------------------------------------- */ | 6 | * |
7 | /* Copyright (C) 1995-2000 Simon G. Vogl | 7 | * With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and |
8 | 8 | * Frodo Looijaard <frodol@dds.nl> | |
9 | */ | 9 | */ |
10 | /* ------------------------------------------------------------------------- */ | ||
11 | |||
12 | /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and | ||
13 | Frodo Looijaard <frodol@dds.nl> */ | ||
14 | #ifndef _LINUX_I2C_H | 10 | #ifndef _LINUX_I2C_H |
15 | #define _LINUX_I2C_H | 11 | #define _LINUX_I2C_H |
16 | 12 | ||