staging: octeon-usb: cvmx-usb: delete @INTERNAL

Delete "@INTERNAL" from comments.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
diff --git a/drivers/staging/octeon-usb/cvmx-usb.c b/drivers/staging/octeon-usb/cvmx-usb.c
index 025671a..d3da546 100644
--- a/drivers/staging/octeon-usb/cvmx-usb.c
+++ b/drivers/staging/octeon-usb/cvmx-usb.c
@@ -258,7 +258,6 @@
 }
 
 /**
- * @INTERNAL
  * Read a USB 32bit CSR. It performs the necessary address swizzle
  * for 32bit CSRs and logs the value in a readable format if
  * debugging is on.
@@ -277,7 +276,6 @@
 
 
 /**
- * @INTERNAL
  * Write a USB 32bit CSR. It performs the necessary address
  * swizzle for 32bit CSRs and logs the value in a readable format
  * if debugging is on.
@@ -295,7 +293,6 @@
 
 
 /**
- * @INTERNAL
  * Read a USB 64bit CSR. It logs the value in a readable format if
  * debugging is on.
  *
@@ -313,7 +310,6 @@
 
 
 /**
- * @INTERNAL
  * Write a USB 64bit CSR. It logs the value in a readable format
  * if debugging is on.
  *
@@ -328,7 +324,6 @@
 }
 
 /**
- * @INTERNAL
  * Return non zero if this pipe connects to a non HIGH speed
  * device through a high speed hub.
  *
@@ -344,7 +339,6 @@
 
 
 /**
- * @INTERNAL
  * Trivial utility function to return the correct PID for a pipe
  *
  * @param pipe   pipe to check
@@ -392,7 +386,6 @@
 
 
 /**
- * @INTERNAL
  * Allocate a usb transaction for use
  *
  * @param usb	 USB device state populated by
@@ -418,7 +411,6 @@
 
 
 /**
- * @INTERNAL
  * Free a usb transaction
  *
  * @param usb	 USB device state populated by
@@ -441,7 +433,6 @@
 
 
 /**
- * @INTERNAL
  * Add a pipe to the tail of a list
  * @param list   List to add pipe to
  * @param pipe   Pipe to add
@@ -459,7 +450,6 @@
 
 
 /**
- * @INTERNAL
  * Remove a pipe from a list
  * @param list   List to remove pipe from
  * @param pipe   Pipe to remove
@@ -1024,7 +1014,6 @@
 
 
 /**
- * @INTERNAL
  * Convert a USB transaction into a handle
  *
  * @param usb    USB device state populated by
@@ -1043,7 +1032,6 @@
 
 
 /**
- * @INTERNAL
  * Convert a USB pipe into a handle
  *
  * @param usb    USB device state populated by
@@ -1199,7 +1187,6 @@
 
 
 /**
- * @INTERNAL
  * Poll the RX FIFOs and remove data as needed. This function is only used
  * in non DMA mode. It is very important that this function be called quickly
  * enough to prevent FIFO overflow.
@@ -1335,7 +1322,6 @@
 
 
 /**
- * @INTERNAL
  * Fill the TX FIFO with an outgoing packet
  *
  * @param usb	  USB device state populated by
@@ -1383,7 +1369,6 @@
 }
 
 /**
- * @INTERNAL
  * Perform channel specific setup for Control transactions. All
  * the generic stuff will already have been done in
  * __cvmx_usb_start_channel()
@@ -1515,7 +1500,6 @@
 
 
 /**
- * @INTERNAL
  * Start a channel to perform the pipe's head transaction
  *
  * @param usb	  USB device state populated by
@@ -1803,7 +1787,6 @@
 
 
 /**
- * @INTERNAL
  * Find a pipe that is ready to be scheduled to hardware.
  * @param usb	 USB device state populated by
  *		 cvmx_usb_initialize().
@@ -1832,7 +1815,6 @@
 
 
 /**
- * @INTERNAL
  * Called whenever a pipe might need to be scheduled to the
  * hardware.
  *
@@ -1907,7 +1889,6 @@
 
 
 /**
- * @INTERNAL
  * Call a user's callback for a specific reason.
  *
  * @param usb	 USB device state populated by
@@ -1953,7 +1934,6 @@
 
 
 /**
- * @INTERNAL
  * Signal the completion of a transaction and free it. The
  * transaction will be removed from the pipe transaction list.
  *
@@ -2020,7 +2000,6 @@
 
 
 /**
- * @INTERNAL
  * Submit a usb transaction to a pipe. Called for all types
  * of transactions.
  *
@@ -2571,7 +2550,6 @@
 
 
 /**
- * @INTERNAL
  * Poll a channel for status
  *
  * @param usb	  USB device