[PATCH] MMC: host: Fixed multiple checkpatch.pl issues in 4 files.

2015-06-08 Thread Daniel Lockyer
Changes include indenting and spacing. Also replaced a few asm/ includes with linux/. Sometimes the new include has already been included so just removed the /asm. Signed-off-by: Daniel Lockyer --- drivers/mmc/host/android-goldfish.c | 14 ++ drivers/mmc/host/atmel-mci.c

[PATCH] MMC: Fix checkpatch.pl issues

2015-06-08 Thread Daniel Lockyer
Remove unneeded braces and fixed spacing. Also changed include of asm/uaccess.h to linux/uaccess.h. Signed-off-by: Daniel Lockyer --- drivers/mmc/card/block.c | 2 +- drivers/mmc/card/sdio_uart.c | 2 +- drivers/mmc/core/mmc_ops.c | 4 ++-- drivers/mmc/core/sd_ops.c| 5 ++--- drivers