[PATCH] isdn: mISDN: hfcsusb: Fix comment typo

Jason Wang posted 1 patch 3 years, 9 months ago
drivers/isdn/hardware/mISDN/hfcsusb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] isdn: mISDN: hfcsusb: Fix comment typo
Posted by Jason Wang 3 years, 9 months ago
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(-)

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);
-- 
2.35.1