mfd: adp5520: Some trivial 'no space before tab' fixes

WARNING: please, no space before tabs
+ * ^IMike Rapoport <mike@compulab.co.il>$

WARNING: please, no space before tabs
+ * ^IEric Miao <eric.miao@marvell.com>$

WARNING: please, no space before tabs
+^I.id_table ^I= adp5520_id,$

total: 0 errors, 3 warnings, 365 lines checked

Cc: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Lee Jones 2015-10-28 12:21:12 +00:00
parent 63b4fd7502
commit 3103d44e45
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@
* *
* Derived from da903x: * Derived from da903x:
* Copyright (C) 2008 Compulab, Ltd. * Copyright (C) 2008 Compulab, Ltd.
* Mike Rapoport <mike@compulab.co.il> * Mike Rapoport <mike@compulab.co.il>
* *
* Copyright (C) 2006-2008 Marvell International Ltd. * Copyright (C) 2006-2008 Marvell International Ltd.
* Eric Miao <eric.miao@marvell.com> * Eric Miao <eric.miao@marvell.com>
* *
* Licensed under the GPL-2 or later. * Licensed under the GPL-2 or later.
*/ */
@ -355,7 +355,7 @@ static struct i2c_driver adp5520_driver = {
}, },
.probe = adp5520_probe, .probe = adp5520_probe,
.remove = adp5520_remove, .remove = adp5520_remove,
.id_table = adp5520_id, .id_table = adp5520_id,
}; };
module_i2c_driver(adp5520_driver); module_i2c_driver(adp5520_driver);