• Sergei Shtylyov's avatar
    mdio_bus: coding style fixes · 02d320c3
    Sergei Shtylyov authored
    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: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    02d320c3
mdio_bus.c 10.6 KB