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@xxxxxxxxx> 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(+) 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 -- 2.35.1.456.ga9c7032d4631