From: Sergei Shtylyov Date: Sun, 5 Jan 2014 00:18:27 +0000 (+0300) Subject: mdio_bus: coding style fixes X-Git-Tag: v3.14-rc1~94^2~299 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d320c3e3ec076cde57558146de9e7c28e2f003;p=pandora-kernel.git mdio_bus: coding style fixes The recent patch from Florian Fainelli fixed all 'checkpatch.pl' errors but left some warnings like: - including instead of ; - including instead of ; - block comments using empty /* line; - 'struct dev_pm_ops' variable not being *const*. While fixing these, also fix the following style issues (some of which were found running 'checkpatch.pl --strict'): - alignment not matching open paren; - file name in the heading comment. Signed-off-by: Sergei Shtylyov Signed-off-by: David S. Miller --- Reading git-diff-tree failed