Message ID | 20220725205629.3993766-2-jacob.e.keller@intel.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | devlink: implement dry run support for flash update | expand |
diff --git a/include/net/devlink.h b/include/net/devlink.h index 780744b550b8..e2c530b2b67d 100644 --- a/include/net/devlink.h +++ b/include/net/devlink.h @@ -613,6 +613,7 @@ enum devlink_param_generic_id { * struct devlink_flash_update_params - Flash Update parameters * @fw: pointer to the firmware data to update from * @component: the flash component to update + * @overwrite_mask: what sections of flash can be overwritten * * With the exception of fw, drivers must opt-in to parameters by * setting the appropriate bit in the supported_flash_update_params field in
commit 5d5b4128c4ca ("devlink: introduce flash update overwrite mask") failed to document the overwrite_mask parameter of the devlink_flash_update_params structure. Fix this. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Fixes: 5d5b4128c4ca ("devlink: introduce flash update overwrite mask") --- Changes since v2 * Split this change out to its own patch include/net/devlink.h | 1 + 1 file changed, 1 insertion(+)