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>
This commit is contained in:
parent
feebd0ed7e
commit
5bcf2a921b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue