> -----Original Message-----
> From: Colin King [mailto:colin.k...@canonical.com]
> Sent: Tuesday, November 29, 2016 2:07 PM
> To: Kershner, David A <david.kersh...@unisys.com>; Greg Kroah-Hartman
> <gre...@linuxfoundation.org>; Sell, Timothy C <timothy.s...@unisys.com>;
> Binder, David Anthony <david.bin...@unisys.com>; Arfvidson, Erik
> <erik.arfvid...@unisys.com>; Frisch, Jon <jon.fri...@unisys.com>; Amitoj
> Kaur Chawla <amitoj1...@gmail.com>; *S-Par-Maintainer
> <sparmaintai...@unisys.com>; de...@driverdev.osuosl.org
> Cc: linux-ker...@vger.kernel.org
> Subject: [PATCH] staging: unisys: ix spelling mistake of "outstanding"
> 

Shouldn't the subjecet say "Fix" instead of fix? 

Besides that I'm fine with the patch.

> From: Colin Ian King <colin.k...@canonical.com>
> 
> Trivial fix to spelling mistake "oustanding" to "outstanding".
> 
> Signed-off-by: Colin Ian King <colin.k...@canonical.com>
> ---
>  drivers/staging/unisys/visornic/visornic_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/unisys/visornic/visornic_main.c
> b/drivers/staging/unisys/visornic/visornic_main.c
> index f8a584b..c1f674f 100644
> --- a/drivers/staging/unisys/visornic/visornic_main.c
> +++ b/drivers/staging/unisys/visornic/visornic_main.c
> @@ -1371,7 +1371,7 @@ static ssize_t info_debugfs_read(struct file *file,
> char __user *buf,
>                                    " num_rcv_bufs = %d\n",
>                                    devdata->num_rcv_bufs);
>               str_pos += scnprintf(vbuf + str_pos, len - str_pos,
> -                                  " max_oustanding_next_xmits = %lu\n",
> +                                  " max_outstanding_next_xmits = %lu\n",
>                                   devdata->max_outstanding_net_xmits);
>               str_pos += scnprintf(vbuf + str_pos, len - str_pos,
>                                    " upper_threshold_net_xmits = %lu\n",
> --
> 2.10.2

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to