]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/ft1000/ft1000-usb/ft1000_download.c
staging: ft1000: change write_block_fifo() header to /* */ style in ft1000_download.c
[karo-tx-linux.git] / drivers / staging / ft1000 / ft1000-usb / ft1000_download.c
index becab042aee4b19776d76b46312898a1b338c53c..b3a37eaa04dff8d0cd08e94fd6572a4d39a1df8a 100644 (file)
@@ -517,23 +517,12 @@ static void usb_dnld_complete (struct urb *urb)
     //DEBUG("****** usb_dnld_complete\n");
 }
 
-//---------------------------------------------------------------------------
-// Function:    write_blk_fifo
-//
-// Parameters:  struct ft1000_usb  - device structure
-//              u16 **pUsFile - DSP image file pointer in u16
-//              u8  **pUcFile - DSP image file pointer in u8
-//              long   word_length - length of the buffer to be written
-//                                   to DPRAM
-//
-// Returns:     STATUS_SUCCESS - success
-//              STATUS_FAILURE - failure
-//
-// Description: This function writes a block of DSP image to DPRAM
-//
-// Notes:
-//
-//---------------------------------------------------------------------------
+/* writes a block of DSP image to DPRAM
+ * Parameters:  struct ft1000_usb  - device structure
+ *              u16 **pUsFile - DSP image file pointer in u16
+ *              u8  **pUcFile - DSP image file pointer in u8
+ *              long word_length - length of the buffer to be written to DPRAM
+ */
 static u32 write_blk_fifo(struct ft1000_usb *ft1000dev, u16 **pUsFile,
                          u8 **pUcFile, long word_length)
 {