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

irda: Fix typo in irda

Correct spelling typo in irda.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Masanari Iida and committed by
David S. Miller
ad8c9453 db28aafa

+2 -2
+1 -1
net/irda/af_irda.c
··· 955 955 * The main difference with a "standard" connect is that with IrDA we need 956 956 * to resolve the service name into a TSAP selector (in TCP, port number 957 957 * doesn't have to be resolved). 958 - * Because of this service name resoltion, we can offer "auto-connect", 958 + * Because of this service name resolution, we can offer "auto-connect", 959 959 * where we connect to a service without specifying a destination address. 960 960 * 961 961 * Note : by consulting "errno", the user space caller may learn the cause
+1 -1
net/irda/irlan/irlan_provider.c
··· 296 296 skb = alloc_skb(IRLAN_MAX_HEADER + IRLAN_CMD_HEADER + 297 297 /* Bigger param length comes from CMD_GET_MEDIA_CHAR */ 298 298 IRLAN_STRING_PARAMETER_LEN("FILTER_TYPE", "DIRECTED") + 299 - IRLAN_STRING_PARAMETER_LEN("FILTER_TYPE", "BORADCAST") + 299 + IRLAN_STRING_PARAMETER_LEN("FILTER_TYPE", "BROADCAST") + 300 300 IRLAN_STRING_PARAMETER_LEN("FILTER_TYPE", "MULTICAST") + 301 301 IRLAN_STRING_PARAMETER_LEN("ACCESS_TYPE", "HOSTED"), 302 302 GFP_ATOMIC);