[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for snd/hda, drm/i915: Track the display_power_status using a cookie

Patchwork patchwork at emeril.freedesktop.org
Wed Feb 13 15:58:14 UTC 2019


== Series Details ==

Series: snd/hda, drm/i915: Track the display_power_status using a cookie
URL   : https://patchwork.freedesktop.org/series/56615/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
3b218178e779 snd/hda, drm/i915: Track the display_power_status using a cookie
-:107: WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct device *' should also have an identifier name
#107: FILE: include/drm/drm_audio_component.h:25:
+	unsigned long (*get_power)(struct device *);

-:114: WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct device *' should also have an identifier name
#114: FILE: include/drm/drm_audio_component.h:31:
+	void (*put_power)(struct device *, unsigned long);

-:114: WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned long' should also have an identifier name
#114: FILE: include/drm/drm_audio_component.h:31:
+	void (*put_power)(struct device *, unsigned long);

total: 0 errors, 3 warnings, 0 checks, 129 lines checked



More information about the Intel-gfx mailing list