ipvs: Clean up comment style in ip_vs.h
authorSimon Horman <horms@verge.net.au>
Tue, 30 Sep 2014 01:50:06 +0000 (10:50 +0900)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 2 Oct 2014 16:30:58 +0000 (18:30 +0200)
commit07dcc686fa8f6667dec4696804cdb43a90267b9a
tree56fb37eb652ad4fe203669aa171c94a4a9df0c48
parent4b7fd5d97ee6e599247b4a55122ca6ba80c8148d
ipvs: Clean up comment style in ip_vs.h

* 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 <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/ip_vs.h