From 02d320c3e3ec076cde57558146de9e7c28e2f003 Mon Sep 17 00:00:00 2001 From: Sergei Shtylyov Date: Sun, 5 Jan 2014 03:18:27 +0300 Subject: [PATCH] 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-format-patch failed