Commit 9923e22a authored by Andrew Morton's avatar Andrew Morton Committed by james toy

ERROR: code indent should use tabs where possible

#28: FILE: arch/arm/mach-msm/include/mach/mmc.h:12:
+        struct sdio_cis cis;$

ERROR: code indent should use tabs where possible
#29: FILE: arch/arm/mach-msm/include/mach/mmc.h:13:
+        struct sdio_cccr cccr;$

ERROR: code indent should use tabs where possible
#30: FILE: arch/arm/mach-msm/include/mach/mmc.h:14:
+        struct sdio_embedded_func *funcs;$

ERROR: code indent should use tabs where possible
#31: FILE: arch/arm/mach-msm/include/mach/mmc.h:15:
+        int num_funcs;$

WARNING: line over 80 characters
#39: FILE: arch/arm/mach-msm/include/mach/mmc.h:23:
+	int (*register_status_notify)(void (*callback)(int card_present, void *dev_id), void *dev_id);

total: 4 errors, 1 warnings, 50 lines checked

./patches/msm_sdccc-add-missing-include-fix-compilation.patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent a8659dd2
......@@ -9,10 +9,10 @@
#include <linux/mmc/sdio_func.h>
struct embedded_sdio_data {
struct sdio_cis cis;
struct sdio_cccr cccr;
struct sdio_embedded_func *funcs;
int num_funcs;
struct sdio_cis cis;
struct sdio_cccr cccr;
struct sdio_embedded_func *funcs;
int num_funcs;
};
struct mmc_platform_data {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment