Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48039e70 authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman
Browse files

staging: realtek: Convert /n to \n



Use proper line terminations.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent be13f291
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -558,7 +558,7 @@ static void usb_read_port_complete(struct urb *purb, struct pt_regs *regs)
			rtw_read_port(adapt, precvpriv->ff_hwaddr, 0, (unsigned char *)precvbuf);
			break;
		case -EINPROGRESS:
			DBG_88E("ERROR: URB IS IN PROGRESS!/n");
			DBG_88E("ERROR: URB IS IN PROGRESS!\n");
			break;
		default:
			break;
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ static u8 rtw_init_intf_priv(struct dvobj_priv *dvobj)

	dvobj->usb_alloc_vendor_req_buf = rtw_zmalloc(MAX_USB_IO_CTL_SIZE);
	if (dvobj->usb_alloc_vendor_req_buf == NULL) {
		DBG_88E("alloc usb_vendor_req_buf failed... /n");
		DBG_88E("alloc usb_vendor_req_buf failed...\n");
		rst = _FAIL;
		goto exit;
	}
+2 −2
Original line number Diff line number Diff line
@@ -439,7 +439,7 @@ static void usb_read_interrupt_complete(struct urb *purb)
		case -EPROTO:
			break;
		case -EINPROGRESS:
			DBG_8723A("ERROR: URB IS IN PROGRESS!/n");
			DBG_8723A("ERROR: URB IS IN PROGRESS!\n");
			break;
		default:
			break;
@@ -734,7 +734,7 @@ static void usb_read_port_complete(struct urb *purb)
					    precvbuf);
			break;
		case -EINPROGRESS:
			DBG_8723A("ERROR: URB IS IN PROGRESS!/n");
			DBG_8723A("ERROR: URB IS IN PROGRESS!\n");
			break;
		default:
			break;
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ static int rtw_init_intf_priv(struct dvobj_priv *dvobj)
	dvobj->usb_alloc_vendor_req_buf = kzalloc(MAX_USB_IO_CTL_SIZE,
						  GFP_KERNEL);
	if (dvobj->usb_alloc_vendor_req_buf == NULL) {
		DBG_8723A("alloc usb_vendor_req_buf failed... /n");
		DBG_8723A("alloc usb_vendor_req_buf failed...\n");
		rst = _FAIL;
		goto exit;
	}