cxgbe(4): Fix a typo in a source code comment

- s/commmand/command/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 15:19:59 +02:00
parent 3b31bf26b4
commit 5ee87525a8

View File

@ -323,7 +323,7 @@ static int t5_wtp_data(struct cudbg_init *pdbg_init,
/*# TX PATH, starting from pcie*/
/*#######################################################################*/
/* Get Reqests of commmands from SGE to PCIE*/
/* Get Reqests of commands from SGE to PCIE*/
wtp->sge_pcie_cmd_req.sop[0] = sge_dbg_reg->debug_PC_Req_SOP0_cnt;
wtp->sge_pcie_cmd_req.sop[1] = sge_dbg_reg->debug_PC_Req_SOP1_cnt;
@ -331,7 +331,7 @@ static int t5_wtp_data(struct cudbg_init *pdbg_init,
wtp->sge_pcie_cmd_req.eop[0] = sge_dbg_reg->debug_PC_Req_EOP0_cnt;
wtp->sge_pcie_cmd_req.eop[1] = sge_dbg_reg->debug_PC_Req_EOP1_cnt;
/* Get Reqests of commmands from PCIE to core*/
/* Get Reqests of commands from PCIE to core*/
value = t4_read_reg(padap, A_PCIE_CMDR_REQ_CNT);
wtp->pcie_core_cmd_req.sop[0] = ((value >> 0) & 0xFF); /*bit 0:7*/