mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-21 04:53:46 -04:00
selftests/net: Fix various spelling mistakes in TCP-AO tests
There are a handful of spelling mistakes in test messages in the TCP-AIO selftests. Fix these. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Dmitry Safonov <dima@arista.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
27c346a22f
commit
67f440c05d
@@ -227,7 +227,7 @@ void netstat_print_diff(struct netstat *nsa, struct netstat *nsb)
|
||||
}
|
||||
|
||||
if (nsb->counters_nr < nsa->counters_nr)
|
||||
test_error("Unexpected: some counters dissapeared!");
|
||||
test_error("Unexpected: some counters disappeared!");
|
||||
|
||||
for (j = 0, i = 0; i < nsb->counters_nr; i++) {
|
||||
if (strcmp(nsb->counters[i].name, nsa->counters[j].name)) {
|
||||
@@ -244,7 +244,7 @@ void netstat_print_diff(struct netstat *nsa, struct netstat *nsb)
|
||||
j++;
|
||||
}
|
||||
if (j != nsa->counters_nr)
|
||||
test_error("Unexpected: some counters dissapeared!");
|
||||
test_error("Unexpected: some counters disappeared!");
|
||||
|
||||
nsb = nsb->next;
|
||||
nsa = nsa->next;
|
||||
|
||||
Reference in New Issue
Block a user