On 3/22/21 9:28 PM, Bhaskar Chowdhury wrote:
quoted hunk ↗ jump to hunk
s/preceeds/precedes/ .....two different places
s/rsponse/response/
s/cetain/certain/
s/precison/precision/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/mbox.h b/drivers/net/ethernet/marvell/octeontx2/af/mbox.h
index ea456099b33c..14a184c3f6a4 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/mbox.h
+++ b/drivers/net/ethernet/marvell/octeontx2/af/mbox.h
quoted hunk ↗ jump to hunk
@@ -277,7 +277,7 @@ struct msg_req {
struct mbox_msghdr hdr;
};
-/* Generic rsponse msg used a ack or response for those mbox
+/* Generic response msg used a ack or response for those mbox> * messages which doesn't have a specific rsp msg format.
*/
Nak, negative. ETOOMANYERRORS.
How about:
/* Generic response msg used an ack or response for those mbox
* messages which don't have a specific rsp msg format.
*/
The other changes look good.
--
~Randy