diff mbox series

atm: [br2864] fix spelling mistakes

Message ID 20210607063307.376988-1-13145886936@163.com (mailing list archive)
State Accepted
Commit 4fb473fe7325181f87d586685d21f27a9b9e25f8
Delegated to: Netdev Maintainers
Headers show
Series atm: [br2864] fix spelling mistakes | expand

Checks

Context Check Description
netdev/cover_letter success Link
netdev/fixes_present success Link
netdev/patch_count success Link
netdev/tree_selection success Guessed tree name to be net-next
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cc_maintainers success CCed 4 of 4 maintainers
netdev/source_inline success Was 0 now: 0
netdev/verify_signedoff success Link
netdev/module_param success Was 0 now: 0
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/verify_fixes success Link
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 10 lines checked
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/header_inline success Link

Commit Message

gushengxian June 7, 2021, 6:33 a.m. UTC
From: gushengxian <gushengxian@yulong.com>

interrupt should be changed to interrupting.

Signed-off-by: gushengxian <gushengxian@yulong.com>
---
 net/atm/br2684.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 7, 2021, 8:20 p.m. UTC | #1
Hello:

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

On Sun,  6 Jun 2021 23:33:07 -0700 you wrote:
> From: gushengxian <gushengxian@yulong.com>
> 
> interrupt should be changed to interrupting.
> 
> Signed-off-by: gushengxian <gushengxian@yulong.com>
> ---
>  net/atm/br2684.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - atm: [br2864] fix spelling mistakes
    https://git.kernel.org/netdev/net-next/c/4fb473fe7325

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/net/atm/br2684.c b/net/atm/br2684.c
index 3e17a5ecaa94..dd2a8dabed84 100644
--- a/net/atm/br2684.c
+++ b/net/atm/br2684.c
@@ -93,8 +93,8 @@  struct br2684_dev {
  * This lock should be held for writing any time the list of devices or
  * their attached vcc's could be altered.  It should be held for reading
  * any time these are being queried.  Note that we sometimes need to
- * do read-locking under interrupt context, so write locking must block
- * the current CPU's interrupts
+ * do read-locking under interrupting context, so write locking must block
+ * the current CPU's interrupts.
  */
 static DEFINE_RWLOCK(devs_lock);