Skip to content
  • Gabor Juhos's avatar
    MIPS: mips32/time.c: fix checkpatch errors/warnings · c3e4901f
    Gabor Juhos authored
    
    
    Checking mips32/time.c with checkpatch.pl shows this:
    
      arch/mips/cpu/mips32/time.c:30: WARNING: line over 80 characters
      arch/mips/cpu/mips32/time.c:57: ERROR: return is not a function, parentheses are not required
      total: 1 errors, 1 warnings, 0 checks, 85 lines checked
    
    Fix the code to make checkpatch.pl happy.
    
    Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>
    Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
    c3e4901f