Message ID | 20220715051758.30665-1-wangborong@cdjrlc.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | isdn: mISDN: hfcsusb: Fix comment typo | expand |
diff --git a/drivers/isdn/hardware/mISDN/hfcsusb.c b/drivers/isdn/hardware/mISDN/hfcsusb.c index 651f2f8f685b..6fd8e5612227 100644 --- a/drivers/isdn/hardware/mISDN/hfcsusb.c +++ b/drivers/isdn/hardware/mISDN/hfcsusb.c @@ -758,7 +758,7 @@ hfcsusb_ph_command(struct hfcsusb *hw, u_char command) switch (command) { case HFC_L1_ACTIVATE_TE: - /* force sending sending INFO1 */ + /* force sending INFO1 */ write_reg(hw, HFCUSB_STATES, 0x14); /* start l1 activation */ write_reg(hw, HFCUSB_STATES, 0x04);
The double `sending' is duplicated in line 761, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> --- drivers/isdn/hardware/mISDN/hfcsusb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)