]> Pileus Git - ~andy/linux/commitdiff
staging: ft1000: change comment style
authorKelley Nielsen <kelleynnn@gmail.com>
Sat, 12 Oct 2013 15:32:46 +0000 (08:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 16:19:59 +0000 (09:19 -0700)
Coding style requires that comments use the standard /* */ style
instead of C99 style.

Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_download.c

index 978b9796665b7e5a369b2507bfff7f9c24a606e3..1e62b5060d00a38908786d861bbf822f342d6b50 100644 (file)
@@ -1143,7 +1143,7 @@ u16 scram_dnldr(struct ft1000_usb *ft1000dev, void *pFileStart,
                                }
                                pseudo_header_len = ntohs(pseudo_header->length);       /* Byte length for PROV records */
 
-                               // Get buffer for provisioning data
+                               /* Get buffer for provisioning data */
                                pbuffer =
                                    kmalloc((pseudo_header_len +
                                             sizeof(struct pseudo_hdr)),