[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/fbdev: print error in case drm_fb_helper_initial_config fails
Patchwork
patchwork at emeril.freedesktop.org
Wed May 4 12:05:03 UTC 2022
== Series Details ==
Series: series starting with [1/2] drm/i915/fbdev: print error in case drm_fb_helper_initial_config fails
URL : https://patchwork.freedesktop.org/series/103533/
State : warning
== Summary ==
Error: dim checkpatch failed
049b4153799b drm/i915/fbdev: print error in case drm_fb_helper_initial_config fails
1f84c1806ac0 tty/vt: add some logging to vt error path
-:19: WARNING:LONG_LINE: line length of 119 exceeds 100 columns
#19: FILE: drivers/tty/vt/vt.c:3630:
+#define ERR(__err) ({ void *err = ERR_PTR(__err); pr_err("%s:%d: err=%pe\n", __func__, __LINE__, err); PTR_ERR(err); })
total: 0 errors, 1 warnings, 0 checks, 56 lines checked
More information about the Intel-gfx
mailing list