diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2014-01-05 04:18:27 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-05 04:27:58 +0400 |
commit | 02d320c3e3ec076cde57558146de9e7c28e2f003 (patch) | |
tree | 763c467df3693d47dbbe5f78e763b7bb1099cd95 /include | |
parent | 2f53e9047e79b638b155785f03dae8999da93bad (diff) | |
download | linux-02d320c3e3ec076cde57558146de9e7c28e2f003.tar.xz |
mdio_bus: coding style fixes
The recent patch from Florian Fainelli fixed all 'checkpatch.pl' errors but left
some warnings like:
- including <asm/io.h> instead of <linux/io.h>;
- including <asm/uaccess.h> instead of <linux/uaccess.h>;
- 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 <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions