mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 19:20:26 -04:00
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:
committed by
Mauro Carvalho Chehab
parent
848802da8d
commit
14bc5eb80b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user