pinctrl: (cosmetic) fix two entries in DocBook comments
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 9 May 2012 07:22:40 +0000 (09:22 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 10 May 2012 11:22:01 +0000 (13:22 +0200)
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>
include/linux/pinctrl/pinconf.h
include/linux/pinctrl/pinmux.h

index 7b9d5f00ed37c9c4ce82ac0e604d5f9b581814b4..e7a720104a471ba5df4dfc8c7e15a04646c31f4d 100644 (file)
@@ -25,7 +25,6 @@ struct seq_file;
  * @pin_config_get: get the config of a certain pin, if the requested config
  *     is not available on this controller this should return -ENOTSUPP
  *     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_group_get: get configurations for an entire pin group
  * @pin_config_group_set: configure all pins in a group
index dd7bef61d066c720a9c6c63cd87f3661f1bca8b5..1818dcbdd9ab04a2cc168b44bb5adba761ad554c 100644 (file)
@@ -23,7 +23,7 @@ struct pinctrl_dev;
 /**
  * struct pinmux_ops - pinmux operations, to be implemented by pin controller
  * 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
  *     before selecting any actual mux setting across a function. The driver
  *     is allowed to answer "no" by returning a negative error code