mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-12 19:21:04 +00: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:
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
|
* @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)
|
static inline void qed_chain_reset(struct qed_chain *p_chain)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user