From: Jim Cromie Date: Wed, 14 Jul 2021 17:51:34 +0000 (-0600) Subject: drm/print: fixup spelling in a comment X-Git-Tag: accepted/tizen/unified/20230118.172025~6402^2~27^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51fdf0914f2689e7e2549da303bcb38843119b5c;p=platform%2Fkernel%2Flinux-rpi.git drm/print: fixup spelling in a comment s/prink/printk/ - no functional changes Signed-off-by: Jim Cromie Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20210714175138.319514-2-jim.cromie@gmail.com --- diff --git a/include/drm/drm_print.h b/include/drm/drm_print.h index 9b66be5..15a089a 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)