Commit 3103d44e authored by Lee Jones's avatar Lee Jones

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: default avatarLee Jones <lee.jones@linaro.org>
parent 63b4fd75
...@@ -9,10 +9,10 @@ ...@@ -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 = { ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment