Skip to content

Commit

Permalink
linux/qed: fix spelling typo in qed_chain.h
Browse files Browse the repository at this point in the history
allocted -> allocated

Signed-off-by: dingsenjie <dingsenjie@yulong.com>
Link: https://lore.kernel.org/r/20210127022801.8028-1-dingsenjie@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
dingsenjie authored and Jakub Kicinski committed Jan 29, 2021
1 parent 67d25ce commit 1d3f9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/qed/qed_chain.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 1d3f9bb

Please sign in to comment.