media: staging: media: atomisp: pci: Format comments according to coding-style in file atomisp_acc.c

Format all comments according to the coding-style.
Issue detected by checkpatch.pl.

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>
This commit is contained in:
Aline Santana Cordeiro
2021-04-14 23:16:45 +02:00
committed by Mauro Carvalho Chehab
parent 848802da8d
commit 14bc5eb80b

View File

@@ -464,9 +464,11 @@ int atomisp_acc_load_extensions(struct atomisp_sub_device *asd)
continue;
for (i = 0; i < ARRAY_SIZE(acc_flag_to_pipe); i++) {
/* QoS (ACC pipe) acceleration stages are currently
* allowed only in continuous mode. Skip them for
* all other modes. */
/*
* QoS (ACC pipe) acceleration stages are
* currently allowed only in continuous mode.
* Skip them for all other modes.
*/
if (!continuous &&
acc_flag_to_pipe[i].flag ==
ATOMISP_ACC_FW_LOAD_FL_ACC)