✗ Fi.CI.CHECKPATCH: warning for Improve drm printer code
Patchwork
patchwork at emeril.freedesktop.org
Fri May 17 14:12:54 UTC 2024
== Series Details ==
Series: Improve drm printer code
URL : https://patchwork.freedesktop.org/series/133749/
State : warning
== Summary ==
Error: dim checkpatch failed
6cab5b4517bb drm/print: Add generic drm dev printk function
-:64: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#64: FILE: drivers/gpu/drm/drm_print.c:288:
+ printk("%s" "[" DRM_NAME ":%ps]%s%s %pV",
-:64: WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string
#64: FILE: drivers/gpu/drm/drm_print.c:288:
+ printk("%s" "[" DRM_NAME ":%ps]%s%s %pV",
-:67: WARNING:PRINTK_WITHOUT_KERN_LEVEL: printk() should include KERN_<LEVEL> facility level
#67: FILE: drivers/gpu/drm/drm_print.c:291:
+ printk("%s" "[" DRM_NAME "]%s%s %pV",
-:67: WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string
#67: FILE: drivers/gpu/drm/drm_print.c:291:
+ printk("%s" "[" DRM_NAME "]%s%s %pV",
total: 0 errors, 4 warnings, 0 checks, 93 lines checked
a4fd3a4ec7e7 drm/print: Improve drm_dbg_printer
6b5b0966356e drm/i915: Don't use __func__ as prefix for drm_dbg_printer
More information about the Intel-gfx
mailing list