diff options
author | Kunwu Chan <chentao@kylinos.cn> | 2023-10-23 09:37:58 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-10-23 11:39:46 +0300 |
commit | 13454e6e0df2ff37853596d546438ac84ca6a413 (patch) | |
tree | fb60cddd564a6ca48c2e97e16980cbed67d0226e | |
parent | d2a0fc372aca561556e765d0a9ec365c7c12f0ad (diff) | |
download | linux-13454e6e0df2ff37853596d546438ac84ca6a413.tar.xz |
isdn: mISDN: hfcsusb: Spelling fix in comment
protocoll -> protocol
Signed-off-by: Kunwu Chan <chentao@kylinos.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcsusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |