Searched hist:"946 ffefcdc832c6e2812cb387ced55cffc1a2deb" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.c | diff 946ffefcdc832c6e2812cb387ced55cffc1a2deb Wed Sep 26 09:43:17 CDT 2018 Andy Shevchenko <andriy.shevchenko@linux.intel.com> pinctrl: intel: Fix a spelling typo in kernel documentation
The parameter 'community' had been spelled incorrectly. Fix it here.
As a side effect it satisfies static checkers that issue the following warnings:
drivers/pinctrl/intel/pinctrl-intel.c:845: warning: Function parameter or member 'community' not described in 'intel_gpio_to_pin' drivers/pinctrl/intel/pinctrl-intel.c:845: warning: Excess function parameter 'commmunity' description in 'intel_gpio_to_pin'
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|