--- I removed the ubcsp.c change because the file's CRLF line endings were causing problems with git-am, and since the spelling problem there is not user-visible. tools/l2test.c | 2 +- tools/scotest.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/l2test.c b/tools/l2test.c index d4e3ae6..1819423 100644 --- a/tools/l2test.c +++ b/tools/l2test.c @@ -830,7 +830,7 @@ static void dump_mode(int sk) return; } - syslog(LOG_INFO, "Recevied %d bytes", len); + syslog(LOG_INFO, "Received %d bytes", len); hexdump(buf, len); } } diff --git a/tools/scotest.c b/tools/scotest.c index 596e403..f894c24 100644 --- a/tools/scotest.c +++ b/tools/scotest.c @@ -265,7 +265,7 @@ static void dump_mode(int sk) syslog(LOG_INFO,"Receiving ..."); while ((len = read(sk, buf, data_size)) > 0) - syslog(LOG_INFO, "Recevied %d bytes", len); + syslog(LOG_INFO, "Received %d bytes", len); } static void recv_mode(int sk) -- 2.10.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html