aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/i2c.h
diff options
context:
space:
mode:
authorWolfram Sang <wsa@kernel.org>2020-05-02 14:18:35 +0200
committerWolfram Sang <wsa@kernel.org>2020-05-05 16:29:09 +0200
commit2f5a55c52c00fcded796db5f961057ba3fec8910 (patch)
treecf3d72df4490abba28342af80a995805bd4da841 /include/linux/i2c.h
parenti2c: fix missing pm_runtime_put_sync in i2c_device_probe (diff)
downloadwireguard-linux-2f5a55c52c00fcded796db5f961057ba3fec8910.tar.xz
wireguard-linux-2f5a55c52c00fcded796db5f961057ba3fec8910.zip
i2c: use my kernel.org address from now on
The old email is still active, but for easier handling, I am going to use my kernel.org address from now on. Also, add a mailmap for the now defunct Pengutronix address. Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r--include/linux/i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index 45d36ba4826b..49d29054e657 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -2,7 +2,7 @@
/*
* 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>
+ * Copyright (C) 2013-2019 Wolfram Sang <wsa@kernel.org>
*
* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and
* Frodo Looijaard <frodol@dds.nl>