commit | 26a4e399fb18470525105934477d8fa39160af75 | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Tue Dec 22 07:15:14 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 08 10:15:43 2016 -0500 |
tree | 35a3132e6d90064b9af3b217e92b8b5998b87448 | |
parent | 076ed9b9e2cc3b70fb29db719ebed4dfd38a4fed [diff] |
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