mtd: nand: fsmc: Small whitespace cleanup

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Nov 6 10:59:08 PST 2015


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=cbf29b83caa8c336cdb80b44bd1b959372e24d28
Commit:     cbf29b83caa8c336cdb80b44bd1b959372e24d28
Parent:     a7f5ba40c74e67b2c8c6e15425157ab6775621d7
Author:     Stefan Roese <sr at denx.de>
AuthorDate: Fri Oct 2 12:40:20 2015 +0200
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Fri Oct 2 11:08:11 2015 -0700

    mtd: nand: fsmc: Small whitespace cleanup
    
    Remove tab in empty line.
    
    Signed-off-by: Stefan Roese <sr at denx.de>
    Cc: Linus Walleij <linus.walleij at linaro.org>
    Cc: Viresh Kumar <viresh.kumar at linaro.org>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/nand/fsmc_nand.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/fsmc_nand.c b/drivers/mtd/nand/fsmc_nand.c
index 793872f..dc94882 100644
--- a/drivers/mtd/nand/fsmc_nand.c
+++ b/drivers/mtd/nand/fsmc_nand.c
@@ -960,7 +960,7 @@ static int __init fsmc_nand_probe(struct platform_device *pdev)
 	host->data_va = devm_ioremap_resource(&pdev->dev, res);
 	if (IS_ERR(host->data_va))
 		return PTR_ERR(host->data_va);
-	
+
 	host->data_pa = (dma_addr_t)res->start;
 
 	res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "nand_addr");



More information about the linux-mtd-cvs mailing list