diff options
author | Jean Delvare <khali@linux-fr.org> | 2014-01-29 14:40:08 -0500 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2014-01-29 14:40:08 -0500 |
commit | 7c81c60f3789a082e141d7a013392af5f78db16a (patch) | |
tree | f3da560b70545e6780ee29319c003418d986bb05 /drivers/i2c/busses/i2c-nforce2-s4985.c | |
parent | b523bb75098b1ed4dd98cb651b7b71e5b8c4f533 (diff) |
Update Jean Delvare's e-mail address
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/i2c-nforce2-s4985.c')
-rw-r--r-- | drivers/i2c/busses/i2c-nforce2-s4985.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/i2c-nforce2-s4985.c b/drivers/i2c/busses/i2c-nforce2-s4985.c index 2ca268d6140b..b170bdffb5de 100644 --- a/drivers/i2c/busses/i2c-nforce2-s4985.c +++ b/drivers/i2c/busses/i2c-nforce2-s4985.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * i2c-nforce2-s4985.c - i2c-nforce2 extras for the Tyan S4985 motherboard | 2 | * i2c-nforce2-s4985.c - i2c-nforce2 extras for the Tyan S4985 motherboard |
3 | * | 3 | * |
4 | * Copyright (C) 2008 Jean Delvare <khali@linux-fr.org> | 4 | * Copyright (C) 2008 Jean Delvare <jdelvare@suse.de> |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
@@ -245,7 +245,7 @@ static void __exit nforce2_s4985_exit(void) | |||
245 | "Physical bus restoration failed\n"); | 245 | "Physical bus restoration failed\n"); |
246 | } | 246 | } |
247 | 247 | ||
248 | MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); | 248 | MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>"); |
249 | MODULE_DESCRIPTION("S4985 SMBus multiplexing"); | 249 | MODULE_DESCRIPTION("S4985 SMBus multiplexing"); |
250 | MODULE_LICENSE("GPL"); | 250 | MODULE_LICENSE("GPL"); |
251 | 251 | ||