diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-05-08 07:55:35 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-09 11:38:03 -0400 |
commit | 0363be8b5530efbe3ac83204427f4fa33e62dbff (patch) | |
tree | 464d8e3f2cef9438b6082fe8dc4879c2ed2e60b7 /drivers/mfd | |
parent | 2e57848fed743521cea20ef86283fc3da3981598 (diff) |
mfd: 88pm860x-i2c: Repair 'space before tab' warning
Fixes checkpatch warning:
WARNING: please, no space before tabs
#5: FILE: drivers/mfd/88pm860x-i2c.c:5:
+ * ^IHaojian Zhuang <haojian.zhuang@marvell.com>$
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/88pm860x-i2c.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/88pm860x-i2c.c b/drivers/mfd/88pm860x-i2c.c index ff8f803ce833..a93b4d0134a2 100644 --- a/drivers/mfd/88pm860x-i2c.c +++ b/drivers/mfd/88pm860x-i2c.c | |||
@@ -2,7 +2,8 @@ | |||
2 | * I2C driver for Marvell 88PM860x | 2 | * I2C driver for Marvell 88PM860x |
3 | * | 3 | * |
4 | * Copyright (C) 2009 Marvell International Ltd. | 4 | * Copyright (C) 2009 Marvell International Ltd. |
5 | * Haojian Zhuang <haojian.zhuang@marvell.com> | 5 | * |
6 | * Author: Haojian Zhuang <haojian.zhuang@marvell.com> | ||
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License version 2 as | 9 | * it under the terms of the GNU General Public License version 2 as |