Commit 60f243ad authored by Julia Lawall's avatar Julia Lawall Committed by David S. Miller

qed: fix typos in comments

Spelling mistakes (triple letters) in comments.
Detected with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b993e72c
...@@ -1282,7 +1282,7 @@ void qed_dbg_mcp_trace_set_meta_data(struct qed_hwfn *p_hwfn, ...@@ -1282,7 +1282,7 @@ void qed_dbg_mcp_trace_set_meta_data(struct qed_hwfn *p_hwfn,
* @results_buf_size: (OUT) required buffer size (in bytes) for the parsed * @results_buf_size: (OUT) required buffer size (in bytes) for the parsed
* results. * results.
* *
* Return: Rrror if the parsing fails, ok otherwise. * Return: Error if the parsing fails, ok otherwise.
*/ */
enum dbg_status qed_get_mcp_trace_results_buf_size(struct qed_hwfn *p_hwfn, enum dbg_status qed_get_mcp_trace_results_buf_size(struct qed_hwfn *p_hwfn,
u32 *dump_buf, u32 *dump_buf,
......
...@@ -225,7 +225,7 @@ struct pfvf_start_queue_resp_tlv { ...@@ -225,7 +225,7 @@ struct pfvf_start_queue_resp_tlv {
}; };
/* Extended queue information - additional index for reference inside qzone. /* Extended queue information - additional index for reference inside qzone.
* If commmunicated between VF/PF, each TLV relating to queues should be * If communicated between VF/PF, each TLV relating to queues should be
* extended by one such [or have a future base TLV that already contains info]. * extended by one such [or have a future base TLV that already contains info].
*/ */
struct vfpf_qid_tlv { struct vfpf_qid_tlv {
......
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