]> git.baikalelectronics.ru Git - kernel.git/commit
spi/s3c64xx: fix checkpatch warnings and error
authorJingoo Han <jg1.han@samsung.com>
Thu, 31 Jan 2013 06:25:01 +0000 (15:25 +0900)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 5 Feb 2013 13:21:54 +0000 (13:21 +0000)
commitd8dd08b422f68955e008a9122ff8073053df315e
treeb9100ca7082e423150d929d89e4b17d74b3ad3ee
parent97df49178388f1f0580b663aeb0151b74b61b906
spi/s3c64xx: fix checkpatch warnings and error

Fix checkpatch warnings and error as below:
  ERROR: "foo * bar" should be "foo *bar"
  WARNING: please, no space before tabs
  WARNING: quoted string split across lines
  WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-s3c64xx.c