summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/usb_intf.c
diff options
context:
space:
mode:
authorGonçalo Salazar2016-09-26 21:42:58 +0200
committerGreg Kroah-Hartman2016-09-26 22:22:13 +0200
commit1140c8a61a3252f2ee6a461159102b964613f1a1 (patch)
tree34dec4740144f6dff94ee4cc886ad269c9ddbc79 /drivers/staging/rtl8712/usb_intf.c
parentstaging: wlan-ng: fix block comments style errors (diff)
downloadkernel-qcow2-linux-1140c8a61a3252f2ee6a461159102b964613f1a1.tar.gz
kernel-qcow2-linux-1140c8a61a3252f2ee6a461159102b964613f1a1.tar.xz
kernel-qcow2-linux-1140c8a61a3252f2ee6a461159102b964613f1a1.zip
staging: rtl8172: usb_intf.c: Fixed block comment coding style
Fixed a block comment indentation in the rtl8712 usb_intf.c file. Signed-off-by: Gonçalo Salazar <glbsalazar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/usb_intf.c')
-rw-r--r--drivers/staging/rtl8712/usb_intf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/usb_intf.c b/drivers/staging/rtl8712/usb_intf.c
index 3fc65b2c0178..897d4621a5ce 100644
--- a/drivers/staging/rtl8712/usb_intf.c
+++ b/drivers/staging/rtl8712/usb_intf.c
@@ -369,7 +369,7 @@ static const struct device_type wlan_type = {
*
* notes: drv_init() is called when the bus driver has located a card for us
* to support. We accept the new device by returning 0.
-*/
+ */
static int r871xu_drv_init(struct usb_interface *pusb_intf,
const struct usb_device_id *pdid)
{