Commit 067bb3c3 authored by Jean Sacren's avatar Jean Sacren Committed by David S. Miller

net: cxgb3: fix typos in kernel doc

Fix two trivial typos of 'pakcet' in cxgb3 kernel doc.
Signed-off-by: default avatarJean Sacren <sakiwit@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5944b5ab
...@@ -1956,7 +1956,7 @@ static int ofld_poll(struct napi_struct *napi, int budget) ...@@ -1956,7 +1956,7 @@ static int ofld_poll(struct napi_struct *napi, int budget)
* @rx_gather: a gather list of packets if we are building a bundle * @rx_gather: a gather list of packets if we are building a bundle
* @gather_idx: index of the next available slot in the bundle * @gather_idx: index of the next available slot in the bundle
* *
* Process an ingress offload pakcet and add it to the offload ingress * Process an ingress offload packet and add it to the offload ingress
* queue. Returns the index of the next available slot in the bundle. * queue. Returns the index of the next available slot in the bundle.
*/ */
static inline int rx_offload(struct t3cdev *tdev, struct sge_rspq *rq, static inline int rx_offload(struct t3cdev *tdev, struct sge_rspq *rq,
...@@ -2082,7 +2082,7 @@ static void cxgb3_process_iscsi_prov_pack(struct port_info *pi, ...@@ -2082,7 +2082,7 @@ static void cxgb3_process_iscsi_prov_pack(struct port_info *pi,
* @pad: padding * @pad: padding
* @lro: large receive offload * @lro: large receive offload
* *
* Process an ingress ethernet pakcet and deliver it to the stack. * Process an ingress ethernet packet and deliver it to the stack.
* The padding is 2 if the packet was delivered in an Rx buffer and 0 * The padding is 2 if the packet was delivered in an Rx buffer and 0
* if it was immediate data in a response. * if it was immediate data in a response.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment