mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
Input: hideep - clean up some inconsistent indenting
Turn the space into a tab to Eliminate the follow smatch warning: drivers/input/touchscreen/hideep.c:470 hideep_program_nvm() warn: inconsistent indenting Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20220429070103.4747-1-yang.lee@linux.alibaba.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
d5f7638eb5
commit
5af7a77acd
@ -467,9 +467,9 @@ static int hideep_program_nvm(struct hideep_ts *ts,
|
||||
u32 addr = 0;
|
||||
int error;
|
||||
|
||||
error = hideep_nvm_unlock(ts);
|
||||
if (error)
|
||||
return error;
|
||||
error = hideep_nvm_unlock(ts);
|
||||
if (error)
|
||||
return error;
|
||||
|
||||
while (ucode_len > 0) {
|
||||
xfer_len = min_t(size_t, ucode_len, HIDEEP_NVM_PAGE_SIZE);
|
||||
|
Loading…
Reference in New Issue
Block a user