From: Colin Ian King Date: Wed, 31 Oct 2018 18:48:41 +0000 (+0000) Subject: power: supply: cpcap-charger: clean an indentation issue, remove tab X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=80fca773bf810bdc89c6876e9138e18a5d58b6ad;p=linux.git power: supply: cpcap-charger: clean an indentation issue, remove tab Trivial fix to clean up indentation issue, remove an extraneous tab Signed-off-by: Colin Ian King Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/supply/cpcap-charger.c b/drivers/power/supply/cpcap-charger.c index e4905bef26637..c843eaff8ad05 100644 --- a/drivers/power/supply/cpcap-charger.c +++ b/drivers/power/supply/cpcap-charger.c @@ -544,7 +544,7 @@ static void cpcap_charger_init_optional_gpios(struct cpcap_charger_ddata *ddata) if (IS_ERR(ddata->gpio[i])) { dev_info(ddata->dev, "no mode change GPIO%i: %li\n", i, PTR_ERR(ddata->gpio[i])); - ddata->gpio[i] = NULL; + ddata->gpio[i] = NULL; } } }