aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2019-06-03 10:25:35 +0200
committerWolfram Sang <wsa@the-dreams.de>2019-06-14 23:24:33 +0200
commit76cc9f0efd952d376e93e79b1f19fd6fdb8291bc (patch)
tree7a96d0fc3d587507759627b903832d092c512088 /include/linux/i2c.h
parenti2c: headers: update docs about I2C_CLIENT_* (diff)
downloadlinux-dev-76cc9f0efd952d376e93e79b1f19fd6fdb8291bc.tar.xz
linux-dev-76cc9f0efd952d376e93e79b1f19fd6fdb8291bc.zip
i2c: headers: reformat header comment and update copyright
Let's stick to coding style. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r--include/linux/i2c.h18
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 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* ------------------------------------------------------------------------- */
-/* */
-/* i2c.h - definitions for the i2c-bus interface */
-/* */
-/* ------------------------------------------------------------------------- */
-/* Copyright (C) 1995-2000 Simon G. Vogl
-
+/*
+ * i2c.h - definitions for the Linux i2c bus interface
+ * Copyright (C) 1995-2000 Simon G. Vogl
+ * Copyright (C) 2013-2019 Wolfram Sang <wsa@the-dreams.de>
+ *
+ * With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and
+ * Frodo Looijaard <frodol@dds.nl>
*/
-/* ------------------------------------------------------------------------- */
-
-/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and
- Frodo Looijaard <frodol@dds.nl> */
#ifndef _LINUX_I2C_H
#define _LINUX_I2C_H