aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Cromie <[email protected]>2021-07-14 11:51:34 -0600
committerDaniel Vetter <[email protected]>2021-07-20 15:08:18 +0200
commit51fdf0914f2689e7e2549da303bcb38843119b5c (patch)
tree1b422dfee5a8b41922797c6993de016afbc76b65
parent63c57e8dc7a01303ac020d82b1301602561ec001 (diff)
drm/print: fixup spelling in a comment
s/prink/printk/ - no functional changes Signed-off-by: Jim Cromie <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--include/drm/drm_print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_print.h b/include/drm/drm_print.h
index 9b66be54dd16..15a089a87c22 100644
--- 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 printk based logging.
*/
__printf(3, 4)