From: Kelley Nielsen Date: Sat, 12 Oct 2013 15:32:46 +0000 (-0700) Subject: staging: ft1000: change comment style X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0c5e802c1c42f0c2882400fa0e24150e55c4c62e;p=deliverable%2Flinux.git staging: ft1000: change comment style Coding style requires that comments use the standard /* */ style instead of C99 style. Signed-off-by: Kelley Nielsen Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c index 978b9796665b..1e62b5060d00 100644 --- a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c @@ -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)),