Skip to content

Commit 067bb3c

Browse files
sacrendavem330
authored andcommitted
net: cxgb3: fix typos in kernel doc
Fix two trivial typos of 'pakcet' in cxgb3 kernel doc. Signed-off-by: Jean Sacren <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5944b5a commit 067bb3c

File tree

1 file changed

+2
-2
lines changed
  • drivers/net/ethernet/chelsio/cxgb3

1 file changed

+2
-2
lines changed

drivers/net/ethernet/chelsio/cxgb3/sge.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ static int ofld_poll(struct napi_struct *napi, int budget)
19561956
* @rx_gather: a gather list of packets if we are building a bundle
19571957
* @gather_idx: index of the next available slot in the bundle
19581958
*
1959-
* Process an ingress offload pakcet and add it to the offload ingress
1959+
* Process an ingress offload packet and add it to the offload ingress
19601960
* queue. Returns the index of the next available slot in the bundle.
19611961
*/
19621962
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,
20822082
* @pad: padding
20832083
* @lro: large receive offload
20842084
*
2085-
* Process an ingress ethernet pakcet and deliver it to the stack.
2085+
* Process an ingress ethernet packet and deliver it to the stack.
20862086
* The padding is 2 if the packet was delivered in an Rx buffer and 0
20872087
* if it was immediate data in a response.
20882088
*/

0 commit comments

Comments
 (0)