From: Simon Horman Date: Tue, 30 Sep 2014 01:50:06 +0000 (+0900) Subject: ipvs: Clean up comment style in ip_vs.h X-Git-Tag: omap-for-v3.19/prcm-cleanup~141^2~40^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07dcc686fa8f6667dec4696804cdb43a90267b9a;p=pandora-kernel.git 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 Signed-off-by: Simon Horman Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed