diff mbox series

include/rdma/opa_vnic.h: fix spelling typo in comment

Message ID 20221009081047.2643471-1-13667453960@163.com (mailing list archive)
State Accepted
Headers show
Series include/rdma/opa_vnic.h: fix spelling typo in comment | expand

Commit Message

Jiangshan Yi Oct. 9, 2022, 8:10 a.m. UTC
From: Jiangshan Yi <yijiangshan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
---
 include/rdma/opa_vnic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Leon Romanovsky Oct. 19, 2022, 6:59 a.m. UTC | #1
On Sun, 9 Oct 2022 16:10:47 +0800, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@kylinos.cn>
> 
> Fix spelling typo in comment.
> 
> 

Applied, thanks!

[1/1] include/rdma/opa_vnic.h: fix spelling typo in comment
      https://git.kernel.org/rdma/rdma/c/fac12d9d4d3577

Best regards,
diff mbox series

Patch

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;