[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/privacy_screen_x86: Add entry for ChromeOS privacy-screen
Patchwork
patchwork at emeril.freedesktop.org
Fri Dec 10 21:02:16 UTC 2021
== Series Details ==
Series: series starting with [1/2] drm/privacy_screen_x86: Add entry for ChromeOS privacy-screen
URL : https://patchwork.freedesktop.org/series/97883/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
7f0620e36c0b drm/privacy_screen_x86: Add entry for ChromeOS privacy-screen
-:34: CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#34: FILE: drivers/gpu/drm/drm_privacy_screen_x86.c:58:
+
+}
total: 0 errors, 0 warnings, 1 checks, 32 lines checked
ac1daa5f1a8b platform/chrome: Add driver for ChromeOS privacy-screen
-:30: WARNING:CONFIG_DESCRIPTION: please write a paragraph that describes the config symbol fully
#30: FILE: drivers/platform/chrome/Kconfig:246:
+config CHROMEOS_PRIVACY_SCREEN
-:56: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#56:
new file mode 100644
-:108: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#108: FILE: drivers/platform/chrome/chromeos_priv_scrn.c:48:
+ drm_priv_scrn->hw_state = drm_priv_scrn->sw_state =
-:111: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#111: FILE: drivers/platform/chrome/chromeos_priv_scrn.c:51:
+ drm_priv_scrn->hw_state = drm_priv_scrn->sw_state =
-:148: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#148: FILE: drivers/platform/chrome/chromeos_priv_scrn.c:88:
+ drm_priv_scrn->hw_state = drm_priv_scrn->sw_state = state;
total: 0 errors, 2 warnings, 3 checks, 156 lines checked
More information about the Intel-gfx
mailing list