[PATCH 0/2][next] nouveau/svm: Replace one-element array with flexible-array member
From: Gustavo A. R. Silva
Date: Wed Aug 16 2023 - 14:03:10 EST
This small series aims to replace a one-element array with a
flexible-array member in struct nouveau_svm. And, while at it,
fix a checkpatch.pl error.
Gustavo A. R. Silva (2):
nouveau/svm: Replace one-element array with flexible-array member in
struct nouveau_svm
nouveau/svm: Split assignment from if conditional
drivers/gpu/drm/nouveau/nouveau_svm.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
2.34.1