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:
Родитель
1f21b0c8ac
Коммит
1977533a3f
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче