Am 24.12.2011 01:35 schrieb Stefan Tauner:
- rename from find_next_included_romentry to get_next_included_romentry
- return a pointer to a rom_entry instead of just its index
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at
The changelog only describes what you're doing, but not the reason why. If you add a short statement about the reason (readability improvement, whatever) to the changelog, and if you change if (entry == NULL) { to if (!entry) { this is Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Regards, Carl-Daniel