staging: goldfish: remove useless space after a cast

Coding style: remove useless space after a cast

Signed-off-by: Loic Pefferkorn <loic@loicp.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Loic Pefferkorn 2014-09-03 22:23:11 +02:00 committed by Greg Kroah-Hartman
parent 1f21b0c8ac
commit 1977533a3f
1 changed files with 1 additions and 1 deletions

View File

@ -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;