pinctrl: armada-37xx: Fix function name in the kernel doc
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 5 Nov 2021 12:42:31 +0000 (14:42 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 18 Nov 2021 16:40:09 +0000 (18:40 +0200)
commita6d93da40fe917582100fa0dafb8a59f402a34f9
treeb88edb44302e1023522549b3ad973be2d37fd267
parent069d7796c95be726655319ec2639aa0d75809add
pinctrl: armada-37xx: Fix function name in the kernel doc

Kernel doc validator is not happy:

  .../pinctrl-armada-37xx.c:926: warning: expecting prototype for armada_37xx_fill_funcs(). Prototype was for armada_37xx_fill_func() instead

Fix this by updating function name in the kernel doc.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Gregory CLEMENT <gregory.clement@bootlin.com>
drivers/pinctrl/mvebu/pinctrl-armada-37xx.c