projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd19c45
)
drm: use correct dev node location in comment
author
Emil Velikov
<emil.velikov@collabora.com>
Mon, 22 Jul 2019 16:56:48 +0000
(17:56 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Mon, 2 Dec 2019 16:50:45 +0000
(16:50 +0000)
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 <emil.velikov@collabora.com>
Reviewed-by: Sean Paul <sean@poorly.run>
Link:
https://patchwork.freedesktop.org/patch/msgid/20190722165648.7828-1-emil.l.velikov@gmail.com
drivers/gpu/drm/drm_file.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_file.c
b/drivers/gpu/drm/drm_file.c
index ea34bc991858cf1270e997405e5f647a9e99c2dd..8b5a06013ccc60f9c9f9be74b7258f025109641e 100644
(file)
--- 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.