Commit 76cc9f0e authored by Wolfram Sang's avatar Wolfram Sang

i2c: headers: reformat header comment and update copyright

Let's stick to coding style.
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 2caea56f
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* SPDX-License-Identifier: GPL-2.0-or-later */
/* ------------------------------------------------------------------------- */ /*
/* */ * i2c.h - definitions for the Linux i2c bus interface
/* i2c.h - definitions for the i2c-bus interface */ * Copyright (C) 1995-2000 Simon G. Vogl
/* */ * Copyright (C) 2013-2019 Wolfram Sang <wsa@the-dreams.de>
/* ------------------------------------------------------------------------- */ *
/* Copyright (C) 1995-2000 Simon G. Vogl * 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 #ifndef _LINUX_I2C_H
#define _LINUX_I2C_H #define _LINUX_I2C_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment