Commit 45402f04 authored by Simon Horman's avatar Simon Horman Committed by Jakub Kicinski

devlink: Spelling corrections

Make some minor spelling corrections in comments.

Found by inspection.
Signed-off-by: default avatarSimon Horman <horms@kernel.org>
Reviewed-by: default avatarJiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20230526-devlink-spelling-v1-1-9a3e36cdebc8@kernel.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent ef1bc119
...@@ -1261,7 +1261,7 @@ struct devlink_ops { ...@@ -1261,7 +1261,7 @@ struct devlink_ops {
/** /**
* @supported_flash_update_params: * @supported_flash_update_params:
* mask of parameters supported by the driver's .flash_update * mask of parameters supported by the driver's .flash_update
* implemementation. * implementation.
*/ */
u32 supported_flash_update_params; u32 supported_flash_update_params;
unsigned long reload_actions; unsigned long reload_actions;
......
...@@ -6761,7 +6761,7 @@ static void devlink_port_type_warn_cancel(struct devlink_port *devlink_port) ...@@ -6761,7 +6761,7 @@ static void devlink_port_type_warn_cancel(struct devlink_port *devlink_port)
* @devlink: devlink * @devlink: devlink
* @devlink_port: devlink port * @devlink_port: devlink port
* *
* Initialize essencial stuff that is needed for functions * Initialize essential stuff that is needed for functions
* that may be called before devlink port registration. * that may be called before devlink port registration.
* Call to this function is optional and not needed * Call to this function is optional and not needed
* in case the driver does not use such functions. * in case the driver does not use such functions.
...@@ -6782,7 +6782,7 @@ EXPORT_SYMBOL_GPL(devlink_port_init); ...@@ -6782,7 +6782,7 @@ EXPORT_SYMBOL_GPL(devlink_port_init);
* *
* @devlink_port: devlink port * @devlink_port: devlink port
* *
* Deinitialize essencial stuff that is in use for functions * Deinitialize essential stuff that is in use for functions
* that may be called after devlink port unregistration. * that may be called after devlink port unregistration.
* Call to this function is optional and not needed * Call to this function is optional and not needed
* in case the driver does not use such functions. * in case the driver does not use such functions.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment