On Mon, Jul 13, 2026 at 06:44:41PM -0700, Randy Dunlap wrote: > Add a kernel-doc comment for @is_volatile in struct sdca_control. > Correct 2 malformed enum names to match the enums. > Fixes 3 warnings: > > Warning: include/sound/sdca_function.h:306 expecting prototype for enum > sdca_set_index_range. Prototype was for enum sdca_fdl_set_index_range instead > > Warning: include/sound/sdca_function.h:829 struct member 'is_volatile' not > described in 'sdca_control' > > Warning: include/sound/sdca_function.h:1152 expecting prototype for enum > sdca_xu_reset_machanism. Prototype was for enum sdca_xu_reset_mechanism > instead > > Signed-off-by: Randy Dunlap <[email protected]> > ---
Thanks for fixing those up. Reviewed-by: Charles Keepax <[email protected]> Thanks, Charles
