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

Signed-off-by: Aline Santana Cordeiro <alinesantanacorde...@gmail.com>
---
 drivers/staging/media/atomisp/pci/atomisp_acc.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/media/atomisp/pci/atomisp_acc.c 
b/drivers/staging/media/atomisp/pci/atomisp_acc.c
index 5e5faa4..9a17518 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_acc.c
+++ b/drivers/staging/media/atomisp/pci/atomisp_acc.c
@@ -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)
-- 
2.7.4

Reply via email to