]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
axiethernet: xilinx: Fix kernel-doc warnings
authorSrikanth Thokala <srikanth.thokala@xilinx.com>
Tue, 24 Sep 2013 14:30:51 +0000 (20:00 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 25 Sep 2013 04:45:14 +0000 (06:45 +0200)
This patch remove kernel-doc warnings.

Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/ethernet/xilinx/xilinx_axienet_main.c

index a22609f53485ffb886a7ec53ab252567371fecc8..5e260d5e09bfb1bdf4782b279d8d31a6bc35b49e 100644 (file)
@@ -1252,7 +1252,7 @@ axienet_ethtools_get_pauseparam(struct net_device *ndev,
  * axienet_ethtools_set_pauseparam - Set device pause parameter(flow control)
  *                                  settings.
  * @ndev:      Pointer to net_device structure
- * @epauseparam:Pointer to ethtool_pauseparam structure
+ * @epauseparm:Pointer to ethtool_pauseparam structure
  *
  * This implements ethtool command for enabling flow control on Rx and Tx
  * paths. Issue "ethtool -A ethX tx on|off" under linux prompt to execute this
@@ -1507,7 +1507,6 @@ static void axienet_dma_err_handler(unsigned long data)
 /**
  * axienet_of_probe - Axi Ethernet probe function.
  * @op:                Pointer to platform device structure.
- * @match:     Pointer to device id structure
  *
  * returns: 0, on success
  *         Non-zero error value on failure.