Skip to content

Commit

Permalink
pinctrl/nomadik: kerneldoc fix
Browse files Browse the repository at this point in the history
Document a missing function parameter to nmk_config_pin().

Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
linusw committed Jul 4, 2012
1 parent 5e754f3 commit 50bcd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-nomadik.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ static int __nmk_config_pins(pin_cfg_t *cfgs, int num, bool sleep)
/**
* nmk_config_pin - configure a pin's mux attributes
* @cfg: pin confguration
*
* @sleep: Non-zero to apply the sleep mode configuration
* Configures a pin's mode (alternate function or GPIO), its pull up status,
* and its sleep mode based on the specified configuration. The @cfg is
* usually one of the SoC specific macros defined in mach/<soc>-pins.h. These
Expand Down

0 comments on commit 50bcd47

Please sign in to comment.