]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1b0ce9a0f218f3d894e9c629d50edf00ee6aaed
tree15de9950cccb70f3d097743274d8949a445c89e7
parent2b796b1650d41cdd072e81d540e33f03e34a6603
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