All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: input: misc: ims-pcu.c: Fix usage of spaces
@ 2021-04-28  9:10 Shubhankar Kuranagatti
  2021-05-25  4:15 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Shubhankar Kuranagatti @ 2021-04-28  9:10 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: shubhankarvk, colin.king, dan.carpenter, linux-input,
	linux-kernel, sanjanasrinidhi1810

Unnecessary spaces have been replaced with tab space
This is done to maintain code uniformity.

Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@gmail.com>
---
 drivers/input/misc/ims-pcu.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/input/misc/ims-pcu.c b/drivers/input/misc/ims-pcu.c
index 08b9b5cdb943..1e1b71166e12 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;
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers: input: misc: ims-pcu.c: Fix usage of spaces
  2021-04-28  9:10 [PATCH] drivers: input: misc: ims-pcu.c: Fix usage of spaces Shubhankar Kuranagatti
@ 2021-05-25  4:15 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2021-05-25  4:15 UTC (permalink / raw)
  To: Shubhankar Kuranagatti
  Cc: colin.king, dan.carpenter, linux-input, linux-kernel,
	sanjanasrinidhi1810

On Wed, Apr 28, 2021 at 02:40:50PM +0530, Shubhankar Kuranagatti wrote:
> Unnecessary spaces have been replaced with tab space
> This is done to maintain code uniformity.
> 
> Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@gmail.com>

Applied, thank you.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-25  4:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28  9:10 [PATCH] drivers: input: misc: ims-pcu.c: Fix usage of spaces Shubhankar Kuranagatti
2021-05-25  4:15 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.