lib/rmodule: Fix indentation
Change-Id: Ieb809a078356f696afd813c39c65da1d7c7482c8 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/27231 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
a8c0cb3512
commit
c3bc6cbe9d
|
@ -162,7 +162,7 @@ static int rmodule_relocate(const struct rmodule *module)
|
|||
printk(PK_ADJ_LEVEL, "Adjusting %p: 0x%08lx -> 0x%08lx\n",
|
||||
adjust_loc, (unsigned long) *adjust_loc,
|
||||
(unsigned long) (*adjust_loc + adjustment));
|
||||
*adjust_loc += adjustment;
|
||||
*adjust_loc += adjustment;
|
||||
|
||||
reloc++;
|
||||
num_relocations--;
|
||||
|
|
Loading…
Reference in New Issue