build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40761 )
Change subject: src/include/lib.h: Add is_power_of_two
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40761/1/src/include/lib.h
File src/include/lib.h:
https://review.coreboot.org/c/coreboot/+/40761/1/src/include/lib.h@61
PS1, Line 61: return (x != 0) && ((x & (x - 1)) == 0);
please, no spaces at the start of a line
--
To view, visit
https://review.coreboot.org/c/coreboot/+/40761
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia238773b15b600b7b6062b741a24a93081398a43
Gerrit-Change-Number: 40761
Gerrit-PatchSet: 1
Gerrit-Owner: Raul Rangel
rrangel@chromium.org
Gerrit-CC: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Mon, 27 Apr 2020 21:44:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment