···19621962 int err;1963196319641964 /* Fast check for a new connection.19651965- * Avoids unnesesary socket allocations. */19651965+ * Avoids unnecessary socket allocations.19661966+ */19661967 if (list_empty(&bt_sk(sock->sk)->accept_q))19671968 return;19681969
+1-1
net/bluetooth/rfcomm/tty.c
···980980 baud = RFCOMM_RPN_BR_230400;981981 break;982982 default:983983- /* 9600 is standard accordinag to the RFCOMM specification */983983+ /* 9600 is standard according to the RFCOMM specification */984984 baud = RFCOMM_RPN_BR_9600;985985 break;986986