On Tuesday 26 January 2016 20:53:14 Antonio Quartulli wrote:
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.
It is not about being coherent but about kernel-doc being able to parse it.
Kind regards, Sven