OSDN Git Service

media: staging: media: atomisp: pci: Balance braces around conditional statements...
authorAline Santana Cordeiro <alinesantanacordeiro@gmail.com>
Thu, 15 Apr 2021 16:54:23 +0000 (18:54 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 19 May 2021 07:51:37 +0000 (09:51 +0200)
commit0a016c35a326c6b2f558ede58ff08da7ef1da1a8
treefe7f595e980418e8c2569061a0d9c3434c8ca170
parent56c1f0876293888f686e31278d183d4af2cac3c3
media: staging: media: atomisp: pci: Balance braces around conditional statements in file atomisp_cmd.c

Balance braces around conditional statements.
Issue detected by checkpatch.pl.
It happens in if-else statements where one of the commands
uses braces around a block of code and the other command
does not since it has just a single line of code.

Signed-off-by: Aline Santana Cordeiro <alinesantanacordeiro@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_cmd.c