media: atomisp: Fix BLOCK_COMMENT_STYLE
authorPhilipp Gerlesberger <Philipp.Gerlesberger@fau.de>
Mon, 14 Dec 2020 11:01:54 +0000 (12:01 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 17:09:47 +0000 (18:09 +0100)
Block comments should align the * on each line

Link: https://lore.kernel.org/linux-media/20201214110156.6152-11-Philipp.Gerlesberger@fau.de
Co-developed-by: Andrey Khlopkov <ij72uhux@stud.informatik.uni-erlangen.de>
Signed-off-by: Andrey Khlopkov <ij72uhux@stud.informatik.uni-erlangen.de>
Signed-off-by: Philipp Gerlesberger <Philipp.Gerlesberger@fau.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/runtime/spctrl/src/spctrl.c

index 38f86764ccfca24d26fafa0bc8eb0dd35391ab30..7f4592565af67f0b1aa1acaa18f5c9eecfb6c479 100644 (file)
@@ -105,8 +105,8 @@ int ia_css_spctrl_load_fw(sp_ID_t sp_id, ia_css_spctrl_cfg *spctrl_cfg)
 void sh_css_spctrl_reload_fw(sp_ID_t sp_id)
 {
        /* now we program the base address into the icache and
-       * invalidate the cache.
-       */
+        * invalidate the cache.
+        */
        sp_ctrl_store(sp_id, SP_ICACHE_ADDR_REG,
                      (hrt_data)spctrl_cofig_info[sp_id].code_addr);
        sp_ctrl_setbit(sp_id, SP_ICACHE_INV_REG, SP_ICACHE_INV_BIT);