Skip to content
  • Lee Jones's avatar
    mfd: ipaq-micro: Fix coding style errors/warnings reported by checkpatch · 9336fe91
    Lee Jones authored
    
    
    This is part of an effort to clean-up the MFD subsystem.
    
    ERROR: space required before the open parenthesis '('
    +                       if(!micro->msg)
    
    WARNING: unnecessary whitespace before a quoted newline
    +                       dev_dbg(micro->dev, "key message ignored, no handle \n");
    
    WARNING: unnecessary whitespace before a quoted newline
    +                       dev_dbg(micro->dev, "touchscreen message ignored, no handle \n");
    
    WARNING: space prohibited before semicolon
    +               rx->id = (ch & 0xf0) >> 4 ;
    
    total: 1 errors, 3 warnings, 482 lines checked
    
    Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
    9336fe91