diff mbox series

hidraw: Remove the redundent spaces

Message ID 20201030150252.701-1-zackary.liu.pro@gmail.com (mailing list archive)
State New, archived
Delegated to: Jiri Kosina
Headers show
Series hidraw: Remove the redundent spaces | expand

Commit Message

Zackary Liu Oct. 30, 2020, 3:02 p.m. UTC
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 mbox series

Patch

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;