]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: realtek: Convert /n to \n
authorJoe Perches <joe@perches.com>
Wed, 21 May 2014 07:38:38 +0000 (09:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 07:27:53 +0000 (16:27 +0900)
Use proper line terminations.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/usb_ops_linux.c
drivers/staging/rtl8188eu/os_dep/usb_intf.c
drivers/staging/rtl8723au/hal/usb_ops_linux.c
drivers/staging/rtl8723au/os_dep/usb_intf.c

index d8fc7472eb901fd1c8bd02bc5f09411742c6da57..d9f60ab8c44d262fad77c6503d42597f414f0cc8 100644 (file)
@@ -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;
index 8ed2ac89f5c561f7b935bd3a508793cd83d445bb..c63e2634c80035ce8a93c6b8a3f61c6590558d7c 100644 (file)
@@ -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;
        }
index 73b49aca95e1ab3dd9613b76ac444da5eab04d07..df2e884dbb8b1c82343f3f67c9b727a5b268d6da 100644 (file)
@@ -439,7 +439,7 @@ urb_submit:
                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;
index d00ccdcaacc58c7379f57711a6419c973a6d3816..f78be19aa3338ae4b583dc2ee1f999ea5f579fd1 100644 (file)
@@ -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;
        }