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:
Randy Dunlap
2020-08-22 16:40:15 -07:00
committed by David S. Miller
parent 2bdcc73c88
commit 8540591885
2 changed files with 5 additions and 5 deletions

View File

@@ -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;