diff mbox series

[RFC,v2,2/4] drm: fixup comment spelling

Message ID 20210711055003.528167-3-jim.cromie@gmail.com (mailing list archive)
State New, archived
Headers show
Series Allow using dyndbg to replace drm_debug_enabled | expand

Commit Message

Jim Cromie July 11, 2021, 5:50 a.m. UTC
s/prink/printk/ - no functional changes
---
 include/drm/drm_print.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/drm/drm_print.h b/include/drm/drm_print.h
index 6419b4e7c5dc..4559583bc88b 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)