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)
commit75bf3361104157b6dcdadc895329a67b1c4f9617
treeb9100ca7082e423150d929d89e4b17d74b3ad3ee
parent4eb770067f3ad616d5cc37be4c58eb918fce5062
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