Commit a4813dc7 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by David S. Miller

net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the file chcr_ktls.c

Mundane typos fixes throughout the file.

s/establised/established/
s/availbale/available/
s/vaues/values/
s/Incase/In case/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bf9279cd
...@@ -672,7 +672,7 @@ static int chcr_ktls_cpl_act_open_rpl(struct adapter *adap, ...@@ -672,7 +672,7 @@ static int chcr_ktls_cpl_act_open_rpl(struct adapter *adap,
if (tx_info->pending_close) { if (tx_info->pending_close) {
spin_unlock(&tx_info->lock); spin_unlock(&tx_info->lock);
if (!status) { if (!status) {
/* it's a late success, tcb status is establised, /* it's a late success, tcb status is established,
* mark it close. * mark it close.
*/ */
chcr_ktls_mark_tcb_close(tx_info); chcr_ktls_mark_tcb_close(tx_info);
...@@ -930,7 +930,7 @@ chcr_ktls_get_tx_flits(u32 nr_frags, unsigned int key_ctx_len) ...@@ -930,7 +930,7 @@ chcr_ktls_get_tx_flits(u32 nr_frags, unsigned int key_ctx_len)
} }
/* /*
* chcr_ktls_check_tcp_options: To check if there is any TCP option availbale * chcr_ktls_check_tcp_options: To check if there is any TCP option available
* other than timestamp. * other than timestamp.
* @skb - skb contains partial record.. * @skb - skb contains partial record..
* return: 1 / 0 * return: 1 / 0
...@@ -1115,7 +1115,7 @@ static int chcr_ktls_xmit_wr_complete(struct sk_buff *skb, ...@@ -1115,7 +1115,7 @@ static int chcr_ktls_xmit_wr_complete(struct sk_buff *skb,
} }
if (unlikely(credits < ETHTXQ_STOP_THRES)) { if (unlikely(credits < ETHTXQ_STOP_THRES)) {
/* Credits are below the threshold vaues, stop the queue after /* Credits are below the threshold values, stop the queue after
* injecting the Work Request for this packet. * injecting the Work Request for this packet.
*/ */
chcr_eth_txq_stop(q); chcr_eth_txq_stop(q);
...@@ -2006,7 +2006,7 @@ static int chcr_ktls_xmit(struct sk_buff *skb, struct net_device *dev) ...@@ -2006,7 +2006,7 @@ static int chcr_ktls_xmit(struct sk_buff *skb, struct net_device *dev)
/* TCP segments can be in received either complete or partial. /* TCP segments can be in received either complete or partial.
* chcr_end_part_handler will handle cases if complete record or end * chcr_end_part_handler will handle cases if complete record or end
* part of the record is received. Incase of partial end part of record, * part of the record is received. In case of partial end part of record,
* we will send the complete record again. * we will send the complete record again.
*/ */
......
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