linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: unisys: ix spelling mistake of "outstanding"
@ 2016-11-29 19:06 Colin King
  2016-11-29 20:37 ` Kershner, David A
  0 siblings, 1 reply; 4+ messages in thread
From: Colin King @ 2016-11-29 19:06 UTC (permalink / raw)
  To: David Kershner, Greg Kroah-Hartman, Tim Sell, David Binder,
	Erik Arfvidson, Jon Frisch, Amitoj Kaur Chawla, sparmaintainer,
	devel
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake "oustanding" to "outstanding".

Signed-off-by: Colin Ian King <colin.king@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [PATCH] staging: unisys: ix spelling mistake of "outstanding"
  2016-11-29 19:06 [PATCH] staging: unisys: ix spelling mistake of "outstanding" Colin King
@ 2016-11-29 20:37 ` Kershner, David A
  2016-11-29 21:02   ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Kershner, David A @ 2016-11-29 20:37 UTC (permalink / raw)
  To: Colin King, Greg Kroah-Hartman, Sell, Timothy C, Binder,
	David Anthony, Arfvidson, Erik, Frisch, Jon, Amitoj Kaur Chawla,
	*S-Par-Maintainer, devel
  Cc: linux-kernel



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] staging: unisys: ix spelling mistake of "outstanding"
  2016-11-29 20:37 ` Kershner, David A
@ 2016-11-29 21:02   ` Greg Kroah-Hartman
  2016-11-29 21:19     ` Colin Ian King
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2016-11-29 21:02 UTC (permalink / raw)
  To: Kershner, David A
  Cc: Colin King, Sell, Timothy C, Binder, David Anthony, Arfvidson,
	Erik, Frisch, Jon, Amitoj Kaur Chawla, *S-Par-Maintainer, devel,
	linux-kernel

On Tue, Nov 29, 2016 at 08:37:35PM +0000, Kershner, David A wrote:
> 
> 
> > -----Original Message-----
> > From: Colin King [mailto:colin.king@canonical.com]
> > Sent: Tuesday, November 29, 2016 2:07 PM
> > To: Kershner, David A <David.Kershner@unisys.com>; Greg Kroah-Hartman
> > <gregkh@linuxfoundation.org>; Sell, Timothy C <Timothy.Sell@unisys.com>;
> > Binder, David Anthony <David.Binder@unisys.com>; Arfvidson, Erik
> > <Erik.Arfvidson@unisys.com>; Frisch, Jon <Jon.Frisch@unisys.com>; Amitoj
> > Kaur Chawla <amitoj1606@gmail.com>; *S-Par-Maintainer
> > <SParMaintainer@unisys.com>; devel@driverdev.osuosl.org
> > Cc: linux-kernel@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.

I'll go fix it up, nothing like having to do so for a patch that is
fixing a spelling mistake...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] staging: unisys: ix spelling mistake of "outstanding"
  2016-11-29 21:02   ` Greg Kroah-Hartman
@ 2016-11-29 21:19     ` Colin Ian King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin Ian King @ 2016-11-29 21:19 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Kershner, David A
  Cc: Sell, Timothy C, Binder, David Anthony, Arfvidson, Erik, Frisch,
	Jon, Amitoj Kaur Chawla, *S-Par-Maintainer, devel, linux-kernel

On 29/11/16 21:02, Greg Kroah-Hartman wrote:
> On Tue, Nov 29, 2016 at 08:37:35PM +0000, Kershner, David A wrote:
>>
>>
>>> -----Original Message-----
>>> From: Colin King [mailto:colin.king@canonical.com]
>>> Sent: Tuesday, November 29, 2016 2:07 PM
>>> To: Kershner, David A <David.Kershner@unisys.com>; Greg Kroah-Hartman
>>> <gregkh@linuxfoundation.org>; Sell, Timothy C <Timothy.Sell@unisys.com>;
>>> Binder, David Anthony <David.Binder@unisys.com>; Arfvidson, Erik
>>> <Erik.Arfvidson@unisys.com>; Frisch, Jon <Jon.Frisch@unisys.com>; Amitoj
>>> Kaur Chawla <amitoj1606@gmail.com>; *S-Par-Maintainer
>>> <SParMaintainer@unisys.com>; devel@driverdev.osuosl.org
>>> Cc: linux-kernel@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.
> 
> I'll go fix it up, nothing like having to do so for a patch that is
> fixing a spelling mistake...
> 
Oops, my bad. Thanks for fixing that up Greg.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-29 21:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-29 19:06 [PATCH] staging: unisys: ix spelling mistake of "outstanding" Colin King
2016-11-29 20:37 ` Kershner, David A
2016-11-29 21:02   ` Greg Kroah-Hartman
2016-11-29 21:19     ` Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).