Commit 85dce7ff authored by Emil Velikov's avatar Emil Velikov Committed by Emil Velikov

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: default avatarEmil Velikov <emil.velikov@collabora.com>
Reviewed-by: default avatarSean Paul <sean@poorly.run>
Link: https://patchwork.freedesktop.org/patch/msgid/20190722165648.7828-1-emil.l.velikov@gmail.com
parent bd19c452
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment