]> git.baikalelectronics.ru Git - kernel.git/commit
media: v4l2-core: fix whitespace damage in video_get_user()
authorArnd Bergmann <arnd@arndb.de>
Mon, 14 Jun 2021 10:34:04 +0000 (12:34 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 17 Jun 2021 08:15:59 +0000 (10:15 +0200)
commit6cf75d51e1954d3ec3bc85c26675491a07ba3cb6
tree08a202c94d93102e154e8ac590caa4be05e3b11e
parent4e17b17577cbc3aef50dd9afe578bd7c77c44490
media: v4l2-core: fix whitespace damage in video_get_user()

The initialization was indented with an extra tab in most lines,
remove them to get the normal coding style.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/v4l2-core/v4l2-ioctl.c