From: Colin Ian King Date: Sat, 22 Dec 2018 01:00:48 +0000 (-0800) Subject: Input: drv2667 - fix indentation issues X-Git-Tag: Ubuntu-5.2.0-15.16~2823^2^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d52266fc74beacf2aefad934bd4011d62e9584e0;p=mirror_ubuntu-eoan-kernel.git Input: drv2667 - fix indentation issues There are some statements that are indented incorrectly, fix this by removing the extra tabs. Signed-off-by: Colin Ian King Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/misc/drv2667.c b/drivers/input/misc/drv2667.c index 2849bb6906a8..6091f0490e8f 100644 --- a/drivers/input/misc/drv2667.c +++ b/drivers/input/misc/drv2667.c @@ -177,9 +177,9 @@ static int drv2667_set_waveform_freq(struct drv2667_data *haptics) error = regmap_write(haptics->regmap, DRV2667_PAGE, read_buf); if (error) { dev_err(&haptics->client->dev, - "Failed to set the page: %d\n", error); - return -EIO; - } + "Failed to set the page: %d\n", error); + return -EIO; + } } return error;