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

gpu/host1x: bus: Add missing description for 'driver'

Fixes the following W=1 kernel build warning(s):

drivers/gpu/host1x/bus.c:40: warning: Function parameter or member 'driver' not described in 'host1x_subdev_add'

Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-tegra@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20201105144517.1826692-2-lee.jones@linaro.org

authored by

Lee Jones and committed by
Sam Ravnborg
d2a58fd1 c2530cc9

+1
+1
drivers/gpu/host1x/bus.c
··· 32 32 /** 33 33 * host1x_subdev_add() - add a new subdevice with an associated device node 34 34 * @device: host1x device to add the subdevice to 35 + * @driver: host1x driver containing the subdevices 35 36 * @np: device node 36 37 */ 37 38 static int host1x_subdev_add(struct host1x_device *device,