1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/nouveau/nvkm/engine/dma
Gustavo A. R. Silva f6e7393ede 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>
2020-07-24 18:50:50 +10:00
..
base.c drm/nouveau/dma: lookup objects with nvkm_object_search() 2017-02-17 15:14:57 +10:00
gf100.c drm/nouveau/dma: convert to new-style nvkm_engine 2015-08-28 12:40:46 +10:00
gf119.c drm/nouveau/dma: convert to new-style nvkm_engine 2015-08-28 12:40:46 +10:00
gv100.c drm/nouveau/dma/gv100: initial support 2018-05-18 15:01:39 +10:00
Kbuild drm/nouveau: fix bogus GPL-2 license header 2019-07-19 16:26:51 +10:00
nv04.c drm/nouveau/dma: convert to new-style nvkm_engine 2015-08-28 12:40:46 +10:00
nv50.c drm/nouveau/dma: convert to new-style nvkm_engine 2015-08-28 12:40:46 +10:00
priv.h drm/nouveau: fix bogus GPL-2 license header 2019-07-19 16:26:50 +10:00
user.c drm/nouveau/dma: lookup objects with nvkm_object_search() 2017-02-17 15:14:57 +10:00
user.h drm/nouveau: fix bogus GPL-2 license header 2019-07-19 16:26:50 +10:00
usergf100.c drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obvious 2016-01-11 11:17:40 +10:00
usergf119.c drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obvious 2016-01-11 11:17:40 +10:00
usergv100.c drm/nouveau/dma/gv100: initial support 2018-05-18 15:01:39 +10:00
usernv04.c drm/nouveau: Use fallthrough pseudo-keyword 2020-07-24 18:50:50 +10:00
usernv50.c drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obvious 2016-01-11 11:17:40 +10:00