From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757159AbdLWVnO (ORCPT ); Sat, 23 Dec 2017 16:43:14 -0500 Received: from mout.web.de ([212.227.17.11]:57744 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750842AbdLWVnL (ORCPT ); Sat, 23 Dec 2017 16:43:11 -0500 Subject: [PATCH 3/3] pinctrl: rockchip: Fix a typo in four comment lines From: SF Markus Elfring To: linux-gpio@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?Q?Heiko_St=c3=bcbner?= , Linus Walleij Cc: LKML , kernel-janitors@vger.kernel.org, trivial@kernel.org References: <323697d0-e1e8-8d3b-1070-f481cfa30b9a@users.sourceforge.net> Message-ID: <989b7476-5e5e-d1ed-0d95-9dbdcec2382c@users.sourceforge.net> Date: Sat, 23 Dec 2017 22:42:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <323697d0-e1e8-8d3b-1070-f481cfa30b9a@users.sourceforge.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:SuTNxHyHEo4jzr0CGa/KymnwfJYj+RIiQC0eYhmhxE4whRFv7vc tpXmKhsTEECX79TTIeE5TbW6KloAS9g/67QvcJEUptr2AEkbdUV+dDchVXs6Gn0hSBMPtmH yB4MDWiyRV47vSHuCi9tbZDYRVBTEQDuSrCsbKB2wnQR9frH4obTiZUAJreS0engwnO9Rm2 RA92ESXHu0bhfl3MLieCw== X-UI-Out-Filterresults: notjunk:1;V01:K0:ii0HLAZBx1g=:KyYdbRIJFhPqs8QUI74ZAm pDu6y/OuiuPK9Q4TA6IUJaiW9NQcfiRe3CpootDVBI1yMjOsE6mTWVP83DNXj045P9if1xM6U qRPcSC6tikkPMTlOVDu2PHZeOd69ZGUZQZ8W9TqdF0kdpuXY5LFdaodHYzCWQqaiJBMZYomQ0 eNxiGMRUXHIA16i/vU3qO1pKCG2z4zuMeRTzT0mr/hWQV/zEz4GpFoeigA2BaLe2uQMEAUiaP Dds28LxWE3KMppF3jEHKDAE/jKdOp1Zxcz9I8BJhcLjCz/zjq8F/UIqEbJQy49cKUlW7xCZ/E x6rFbv+rO4I88+nEGEs/LmiT7ZwJlFoL+hu20DIQiLb/GLOzUqtgpApoRfuI91vBIXmvWjST6 K0yjfdw7ZA2/BnCnBbXge5Wu2qCcoMjjcUlPGg2L2vnSkP0OS6VuiW9IpwVrrfHA7X6CGoUf1 +P5vCv+2fjIRkMLEbKg7hh3DAWe6ldr39B8/L7WzFT98ZUCsq6wMrm0n3ukZmumqmtOdgvFK+ KKijevrBWZK3Z91DdI39RiXTrql6gHvW09QX71enDbvv9j8nRl4QF42nAfTiHFSZCi74nTEWM mGMv4XgXJ1M8KWQOdHw8rYa6PNy+/ZnNxl7XPf86QJ2vSNyQcun8PMqhu16KxcKDR69+p8Blt svVLcjN2YbUiSRU0nfXqp1kADVqVjgwxxAKFe2jTnJAHBYLr2y3EOBM21jhTfxtkMKF/Va6CJ QfeqL1FIdrezQ8JgRl7V0gpFqRbqHvG1W9JUWtTkGf8ugp38LTA9JmRBBhYlpv8QlmuYxb595 H/mx+Nj0c+//9nNLZJMr5gaBA+punODXcdWOH8CzDiokvx37hE= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Markus Elfring Date: Sat, 23 Dec 2017 22:22:54 +0100 Adjust words in these descriptions. Signed-off-by: Markus Elfring --- drivers/pinctrl/pinctrl-rockchip.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/pinctrl/pinctrl-rockchip.c b/drivers/pinctrl/pinctrl-rockchip.c index 5e76a6d8a1cb..1cd85411e906 100644 --- a/drivers/pinctrl/pinctrl-rockchip.c +++ b/drivers/pinctrl/pinctrl-rockchip.c @@ -136,7 +136,7 @@ struct rockchip_drv { * @iomux: array describing the 4 iomux sources of the bank * @drv: array describing the 4 drive strength sources of the bank * @pull_type: array describing the 4 pull type sources of the bank - * @valid: are all necessary informations present + * @valid: is all necessary information present * @of_node: dt node of this bank * @drvdata: common pinctrl basedata * @domain: irqdomain of the gpio bank @@ -1988,7 +1988,7 @@ static int rockchip_pmx_set(struct pinctrl_dev *pctldev, unsigned selector, info->functions[selector].name, info->groups[group].name); /* - * for each pin in the pin group selected, program the correspoding pin + * for each pin in the pin group selected, program the corresponding * pin function number in the config register. */ for (cnt = 0; cnt < info->groups[group].npins; cnt++) { @@ -2527,7 +2527,7 @@ static int rockchip_gpio_get(struct gpio_chip *gc, unsigned offset) /* * gpiolib gpio_direction_input callback function. The setting of the pin - * mux function as 'gpio input' will be handled by the pinctrl susbsystem + * mux function as 'gpio input' will be handled by the pinctrl subsystem * interface. */ static int rockchip_gpio_direction_input(struct gpio_chip *gc, unsigned offset) @@ -2537,7 +2537,7 @@ static int rockchip_gpio_direction_input(struct gpio_chip *gc, unsigned offset) /* * gpiolib gpio_direction_output callback function. The setting of the pin - * mux function as 'gpio output' will be handled by the pinctrl susbsystem + * mux function as 'gpio output' will be handled by the pinctrl subsystem * interface. */ static int rockchip_gpio_direction_output(struct gpio_chip *gc, -- 2.15.1