Skip to content

Commit d52266f

Browse files
Colin Ian Kingdtor
authored andcommitted
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 <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 249d1bb commit d52266f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/input/misc/drv2667.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ static int drv2667_set_waveform_freq(struct drv2667_data *haptics)
177177
error = regmap_write(haptics->regmap, DRV2667_PAGE, read_buf);
178178
if (error) {
179179
dev_err(&haptics->client->dev,
180-
"Failed to set the page: %d\n", error);
181-
return -EIO;
182-
}
180+
"Failed to set the page: %d\n", error);
181+
return -EIO;
182+
}
183183
}
184184

185185
return error;

0 commit comments

Comments
 (0)