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

drm: Remove spurious ';'

One small step after another, the never-ending crusade towards better
code continues.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

authored by

Damien Lespiau and committed by
Dave Airlie
10d9b4ed 59748616

+8 -8
+2 -2
drivers/gpu/drm/ast/ast_post.c
··· 1083 1083 case AST_DRAM_4Gx16: 1084 1084 param->dram_config = 0x133; 1085 1085 break; 1086 - }; /* switch size */ 1086 + } /* switch size */ 1087 1087 1088 1088 switch (param->vram_size) { 1089 1089 default: ··· 1454 1454 case AST_DRAM_4Gx16: 1455 1455 param->dram_config = 0x123; 1456 1456 break; 1457 - }; /* switch size */ 1457 + } /* switch size */ 1458 1458 1459 1459 switch (param->vram_size) { 1460 1460 default:
+1 -1
drivers/gpu/drm/exynos/exynos_dp_core.c
··· 1087 1087 break; 1088 1088 default: 1089 1089 break; 1090 - }; 1090 + } 1091 1091 dp->dpms_mode = mode; 1092 1092 } 1093 1093
+1 -1
drivers/gpu/drm/exynos/exynos_drm_dpi.c
··· 152 152 break; 153 153 default: 154 154 break; 155 - }; 155 + } 156 156 ctx->dpms_mode = mode; 157 157 } 158 158
+1 -1
drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
··· 148 148 break; 149 149 case BIT(14): 150 150 /*wait for all fifo empty*/ 151 - /*wait_for_all_fifos_empty(sender)*/; 151 + /*wait_for_all_fifos_empty(sender)*/ 152 152 break; 153 153 case BIT(15): 154 154 dev_dbg(sender->dev->dev, "No Action required\n");
+1 -1
drivers/gpu/drm/nouveau/core/engine/graph/ctxnvf0.c
··· 842 842 u16 magic3 = 0x0648; 843 843 magic[gpc][0] = 0x10000000 | (magic0 << 16) | offset; 844 844 magic[gpc][1] = 0x00000000 | (magic1 << 16); 845 - offset += 0x0324 * (priv->tpc_nr[gpc] - 1);; 845 + offset += 0x0324 * (priv->tpc_nr[gpc] - 1); 846 846 magic[gpc][2] = 0x10000000 | (magic2 << 16) | offset; 847 847 magic[gpc][3] = 0x00000000 | (magic3 << 16); 848 848 offset += 0x0324;
+1 -1
drivers/gpu/drm/nouveau/core/engine/graph/nv50.c
··· 901 901 nv_engine(priv)->sclass = nvaf_graph_sclass; 902 902 break; 903 903 904 - }; 904 + } 905 905 906 906 /* unfortunate hw bug workaround... */ 907 907 if (nv_device(priv)->chipset != 0x50 &&
+1 -1
drivers/gpu/drm/radeon/radeon_bios.c
··· 626 626 vhdr->DeviceID != rdev->pdev->device) { 627 627 DRM_INFO("ACPI VFCT table is not for this card\n"); 628 628 goto out_unmap; 629 - }; 629 + } 630 630 631 631 if (vfct->VBIOSImageOffset + sizeof(VFCT_IMAGE_HEADER) + vhdr->ImageLength > tbl_size) { 632 632 DRM_ERROR("ACPI VFCT image truncated\n");