projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c57e8
)
drm/print: fixup spelling in a comment
author
Jim Cromie
<jim.cromie@gmail.com>
Wed, 14 Jul 2021 17:51:34 +0000
(11:51 -0600)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 20 Jul 2021 13:08:18 +0000
(15:08 +0200)
s/prink/printk/ - no functional changes
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
https://patchwork.freedesktop.org/patch/msgid/20210714175138.319514-2-jim.cromie@gmail.com
include/drm/drm_print.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_print.h
b/include/drm/drm_print.h
index 9b66be54dd16f502fa24a075593a668ef3da6cfc..15a089a87c2254da4a5038f6afc2bf4e6760f678 100644
(file)
--- a/
include/drm/drm_print.h
+++ b/
include/drm/drm_print.h
@@
-327,7
+327,7
@@
static inline bool drm_debug_enabled(enum drm_debug_category category)
/*
* struct device based logging
*
- * Prefer drm_device based logging over device or prink based logging.
+ * Prefer drm_device based logging over device or prin
t
k based logging.
*/
__printf(3, 4)