summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShubhankar Kuranagatti <shubhankarvk@gmail.com>2021-04-28 12:28:09 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2021-05-24 21:08:25 -0700
commit94a332bd8626f6c32e7ba5835dd17eeddbb76e89 (patch)
tree67adaf04e98d2e10436b872b7468c5b267df8201
parent204db365077df99a487bcd41aa8c6135f783be18 (diff)
downloadlinux-94a332bd8626f6c32e7ba5835dd17eeddbb76e89.tar.bz2
Input: ims-pcu - replace some spaces with tabs
Unnecessary spaces have been replaced with tab space. This is done to maintain code uniformity. Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@gmail.com> Link: https://lore.kernel.org/r/20210428091050.ryr7kxlxre7uhye4@kewl-virtual-machine Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r--drivers/input/misc/ims-pcu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/misc/ims-pcu.c b/drivers/input/misc/ims-pcu.c
index 81de8c4e37d0..7169255efb37 100644
--- a/drivers/input/misc/ims-pcu.c
+++ b/drivers/input/misc/ims-pcu.c
@@ -647,8 +647,8 @@ static int __ims_pcu_execute_command(struct ims_pcu *pcu,
#define IMS_PCU_BL_DATA_OFFSET 3
static int __ims_pcu_execute_bl_command(struct ims_pcu *pcu,
- u8 command, const void *data, size_t len,
- u8 expected_response, int response_time)
+ u8 command, const void *data, size_t len,
+ u8 expected_response, int response_time)
{
int error;