drm/print: fixup spelling in a comment

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
This commit is contained in:
Jim Cromie 2021-07-14 11:51:34 -06:00 committed by Daniel Vetter
parent 63c57e8dc7
commit 51fdf0914f

View File

@ -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)