summaryrefslogtreecommitdiffstats
path: root/cbtable.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-28 16:52:21 +0200
committerNico Huber <nico.h@gmx.de>2018-06-24 13:44:51 +0000
commitac01baa073b0f154ffd3ffdc7c9e75987f8b525c (patch)
treec81104f7a8f08db2c6f0cc5d59f8f0e3fe7ea494 /cbtable.c
parentb0247b3acbc7d8d9f8da1db48a9b81c5f2e24a38 (diff)
downloadflashrom-ac01baa073b0f154ffd3ffdc7c9e75987f8b525c.tar.gz
flashrom-ac01baa073b0f154ffd3ffdc7c9e75987f8b525c.tar.bz2
flashrom-ac01baa073b0f154ffd3ffdc7c9e75987f8b525c.zip
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>
Diffstat (limited to 'cbtable.c')
-rw-r--r--cbtable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cbtable.c b/cbtable.c
index 0941a072f..fe0c368f4 100644
--- a/cbtable.c
+++ b/cbtable.c
@@ -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)
{