Fixes checkpatch check "No space is necessary after a cast". Signed-off-by: Simon Sandström <simon@xxxxxxxxxx> --- drivers/staging/bcm2835-audio/bcm2835.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm2835-audio/bcm2835.c b/drivers/staging/bcm2835-audio/bcm2835.c index 5bdc590dd9c9..3a5e528e0ec6 100644 --- a/drivers/staging/bcm2835-audio/bcm2835.c +++ b/drivers/staging/bcm2835-audio/bcm2835.c @@ -163,7 +163,7 @@ static int snd_bcm2835_alsa_remove(struct platform_device *pdev) drv_data = platform_get_drvdata(pdev); - if (drv_data == (void *) g_card) { + if (drv_data == (void *)g_card) { /* This is the card device */ snd_card_free((struct snd_card *)drv_data); g_card = NULL; -- 2.11.0 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel