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)
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>

No differences found