1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 09:13:20 -05:00

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 * 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) __printf(3, 4)