Skip to content

Commit 1d3f9bb

Browse files
dingsenjiekuba-moo
authored andcommitted
linux/qed: fix spelling typo in qed_chain.h
allocted -> allocated Signed-off-by: dingsenjie <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 67d25ce commit 1d3f9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/qed/qed_chain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ static inline void *qed_chain_consume(struct qed_chain *p_chain)
470470
/**
471471
* @brief qed_chain_reset - Resets the chain to its start state
472472
*
473-
* @param p_chain pointer to a previously allocted chain
473+
* @param p_chain pointer to a previously allocated chain
474474
*/
475475
static inline void qed_chain_reset(struct qed_chain *p_chain)
476476
{

0 commit comments

Comments
 (0)