Skip to content

Commit

Permalink
pinctrl: fix the pin descriptor kerneldoc
Browse files Browse the repository at this point in the history
The introduction of the owner field on the pin descriptor was not
properly documented so fix this up.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Mar 2, 2012
1 parent 110e4ec commit 962bcbc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/pinctrl/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ struct pinctrl {
* datasheet or such
* @dynamic_name: if the name of this pin was dynamically allocated
* @lock: a lock to protect the descriptor structure
* @mux_requested: whether the pin is already requested by pinmux or not
* @mux_function: a named muxing function for the pin that will be passed to
* subdrivers and shown in debugfs etc
* @owner: the device holding this pin or NULL of no device has claimed it
*/
struct pin_desc {
struct pinctrl_dev *pctldev;
Expand Down

0 comments on commit 962bcbc

Please sign in to comment.