commit | 8f34b388786a952382c829453f280384f1bf3886 | [log] [tgz] |
---|---|---|
author | Markus Pargmann <mpa@pengutronix.de> | Fri Dec 26 12:41:29 2014 +0100 |
committer | Antonio Quartulli <antonio@meshcoding.com> | Fri May 29 10:13:37 2015 +0200 |
tree | f831bd2e625735e24a64b786e06aa5159cf69b39 | |
parent | fc1f86936651191ca51e532083206efb351ccd9c [diff] |
batman-adv: iv_ogm_can_aggregate, code readability This patch tries to increase code readability by negating the first if block and rearranging some of the other conditional blocks. This way we save an indentation level, we also save some allocation that is not necessary for one of the conditions. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>