Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: (cosmetic) fix two entries in DocBook comments

This removes a repeated word and a repeated and incomplete line from two
pinctrl headers.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Guennadi Liakhovetski and committed by
Linus Walleij
c7eea50b d4705316

+1 -2
-1
include/linux/pinctrl/pinconf.h
··· 25 25 * @pin_config_get: get the config of a certain pin, if the requested config 26 26 * is not available on this controller this should return -ENOTSUPP 27 27 * and if it is available but disabled it should return -EINVAL 28 - * @pin_config_get: get the config of a certain pin 29 28 * @pin_config_set: configure an individual pin 30 29 * @pin_config_group_get: get configurations for an entire pin group 31 30 * @pin_config_group_set: configure all pins in a group
+1 -1
include/linux/pinctrl/pinmux.h
··· 23 23 /** 24 24 * struct pinmux_ops - pinmux operations, to be implemented by pin controller 25 25 * drivers that support pinmuxing 26 - * @request: called by the core to see if a certain pin can be made available 26 + * @request: called by the core to see if a certain pin can be made 27 27 * available for muxing. This is called by the core to acquire the pins 28 28 * before selecting any actual mux setting across a function. The driver 29 29 * is allowed to answer "no" by returning a negative error code