From: Linus Walleij Date: Fri, 2 Mar 2012 15:52:46 +0000 (+0100) Subject: pinctrl: fix the pin descriptor kerneldoc X-Git-Tag: firefly_0821_release~3680^2~3289^2~16 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=962bcbc57aa244eeb1176fa2e9f65ac865cca68a;p=firefly-linux-kernel-4.4.55.git pinctrl: fix the pin descriptor kerneldoc The introduction of the owner field on the pin descriptor was not properly documented so fix this up. Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/core.h b/drivers/pinctrl/core.h index 97f8124b4381..e1dfdb3c144f 100644 --- a/drivers/pinctrl/core.h +++ b/drivers/pinctrl/core.h @@ -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;