Commit c7eea50b980b28f4edaa0cfbdf2456532472bc03

Authored by Guennadi Liakhovetski
Committed by Linus Walleij
1 parent d4705316c1

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>

Showing 2 changed files with 1 additions and 2 deletions Side-by-side Diff

include/linux/pinctrl/pinconf.h
... ... @@ -25,7 +25,6 @@
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
include/linux/pinctrl/pinmux.h
... ... @@ -23,7 +23,7 @@
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