diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-11-29 14:06:58 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-29 16:02:50 -0500 |
commit | 5bcf2a921ba0bcdcbd13690043ff6c9a0d029ae3 (patch) | |
tree | 51598ff58b8b5c6fc0d9a017eeacb0c02b75f973 | |
parent | feebd0ed7e339ba2f23d7c5c2790bea93240dbee (diff) |
staging: unisys: fix spelling mistake of "outstanding"
Trivial fix to spelling mistake "oustanding" to "outstanding".
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/unisys/visornic/visornic_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visornic/visornic_main.c b/drivers/staging/unisys/visornic/visornic_main.c index 136700756485..8c9b8ff6cb0f 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, | |||
1371 | " num_rcv_bufs = %d\n", | 1371 | " num_rcv_bufs = %d\n", |
1372 | devdata->num_rcv_bufs); | 1372 | devdata->num_rcv_bufs); |
1373 | str_pos += scnprintf(vbuf + str_pos, len - str_pos, | 1373 | str_pos += scnprintf(vbuf + str_pos, len - str_pos, |
1374 | " max_oustanding_next_xmits = %lu\n", | 1374 | " max_outstanding_next_xmits = %lu\n", |
1375 | devdata->max_outstanding_net_xmits); | 1375 | devdata->max_outstanding_net_xmits); |
1376 | str_pos += scnprintf(vbuf + str_pos, len - str_pos, | 1376 | str_pos += scnprintf(vbuf + str_pos, len - str_pos, |
1377 | " upper_threshold_net_xmits = %lu\n", | 1377 | " upper_threshold_net_xmits = %lu\n", |