]> git.ipfire.org Git - people/ms/u-boot.git/commit
bootcount: Correct #endif comment to match, other aesthetics
authorRobert P. J. Day <rpjday@crashcourse.ca>
Tue, 22 Dec 2015 12:15:14 +0000 (07:15 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jan 2016 15:15:43 +0000 (10:15 -0500)
commit76765375d7aceab50ba7311612d8e5540cd7519f
tree35a3132e6d90064b9af3b217e92b8b5998b87448
parent7207b366d580b256dc0951bdb0c5eb453929e5d2
bootcount: Correct #endif comment to match, other aesthetics

Correct mismatched comment on #endif to agree with its #if defined().

Also add some missing #endif comments for consistency, take out
extraneous blank lines for readability.

rday
drivers/bootcount/bootcount.c