mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-17 22:23:45 -04:00
linux/qed: fix spelling typo in qed_chain.h
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
67d25ce891
commit
1d3f9bb1be
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user