Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fbdev: pxa3xx-gcu: Convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Chen Ni and committed by
Helge Deller
2ff86df2 bd97615a

+2 -2
+2 -2
drivers/video/fbdev/pxa3xx-gcu.c
··· 594 594 * container_of(). This isn't really necessary as we have a fixed minor 595 595 * number anyway, but this is to avoid statics. */ 596 596 597 - priv->misc_dev.minor = PXA3XX_GCU_MINOR, 598 - priv->misc_dev.name = DRV_NAME, 597 + priv->misc_dev.minor = PXA3XX_GCU_MINOR; 598 + priv->misc_dev.name = DRV_NAME; 599 599 priv->misc_dev.fops = &pxa3xx_gcu_miscdev_fops; 600 600 601 601 /* handle IO resources */