diff options
author | Simon Horman <horms@kernel.org> | 2024-04-24 16:13:26 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-25 19:13:26 -0700 |
commit | d896a374378a2df373e855111434bbe2b3c521da (patch) | |
tree | 815d3b5dbfd7ecc4423ad30cac243349d303a2e3 /drivers/net/ethernet/microchip/vcap/vcap_api_client.h | |
parent | 49c6e0a859f7ae2fbf8b93ba7b0151ef14302427 (diff) | |
download | linux-d896a374378a2df373e855111434bbe2b3c521da.tar.gz linux-d896a374378a2df373e855111434bbe2b3c521da.tar.bz2 linux-d896a374378a2df373e855111434bbe2b3c521da.zip |
net: sparx5: Correct spelling in comments
Correct spelling in comments, as flagged by codespell.
Signed-off-by: Simon Horman <horms@kernel.org>
Reviewed-by: Daniel Machon <daniel.machon@microchip.com>
Link: https://lore.kernel.org/r/20240424-lan743x-confirm-v2-4-f0480542e39f@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/microchip/vcap/vcap_api_client.h')
-rw-r--r-- | drivers/net/ethernet/microchip/vcap/vcap_api_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/vcap/vcap_api_client.h b/drivers/net/ethernet/microchip/vcap/vcap_api_client.h index 56874f2adbba..cdf79e17ca54 100644 --- a/drivers/net/ethernet/microchip/vcap/vcap_api_client.h +++ b/drivers/net/ethernet/microchip/vcap/vcap_api_client.h @@ -238,7 +238,7 @@ const struct vcap_set *vcap_keyfieldset(struct vcap_control *vctrl, /* Copy to host byte order */ void vcap_netbytes_copy(u8 *dst, u8 *src, int count); -/* Convert validation error code into tc extact error message */ +/* Convert validation error code into tc extack error message */ void vcap_set_tc_exterr(struct flow_cls_offload *fco, struct vcap_rule *vrule); /* Cleanup a VCAP instance */ |