diff options
author | Simon Horman <horms@kernel.org> | 2023-05-26 15:45:13 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-05-30 06:59:59 +0200 |
commit | 45402f04c5821a0c42c5d8b17e4abad504e598bb (patch) | |
tree | 4659303ca4147aa7a75e42ca1a209944f7b9be53 /include/net/devlink.h | |
parent | net: fix signedness bug in skb_splice_from_iter() (diff) | |
download | linux-45402f04c5821a0c42c5d8b17e4abad504e598bb.tar.xz linux-45402f04c5821a0c42c5d8b17e4abad504e598bb.zip |
devlink: Spelling corrections
Make some minor spelling corrections in comments.
Found by inspection.
Signed-off-by: Simon Horman <horms@kernel.org>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20230526-devlink-spelling-v1-1-9a3e36cdebc8@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/devlink.h')
-rw-r--r-- | include/net/devlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/devlink.h b/include/net/devlink.h index 1bd56c8d6f3c..ec109b39c3ea 100644 --- a/include/net/devlink.h +++ b/include/net/devlink.h @@ -1261,7 +1261,7 @@ struct devlink_ops { /** * @supported_flash_update_params: * mask of parameters supported by the driver's .flash_update - * implemementation. + * implementation. */ u32 supported_flash_update_params; unsigned long reload_actions; |