OSDN Git Service

pinctrl: intel: Fix a spelling typo in kernel documentation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 26 Sep 2018 14:43:17 +0000 (17:43 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 3 Oct 2018 07:05:35 +0000 (09:05 +0200)
commit946ffefcdc832c6e2812cb387ced55cffc1a2deb
tree15de9950cccb70f3d097743274d8949a445c89e7
parentcd057a765f73d7d5eb24e28b0c1b1888fdba9783
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>
drivers/pinctrl/intel/pinctrl-intel.c