]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci-s3c: fix checkpatch error and warnings
authorJingoo Han <jg1.han@samsung.com>
Wed, 29 Aug 2012 05:35:06 +0000 (14:35 +0900)
committerChris Ball <cjb@laptop.org>
Tue, 4 Sep 2012 17:58:28 +0000 (13:58 -0400)
commit2ad0b2494f83d87046db2c4fe6256546d44b3160
tree24ace34a5146c1fabf2c2c4d90f26e50edb549d7
parent3339d1e33185798a45dbdb5ea6c0bec1c27ca5fd
mmc: sdhci-s3c: fix checkpatch error and warnings

This patch fixes the checkpatch error and warnings listed below:

ERROR: return is not a function, parentheses are not required
WARNING: Prefer pr_err(... to printk(KERN_ERR, ...
WARNING: quoted string split across lines
WARNING: line over 80 characters
WARNING: braces {} are not necessary for single statement blocks

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-s3c.c