From: Emil Velikov Date: Mon, 22 Jul 2019 16:56:48 +0000 (+0100) Subject: drm: use correct dev node location in comment X-Git-Tag: v5.10.7~2352^2~6^2~779 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85dce7ff45e07a415d5ca7610b9f245a4e022d96;p=platform%2Fkernel%2Flinux-rpi.git drm: use correct dev node location in comment Current comment mentions /dev/drm which hasn't been a thing even before the code was merged into the kernel ;-) v2: drop explicit node path (Sean) Signed-off-by: Emil Velikov Reviewed-by: Sean Paul Link: https://patchwork.freedesktop.org/patch/msgid/20190722165648.7828-1-emil.l.velikov@gmail.com --- diff --git a/drivers/gpu/drm/drm_file.c b/drivers/gpu/drm/drm_file.c index ea34bc9..8b5a060 100644 --- a/drivers/gpu/drm/drm_file.c +++ b/drivers/gpu/drm/drm_file.c @@ -285,7 +285,7 @@ static int drm_cpu_valid(void) } /* - * Called whenever a process opens /dev/drm. + * Called whenever a process opens a drm node * * \param filp file pointer. * \param minor acquired minor-object.