mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Remove unneeded white spaces
Change-Id: I90f171924790ced74a62ca344fee8607607aa480 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26652 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@ -31,8 +31,8 @@ static char *cb_vendor = NULL, *cb_model = NULL;
|
||||
|
||||
/* Tries to find coreboot IDs in the supplied image and compares them to the current IDs.
|
||||
* Returns...
|
||||
* -1 if IDs in the image do not match the IDs embedded in the current firmware,
|
||||
* 0 if the IDs could not be found in the image or if they match correctly.
|
||||
* -1 if IDs in the image do not match the IDs embedded in the current firmware,
|
||||
* 0 if the IDs could not be found in the image or if they match correctly.
|
||||
*/
|
||||
int cb_check_image(const uint8_t *image, int size)
|
||||
{
|
||||
|
Reference in New Issue
Block a user