== 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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to