Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Shubhankar Kuranagatti and committed by
Dmitry Torokhov
94a332bd 204db365

+2 -2
+2 -2
drivers/input/misc/ims-pcu.c
··· 647 647 #define IMS_PCU_BL_DATA_OFFSET 3 648 648 649 649 static int __ims_pcu_execute_bl_command(struct ims_pcu *pcu, 650 - u8 command, const void *data, size_t len, 651 - u8 expected_response, int response_time) 650 + u8 command, const void *data, size_t len, 651 + u8 expected_response, int response_time) 652 652 { 653 653 int error; 654 654