staging: octeon: Add kernel-doc params description
authorCristina Moraru <cristina.moraru09@gmail.com>
Sat, 3 Oct 2015 13:33:34 +0000 (16:33 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 07:51:31 +0000 (08:51 +0100)
Fix 'No description found for parameter' kernel-doc warnings

Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet-rx.c

index f600247e385a0c0317025c699183fb4eae45b624..6aed3cf6c0b43402d11511f47167922f75ca2aec 100644 (file)
@@ -49,6 +49,8 @@ static struct napi_struct cvm_oct_napi;
 
 /**
  * cvm_oct_do_interrupt - interrupt handler.
+ * @cpl: Interrupt number. Unused
+ * @dev_id: Cookie to identify the device. Unused
  *
  * The interrupt occurs whenever the POW has packets in our group.
  *
This page took 0.024898 seconds and 5 git commands to generate.