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:
parent
63c57e8dc7
commit
51fdf0914f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue