From: Loic Pefferkorn Date: Wed, 3 Sep 2014 20:23:11 +0000 (+0200) Subject: staging: goldfish: remove useless space after a cast X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1977533a3f425cb9b7633d59e30459e048ce681f;p=deliverable%2Flinux.git 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 --- 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;