From: Lee Jones Date: Thu, 8 May 2014 11:55:35 +0000 (+0100) Subject: mfd: 88pm860x-i2c: Repair 'space before tab' warning X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0363be8b5530efbe3ac83204427f4fa33e62dbff;p=deliverable%2Flinux.git 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 $ Signed-off-by: Lee Jones --- 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 @@ * I2C driver for Marvell 88PM860x * * Copyright (C) 2009 Marvell International Ltd. - * Haojian Zhuang + * + * Author: Haojian Zhuang * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as