Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1532686 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-11-29 20:10 +0100 |
| Last post | 2016-11-29 22:20 +0100 |
| Articles | 4 — 4 participants |
Back to article view | Back to linux.kernel
[PATCH] staging: unisys: ix spelling mistake of "outstanding" Colin King <colin.king@canonical.com> - 2016-11-29 20:10 +0100
RE: [PATCH] staging: unisys: ix spelling mistake of "outstanding" "Kershner, David A" <David.Kershner@unisys.com> - 2016-11-29 22:00 +0100
Re: [PATCH] staging: unisys: ix spelling mistake of "outstanding" Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-29 22:10 +0100
Re: [PATCH] staging: unisys: ix spelling mistake of "outstanding" Colin Ian King <colin.king@canonical.com> - 2016-11-29 22:20 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-11-29 20:10 +0100 |
| Subject | [PATCH] staging: unisys: ix spelling mistake of "outstanding" |
| Message-ID | <sIVWW-451-29@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | "Kershner, David A" <David.Kershner@unisys.com> |
|---|---|
| Date | 2016-11-29 22:00 +0100 |
| Message-ID | <sIXFo-4YE-13@gated-at.bofh.it> |
| In reply to | #1532686 |
> -----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
[toc] | [prev] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-11-29 22:10 +0100 |
| Message-ID | <sIXP4-5gZ-21@gated-at.bofh.it> |
| In reply to | #1532765 |
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...
[toc] | [prev] | [next] | [standalone]
| From | Colin Ian King <colin.king@canonical.com> |
|---|---|
| Date | 2016-11-29 22:20 +0100 |
| Message-ID | <sIXYJ-5kl-13@gated-at.bofh.it> |
| In reply to | #1532774 |
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.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web