Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <michael@free-electrons.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
committed by
Adrian Bunk
parent
02a3e59a08
commit
59c51591a0
@@ -324,7 +324,7 @@ static int llc_ui_bind(struct socket *sock, struct sockaddr *uaddr, int addrlen)
|
||||
memset(&laddr, 0, sizeof(laddr));
|
||||
memset(&daddr, 0, sizeof(daddr));
|
||||
/*
|
||||
* FIXME: check if the the address is multicast,
|
||||
* FIXME: check if the address is multicast,
|
||||
* only SOCK_DGRAM can do this.
|
||||
*/
|
||||
memcpy(laddr.mac, addr->sllc_mac, IFHWADDRLEN);
|
||||
|
Reference in New Issue
Block a user