Skip to content

Commit 60f243a

Browse files
JuliaLawalldavem330
authored andcommitted
qed: fix typos in comments
Spelling mistakes (triple letters) in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b993e72 commit 60f243a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/net/ethernet/qlogic/qed/qed_dbg_hsi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ void qed_dbg_mcp_trace_set_meta_data(struct qed_hwfn *p_hwfn,
12821282
* @results_buf_size: (OUT) required buffer size (in bytes) for the parsed
12831283
* results.
12841284
*
1285-
* Return: Rrror if the parsing fails, ok otherwise.
1285+
* Return: Error if the parsing fails, ok otherwise.
12861286
*/
12871287
enum dbg_status qed_get_mcp_trace_results_buf_size(struct qed_hwfn *p_hwfn,
12881288
u32 *dump_buf,

drivers/net/ethernet/qlogic/qed/qed_vf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ struct pfvf_start_queue_resp_tlv {
225225
};
226226

227227
/* Extended queue information - additional index for reference inside qzone.
228-
* If commmunicated between VF/PF, each TLV relating to queues should be
228+
* If communicated between VF/PF, each TLV relating to queues should be
229229
* extended by one such [or have a future base TLV that already contains info].
230230
*/
231231
struct vfpf_qid_tlv {

0 commit comments

Comments
 (0)