]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1650f2514b307083c45b738d15f66470b26965fa
treeb88edb44302e1023522549b3ad973be2d37fd267
parent35ed894ec31775820977917349668bd066c955e1
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