• S
    pata_hpt3x2n: coding style cleanup · b197f13b
    Sergei Shtylyov 提交于
    Fix 8 errors and 3 warnings given by checkpatch.pl:
    
    - *switch* and *case* not on the same indentation level;
    
    - no space between *for*/*switch*/*while* and open parenthesis;
    
    - space between an unary operator and its operand;
    
    - spaces before tabs;
    
    - lines over 80 characters.
    
    In addition to these changes, also do the following:
    
    - add new line after variable definitions;
    
    - fix the style of some multi-line comments.
    Signed-off-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
    Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
    b197f13b
pata_hpt3x2n.c 15.9 KB