media: c8sectpfe: clean up some indenting
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 14 Jan 2020 05:10:05 +0000 (06:10 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 27 Nov 2020 09:43:34 +0000 (10:43 +0100)
The "seg_num," line wasn't indented.  All the arguments can fit nicely
on two lines.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c

index f0cbcb8..5ceb366 100644 (file)
@@ -1034,9 +1034,8 @@ static void load_imem_segment(struct c8sectpfei *fei, Elf32_Phdr *phdr,
 
        dev_dbg(fei->dev,
                "Loading IMEM segment %d 0x%08x\n\t (0x%x bytes) -> 0x%p (0x%x bytes)\n",
-seg_num,
-               phdr->p_paddr, phdr->p_filesz,
-               dest, phdr->p_memsz + phdr->p_memsz / 3);
+               seg_num, phdr->p_paddr, phdr->p_filesz, dest,
+               phdr->p_memsz + phdr->p_memsz / 3);
 
        for (i = 0; i < phdr->p_filesz; i++) {