Skip to content

Commit

Permalink
net: sctp: bind_addr.c: delete duplicated word
Browse files Browse the repository at this point in the history
Drop the repeated word "of".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Vlad Yasevich <[email protected]>
Cc: Neil Horman <[email protected]>
Cc: Marcelo Ricardo Leitner <[email protected]>
Cc: [email protected]
Cc: "David S. Miller" <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
rddunlap authored and davem330 committed Aug 24, 2020
1 parent 861e702 commit 440d399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sctp/bind_addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ int sctp_in_scope(struct net *net, const union sctp_addr *addr,
return 0;
/*
* For INIT and INIT-ACK address list, let L be the level of
* of requested destination address, sender and receiver
* requested destination address, sender and receiver
* SHOULD include all of its addresses with level greater
* than or equal to L.
*
Expand Down

0 comments on commit 440d399

Please sign in to comment.