From: Jacob Keller <jacob.e.kel...@intel.com> Date: Tue, 18 Aug 2020 17:28:15 -0700
> @@ -991,6 +993,12 @@ enum devlink_trap_group_generic_id { > } > > struct devlink_ops { > + /** > + * @supported_flash_update_params: > + * mask of parameters supported by the driver's .flash_update > + * implemementation. > + */ > + u32 supported_flash_update_params; > int (*reload_down)(struct devlink *devlink, bool netns_change, > struct netlink_ext_ack *extack); > int (*reload_up)(struct devlink *devlink, Jakub asked if this gave W=1 warnings. Then you responded that you didn't see any warnings with allmodconfig nor allyesconfig, but that isn't the question Jakub asked. Are you building with W=1 explicitly added to the build? The issue is this kerneldoc might not be formatted correctly, and such warnings won't be presented without doing a W=1 build. Thank you.