diff options
author | Jiangshan Yi <yijiangshan@kylinos.cn> | 2022-10-09 16:10:47 +0800 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2022-10-19 10:02:37 +0300 |
commit | 7ac7bfe746d8faddbd79abed526ee67f46d8867c (patch) | |
tree | 4603ad82fc5942ecead120ebfe5b2e9544f00737 /include/rdma | |
parent | 53c2d5b14a82f6e7f0f8089083972df20e66a354 (diff) | |
download | linux-stable-7ac7bfe746d8faddbd79abed526ee67f46d8867c.tar.gz linux-stable-7ac7bfe746d8faddbd79abed526ee67f46d8867c.tar.bz2 linux-stable-7ac7bfe746d8faddbd79abed526ee67f46d8867c.zip |
RDMA/opa_vnic: fix spelling typo in comment
Fix spelling typo in comment.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
Link: https://lore.kernel.org/r/20221009081047.2643471-1-13667453960@163.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/opa_vnic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/opa_vnic.h b/include/rdma/opa_vnic.h index f3d5377b217a..d297f084001a 100644 --- a/include/rdma/opa_vnic.h +++ b/include/rdma/opa_vnic.h @@ -51,7 +51,7 @@ static inline void *opa_vnic_dev_priv(const struct net_device *dev) return oparn->dev_priv; } -/* opa_vnic skb meta data structrue */ +/* opa_vnic skb meta data structure */ struct opa_vnic_skb_mdata { u8 vl; u8 entropy; |