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 |
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 --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;