drm/nouveau: Use fallthrough pseudo-keyword
Replace the existing /* fall through */ comments and its variants with the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary fall-through markings when it is the case. [1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through Signed-off-by:Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by:
Ben Skeggs <bskeggs@redhat.com>
Showing
- drivers/gpu/drm/nouveau/dispnv50/disp.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/dispnv50/disp.c
- drivers/gpu/drm/nouveau/nouveau_bo.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nouveau_bo.c
- drivers/gpu/drm/nouveau/nouveau_connector.c 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nouveau_connector.c
- drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.c 17 additions, 17 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.c
- drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv04.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/engine/dma/usernv04.c
- drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c
- drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.c
- drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c
- drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c
- drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c
- drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c
- drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c 5 additions, 5 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c
- drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c
- drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c
- drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c 6 additions, 6 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c
- drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c
Loading
Please register or sign in to comment