lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 29 Nov 2016 20:37:35 +0000
From:   "Kershner, David A" <David.Kershner@...sys.com>
To:     Colin King <colin.king@...onical.com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        "Sell, Timothy C" <Timothy.Sell@...sys.com>,
        "Binder, David Anthony" <David.Binder@...sys.com>,
        "Arfvidson, Erik" <Erik.Arfvidson@...sys.com>,
        "Frisch, Jon" <Jon.Frisch@...sys.com>,
        "Amitoj Kaur Chawla" <amitoj1606@...il.com>,
        *S-Par-Maintainer <SParMaintainer@...sys.com>,
        "devel@...verdev.osuosl.org" <devel@...verdev.osuosl.org>
CC:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] staging: unisys: ix spelling mistake of "outstanding"



> -----Original Message-----
> From: Colin King [mailto:colin.king@...onical.com]
> Sent: Tuesday, November 29, 2016 2:07 PM
> To: Kershner, David A <David.Kershner@...sys.com>; Greg Kroah-Hartman
> <gregkh@...uxfoundation.org>; Sell, Timothy C <Timothy.Sell@...sys.com>;
> Binder, David Anthony <David.Binder@...sys.com>; Arfvidson, Erik
> <Erik.Arfvidson@...sys.com>; Frisch, Jon <Jon.Frisch@...sys.com>; Amitoj
> Kaur Chawla <amitoj1606@...il.com>; *S-Par-Maintainer
> <SParMaintainer@...sys.com>; devel@...verdev.osuosl.org
> Cc: linux-kernel@...r.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.king@...onical.com>
> 
> Trivial fix to spelling mistake "oustanding" to "outstanding".
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ