src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar"
Change-Id: I447aaa1850b7e8b514a8c4c04bf5b426d3d1cd0a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27405 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
b0b0c8c60a
commit
c92f5f218f
@@ -24,7 +24,7 @@
|
||||
#include "ec_message.h"
|
||||
|
||||
/* Common utilities */
|
||||
void * __weak crosec_get_buffer(size_t size, int req)
|
||||
void *__weak crosec_get_buffer(size_t size, int req)
|
||||
{
|
||||
printk(BIOS_DEBUG, "crosec_get_buffer() implementation required.\n");
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user