Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Bluetooth: RFCOMM: Fix typos in comments

Found by codespell.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Bastien Nocera and committed by
Luiz Augusto von Dentz
e6555fff 80748113

+3 -2
+2 -1
net/bluetooth/rfcomm/core.c
··· 1962 1962 int err; 1963 1963 1964 1964 /* Fast check for a new connection. 1965 - * Avoids unnesesary socket allocations. */ 1965 + * Avoids unnecessary socket allocations. 1966 + */ 1966 1967 if (list_empty(&bt_sk(sock->sk)->accept_q)) 1967 1968 return; 1968 1969
+1 -1
net/bluetooth/rfcomm/tty.c
··· 980 980 baud = RFCOMM_RPN_BR_230400; 981 981 break; 982 982 default: 983 - /* 9600 is standard accordinag to the RFCOMM specification */ 983 + /* 9600 is standard according to the RFCOMM specification */ 984 984 baud = RFCOMM_RPN_BR_9600; 985 985 break; 986 986