diff options
author | Lee Jones <lee.jones@linaro.org> | 2015-10-28 08:21:12 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-01-14 03:43:57 -0500 |
commit | 3103d44e4509f6da8b667d185b45eb0ae0beaa85 (patch) | |
tree | e08ad8546d138a0854f3b82dc3cf4bf93e13d371 /drivers/mfd | |
parent | 63b4fd7502790b16257396cc0270fa698bdec2b1 (diff) |
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/adp5520.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mfd/adp5520.c b/drivers/mfd/adp5520.c index ae88654595dc..d817f202da5b 100644 --- a/drivers/mfd/adp5520.c +++ b/drivers/mfd/adp5520.c | |||
@@ -9,10 +9,10 @@ | |||
9 | * | 9 | * |
10 | * Derived from da903x: | 10 | * Derived from da903x: |
11 | * Copyright (C) 2008 Compulab, Ltd. | 11 | * Copyright (C) 2008 Compulab, Ltd. |
12 | * Mike Rapoport <mike@compulab.co.il> | 12 | * Mike Rapoport <mike@compulab.co.il> |
13 | * | 13 | * |
14 | * Copyright (C) 2006-2008 Marvell International Ltd. | 14 | * Copyright (C) 2006-2008 Marvell International Ltd. |
15 | * Eric Miao <eric.miao@marvell.com> | 15 | * Eric Miao <eric.miao@marvell.com> |
16 | * | 16 | * |
17 | * Licensed under the GPL-2 or later. | 17 | * Licensed under the GPL-2 or later. |
18 | */ | 18 | */ |
@@ -355,7 +355,7 @@ static struct i2c_driver adp5520_driver = { | |||
355 | }, | 355 | }, |
356 | .probe = adp5520_probe, | 356 | .probe = adp5520_probe, |
357 | .remove = adp5520_remove, | 357 | .remove = adp5520_remove, |
358 | .id_table = adp5520_id, | 358 | .id_table = adp5520_id, |
359 | }; | 359 | }; |
360 | 360 | ||
361 | module_i2c_driver(adp5520_driver); | 361 | module_i2c_driver(adp5520_driver); |