Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7eea50b authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Linus Walleij
Browse files

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: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent d4705316
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,6 @@ struct seq_file;
 * @pin_config_get: get the config of a certain pin, if the requested config
 * @pin_config_get: get the config of a certain pin, if the requested config
 *	is not available on this controller this should return -ENOTSUPP
 *	is not available on this controller this should return -ENOTSUPP
 *	and if it is available but disabled it should return -EINVAL
 *	and if it is available but disabled it should return -EINVAL
 * @pin_config_get: get the config of a certain pin
 * @pin_config_set: configure an individual pin
 * @pin_config_set: configure an individual pin
 * @pin_config_group_get: get configurations for an entire pin group
 * @pin_config_group_get: get configurations for an entire pin group
 * @pin_config_group_set: configure all pins in a group
 * @pin_config_group_set: configure all pins in a group
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ struct pinctrl_dev;
/**
/**
 * struct pinmux_ops - pinmux operations, to be implemented by pin controller
 * struct pinmux_ops - pinmux operations, to be implemented by pin controller
 * drivers that support pinmuxing
 * drivers that support pinmuxing
 * @request: called by the core to see if a certain pin can be made available
 * @request: called by the core to see if a certain pin can be made
 *	available for muxing. This is called by the core to acquire the pins
 *	available for muxing. This is called by the core to acquire the pins
 *	before selecting any actual mux setting across a function. The driver
 *	before selecting any actual mux setting across a function. The driver
 *	is allowed to answer "no" by returning a negative error code
 *	is allowed to answer "no" by returning a negative error code