diff mbox series

isdn: mISDN: hfcsusb: Spelling fix in comment

Message ID 20231023063758.719718-1-chentao@kylinos.cn (mailing list archive)
State Accepted
Commit 13454e6e0df2ff37853596d546438ac84ca6a413
Headers show
Series isdn: mISDN: hfcsusb: Spelling fix in comment | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Kunwu Chan Oct. 23, 2023, 6:37 a.m. UTC
protocoll -> protocol

Signed-off-by: Kunwu Chan <chentao@kylinos.cn>
---
 drivers/isdn/hardware/mISDN/hfcsusb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 23, 2023, 8:40 a.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 23 Oct 2023 14:37:58 +0800 you wrote:
> protocoll -> protocol
> 
> Signed-off-by: Kunwu Chan <chentao@kylinos.cn>
> ---
>  drivers/isdn/hardware/mISDN/hfcsusb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - isdn: mISDN: hfcsusb: Spelling fix in comment
    https://git.kernel.org/netdev/net/c/13454e6e0df2

You are awesome, thank you!
diff mbox series

Patch

diff --git a/drivers/isdn/hardware/mISDN/hfcsusb.c b/drivers/isdn/hardware/mISDN/hfcsusb.c
index 1efd17979f24..b82b89888a5e 100644
--- a/drivers/isdn/hardware/mISDN/hfcsusb.c
+++ b/drivers/isdn/hardware/mISDN/hfcsusb.c
@@ -678,7 +678,7 @@  ph_state(struct dchannel *dch)
 }
 
 /*
- * disable/enable BChannel for desired protocoll
+ * disable/enable BChannel for desired protocol
  */
 static int
 hfcsusb_setup_bch(struct bchannel *bch, int protocol)