[coreboot-gerrit] New patch to review for coreboot: cbfstool: Fix checkpatch error

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Dec 2 02:59:46 CET 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12620

-gerrit

commit 8d5398536ffd4049d6ca2756f80f5241f492ca7c
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Tue Dec 1 17:58:58 2015 -0800

    cbfstool: Fix checkpatch error
    
    ERROR: code indent should use tabs where possible
    +^I                trampoline_len);$
    
    Change-Id: If46f977e2e07d73e6cfd3038912a172236a7e571
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 util/cbfstool/cbfs-payload-linux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/cbfstool/cbfs-payload-linux.c b/util/cbfstool/cbfs-payload-linux.c
index 84e348d..34b21e9 100644
--- a/util/cbfstool/cbfs-payload-linux.c
+++ b/util/cbfstool/cbfs-payload-linux.c
@@ -98,7 +98,7 @@ static void bzp_add_segment(struct bzpayload *bzp, struct buffer *b, void *data,
 static int bzp_add_trampoline(struct bzpayload *bzp)
 {
 	bzp_add_segment(bzp, &bzp->trampoline, trampoline,
-	                trampoline_len);
+			trampoline_len);
 	return 0;
 }
 



More information about the coreboot-gerrit mailing list