]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
Input: drv2667 - fix indentation issues
authorColin Ian King <colin.king@canonical.com>
Sat, 22 Dec 2018 01:00:48 +0000 (17:00 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 22 Dec 2018 01:02:02 +0000 (17:02 -0800)
There are some statements that are indented incorrectly, fix this by
removing the extra tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/drv2667.c

index 2849bb6906a8f799dae30a022937a47740595a28..6091f0490e8f6fbfac38181184263d97ce7e2c43 100644 (file)
@@ -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;