]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: mips32/time.c: fix checkpatch errors/warnings
authorGabor Juhos <juhosg@openwrt.org>
Wed, 12 Jun 2013 16:02:43 +0000 (18:02 +0200)
committerTom Rini <trini@ti.com>
Wed, 24 Jul 2013 13:51:04 +0000 (09:51 -0400)
commitc3e4901fc66f62c6ef54b849b0f29bde1d5c0b70
tree4e58f9e5746b7cf05c2c879916a1593836a004d8
parentf1957499ea545c0ee6d2cbedd3dbc36edc26508d
MIPS: mips32/time.c: fix checkpatch errors/warnings

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: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
arch/mips/cpu/mips32/time.c