[PATCH 1/3] staging: vme: Fix typo in vme_pio2_gpio.c

Martyn Welch martyn.welch at ge.com
Tue Jul 22 10:29:20 UTC 2014


On 18/07/14 16:33, Masanari Iida wrote:
> This patch fix spelling typo in printk message.
>
> Signed-off-by: Masanari Iida <standby24x7 at gmail.com>

Acked-by: Martyn Welch <martyn.welch at ge.com>

> ---
>   drivers/staging/vme/devices/vme_pio2_gpio.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/vme/devices/vme_pio2_gpio.c b/drivers/staging/vme/devices/vme_pio2_gpio.c
> index 2a2d920..55c009c 100644
> --- a/drivers/staging/vme/devices/vme_pio2_gpio.c
> +++ b/drivers/staging/vme/devices/vme_pio2_gpio.c
> @@ -108,7 +108,7 @@ static int pio2_gpio_dir_in(struct gpio_chip *chip, unsigned offset)
>   	if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == OUTPUT) |
>   		(card->bank[PIO2_CHANNEL_BANK[offset]].config == NOFIT)) {
>   		dev_err(&card->vdev->dev,
> -			"Channel directionality not configurable at runtine\n");
> +			"Channel directionality not configurable at runtime\n");
>
>   		data = -EINVAL;
>   	} else {
> @@ -127,7 +127,7 @@ static int pio2_gpio_dir_out(struct gpio_chip *chip, unsigned offset, int value)
>   	if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == INPUT) |
>   		(card->bank[PIO2_CHANNEL_BANK[offset]].config == NOFIT)) {
>   		dev_err(&card->vdev->dev,
> -			"Channel directionality not configurable at runtine\n");
> +			"Channel directionality not configurable at runtime\n");
>
>   		data = -EINVAL;
>   	} else {
>

-- 
Martyn Welch (Lead Software Engineer)  | Registered in England and Wales
GE Intelligent Platforms               | (3828642) at 100 Barbirolli Square
T +44(0)1327322748                     | Manchester, M2 3AB
E martyn.welch at ge.com                  | VAT:GB 927559189


More information about the devel mailing list