Skip to content

Commit

Permalink
ipvs: Clean up comment style in ip_vs.h
Browse files Browse the repository at this point in the history
* Consistently use the multi-line comment style for networking code:

  /* This
   * That
   * The other thing
   */

* Use single-line comment style for comments with only one line of text.

* In general follow the leading '*' of each line of a comment with a
  single space and then text.

* Add missing line break between functions, remove double line break,
  align comments to previous lines whenever possible.

Reported-by: Sergei Shtylyov <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
  • Loading branch information
horms authored and ummakynes committed Oct 2, 2014
1 parent 4b7fd5d commit 07dcc68
Showing 1 changed file with 75 additions and 139 deletions.
Loading

0 comments on commit 07dcc68

Please sign in to comment.