src/lib: Wrap lines at 80 columns
Fix the following warning detected by checkpatch.pl: WARNING: line over 80 characters TEST=Build and run on Galileo Gen2 Change-Id: I5fa3f8e950e2f0c60bd0e8f030342dc8c0469299 Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com> Reviewed-on: https://review.coreboot.org/18758 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
@ -23,8 +23,10 @@
|
||||
|
||||
void cbmem_run_init_hooks(int is_recovery)
|
||||
{
|
||||
cbmem_init_hook_t *init_hook_ptr = (cbmem_init_hook_t *) &_cbmem_init_hooks;
|
||||
cbmem_init_hook_t *einit_hook_ptr = (cbmem_init_hook_t *) &_ecbmem_init_hooks;
|
||||
cbmem_init_hook_t *init_hook_ptr =
|
||||
(cbmem_init_hook_t *)&_cbmem_init_hooks;
|
||||
cbmem_init_hook_t *einit_hook_ptr =
|
||||
(cbmem_init_hook_t *)&_ecbmem_init_hooks;
|
||||
|
||||
if (_cbmem_init_hooks_size == 0)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user