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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 09:53:47 +0000 (10:53 +0100)
commit6cbabad304c4e197487d73131a2f2559eb79f547
tree95e93cdb7f1515ead2e54c8df9256e39ae478d46
parent22b0b68f7d9f1dc9acdb96f2d3bb43e8184f6f3a
media: staging: media: atomisp: pci: Balance braces around conditional statements in file atomisp_cmd.c

[ Upstream commit 0a016c35a326c6b2f558ede58ff08da7ef1da1a8 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_cmd.c