From: David Woodhouse Date: Sat, 7 Jun 2008 07:49:00 +0000 (+0100) Subject: [MTD] [NAND] Fix checkpatch warnings which showed up when atmel_nand.c moved X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=90574d0a4d4b73308ae54a2a57a4f3f1fa98e984;p=linux-beck.git [MTD] [NAND] Fix checkpatch warnings which showed up when atmel_nand.c moved Some of them, at least. Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c index 325ce29f53fc..50700ab5a57a 100644 --- a/drivers/mtd/nand/atmel_nand.c +++ b/drivers/mtd/nand/atmel_nand.c @@ -29,8 +29,8 @@ #include #include -#include -#include +#include +#include #include @@ -444,7 +444,7 @@ static int __init atmel_nand_probe(struct platform_device *pdev) if (host->board->det_pin) { if (gpio_get_value(host->board->det_pin)) { - printk ("No SmartMedia card inserted.\n"); + printk("No SmartMedia card inserted.\n"); res = ENXIO; goto err_no_card; }