media: atomisp: fix a brace coding sytle issue
authorAnkit Baluni <b18007@students.iitmandi.ac.in>
Wed, 29 Jul 2020 08:05:16 +0000 (10:05 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 3 Sep 2020 08:58:35 +0000 (10:58 +0200)
commitd221d209470a5b2e00722e977c02a91ade23f42f
tree14c73cbbc4a2d2656431d89843300ba6f8385994
parent7e023a1cc295d0a08a1e800e3c791e2731dd42ae
media: atomisp: fix a brace coding sytle issue

Removed braces in 'if else' condition as it only consists of
one line each and according to coding style rules , in this case
the braces are not required.

Signed-off-by: Ankit Baluni <b18007@students.iitmandi.ac.in>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_ioctl.c