From 1977533a3f425cb9b7633d59e30459e048ce681f Mon Sep 17 00:00:00 2001 From: Loic Pefferkorn Date: Wed, 3 Sep 2014 22:23:11 +0200 Subject: staging: goldfish: remove useless space after a cast Coding style: remove useless space after a cast Signed-off-by: Loic Pefferkorn Signed-off-by: Greg Kroah-Hartman --- drivers/staging/goldfish/goldfish_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/goldfish') diff --git a/drivers/staging/goldfish/goldfish_nand.c b/drivers/staging/goldfish/goldfish_nand.c index 092604c698b6..aac8e2016a9f 100644 --- a/drivers/staging/goldfish/goldfish_nand.c +++ b/drivers/staging/goldfish/goldfish_nand.c @@ -340,7 +340,7 @@ static int goldfish_nand_init_device(struct platform_device *pdev, result, name_len); return -ENODEV; } - ((char *) mtd->name)[name_len] = '\0'; + ((char *)mtd->name)[name_len] = '\0'; /* Setup the MTD structure */ mtd->type = MTD_NANDFLASH; -- cgit