Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1532686

[PATCH] staging: unisys: ix spelling mistake of "outstanding"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] staging: unisys: ix spelling mistake of "outstanding"
Date 2016-11-29 20:10 +0100
Message-ID <sIVWW-451-29@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web