media: atomisp: Fix BLOCK_COMMENT_STYLE
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>
This commit is contained in:
parent
26557ebc1d
commit
fc42aa47bf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user