Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andy Shevchenko and committed by
Linus Walleij
803ceb29 d290e096

+1 -1
+1 -1
drivers/pinctrl/intel/pinctrl-intel.c
··· 831 831 * intel_gpio_to_pin() - Translate from GPIO offset to pin number 832 832 * @pctrl: Pinctrl structure 833 833 * @offset: GPIO offset from gpiolib 834 - * @commmunity: Community is filled here if not %NULL 834 + * @community: Community is filled here if not %NULL 835 835 * @padgrp: Pad group is filled here if not %NULL 836 836 * 837 837 * When coming through gpiolib irqchip, the GPIO offset is not