linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hidraw: Remove the redundent spaces
@ 2020-10-30 15:02 Zhaoyu Liu
  0 siblings, 0 replies; only message in thread
From: Zhaoyu Liu @ 2020-10-30 15:02 UTC (permalink / raw)
  To: jikos, benjamin.tissoires; +Cc: linux-input, linux-kernel, Zhaoyu Liu

Remove spaces to align code.

Signed-off-by: Zhaoyu Liu <zackary.liu.pro@gmail.com>
---
 drivers/hid/hidraw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c
index 2eee5e31c2b7..249666ea9a5a 100644
--- a/drivers/hid/hidraw.c
+++ b/drivers/hid/hidraw.c
@@ -600,7 +600,7 @@ int __init hidraw_init(void)
 		goto error_cdev;
 	}
 
-        cdev_init(&hidraw_cdev, &hidraw_ops);
+	cdev_init(&hidraw_cdev, &hidraw_ops);
 	result = cdev_add(&hidraw_cdev, dev_id, HIDRAW_MAX_DEVICES);
 	if (result < 0)
 		goto error_class;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-30 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 15:02 [PATCH] hidraw: Remove the redundent spaces Zhaoyu Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).