net: netlink: delete repeated words
Drop duplicated words in net/netlink/. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
2bdcc73c88
commit
8540591885
@@ -222,7 +222,7 @@ static int genl_validate_assign_mc_groups(struct genl_family *family)
|
||||
|
||||
family->mcgrp_offset = first_id;
|
||||
|
||||
/* if still initializing, can't and don't need to to realloc bitmaps */
|
||||
/* if still initializing, can't and don't need to realloc bitmaps */
|
||||
if (!init_net.genl_sock)
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user