media: staging: media: atomisp: pci: Format comments according to coding-style in...
authorAline Santana Cordeiro <alinesantanacordeiro@gmail.com>
Wed, 14 Apr 2021 21:16:45 +0000 (23:16 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 10 May 2021 09:36:35 +0000 (11:36 +0200)
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>
drivers/staging/media/atomisp/pci/atomisp_acc.c

index 5e5faa4..9a17518 100644 (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)