On Wed, Jan 20, 2016 at 06:48:29PM +0100, Andrew Lunn wrote:
/**
- batadv_mutual_parents - check if two devices are each others parent
- @net_dev - 1st parent
- @parent_dev - 2nd parent
- veth devices come in pairs and each is the parent of the other!
- Return true if the devices are each others parent, otherwise false
Andrew, minor style issue: you should put the ':' after the word Return. Please check the other comments in this file as example. Sven recently changed all the comments to be coherent with this style.
Other than this, the patch looks good to me. You can add my
Acked-by: Antonio Quartulli a@untable.cc