diff mbox series

linux/qed: fix spelling typo in qed_chain.h

Message ID 20210127022801.8028-1-dingsenjie@163.com (mailing list archive)
State Accepted
Commit 1d3f9bb1be8556bce237934ae82b3cdeda3242fd
Delegated to: Netdev Maintainers
Headers show
Series linux/qed: fix spelling typo in qed_chain.h | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

dingsenjie@163.com Jan. 27, 2021, 2:28 a.m. UTC
From: dingsenjie <dingsenjie@yulong.com>

allocted -> allocated

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

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 29, 2021, 5:30 a.m. UTC | #1
Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Wed, 27 Jan 2021 10:28:01 +0800 you wrote:
> From: dingsenjie <dingsenjie@yulong.com>
> 
> allocted -> allocated
> 
> Signed-off-by: dingsenjie <dingsenjie@yulong.com>
> ---
>  include/linux/qed/qed_chain.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - linux/qed: fix spelling typo in qed_chain.h
    https://git.kernel.org/netdev/net-next/c/1d3f9bb1be85

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

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)
 {