Skip to content

Commit

Permalink
gpio: xilinx: Fix kernel doc (xgpio_probe)
Browse files Browse the repository at this point in the history
Kernel doc is not aligned with function name.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Jun 15, 2021
1 parent 28f320c commit 48dc247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/gpio-xilinx.c
Expand Up @@ -564,7 +564,7 @@ static void xgpio_irqhandler(struct irq_desc *desc)
}

/**
* xgpio_of_probe - Probe method for the GPIO device.
* xgpio_probe - Probe method for the GPIO device.
* @pdev: pointer to the platform device
*
* Return:
Expand Down

0 comments on commit 48dc247

Please sign in to comment.