[PATCH] linux/qed: fix spelling typo in qed_chain.h

From: dingsenjie
Date: Wed Jan 27 2021 - 03:07:29 EST


From: dingsenjie <dingsenjie@xxxxxxxxxx>

allocted -> allocated

Signed-off-by: dingsenjie <dingsenjie@xxxxxxxxxx>
---
include/linux/qed/qed_chain.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/qed/qed_chain.h b/include/linux/qed/qed_chain.h
index 4d58dc8..e339b48 100644
--- a/include/linux/qed/qed_chain.h
+++ b/include/linux/qed/qed_chain.h
@@ -470,7 +470,7 @@ static inline void *qed_chain_consume(struct qed_chain *p_chain)
/**
* @brief qed_chain_reset - Resets the chain to its start state
*
- * @param p_chain pointer to a previously allocted chain
+ * @param p_chain pointer to a previously allocated chain
*/
static inline void qed_chain_reset(struct qed_chain *p_chain)
{
--
1.9.1