mbox series

[0/7,net-next] net: various: delete duplicated words

Message ID 20200918043521.17346-1-rdunlap@infradead.org
Headers show
Series net: various: delete duplicated words | expand

Message

Randy Dunlap Sept. 18, 2020, 4:35 a.m. UTC
[PATCH 1/7 net-next] net: core: delete duplicated words
[PATCH 2/7 net-next] net: rds: delete duplicated words
[PATCH 3/7 net-next] net: ipv6: delete duplicated words
[PATCH 4/7 net-next] net: bluetooth: delete duplicated words
[PATCH 5/7 net-next] net: tipc: delete duplicated words
[PATCH 6/7 net-next] net: atm: delete duplicated words
[PATCH 7/7 net-next] net: bridge: delete duplicated words


Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>

 net/atm/lec.c            |    2 +-
 net/atm/signaling.c      |    2 +-
 net/bluetooth/hci_conn.c |    2 +-
 net/bluetooth/hci_core.c |    2 +-
 net/bridge/br_ioctl.c    |    2 +-
 net/bridge/br_vlan.c     |    2 +-
 net/core/dev.c           |    4 ++--
 net/ipv6/ip6_output.c    |    2 +-
 net/ipv6/tcp_ipv6.c      |    2 +-
 net/rds/cong.c           |    2 +-
 net/rds/ib_cm.c          |    2 +-
 net/tipc/msg.c           |    2 +-
 net/tipc/socket.c        |    2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)

Comments

David Miller Sept. 18, 2020, 9:12 p.m. UTC | #1
From: Randy Dunlap <rdunlap@infradead.org>
Date: Thu, 17 Sep 2020 21:35:14 -0700

> [PATCH 1/7 net-next] net: core: delete duplicated words
> [PATCH 2/7 net-next] net: rds: delete duplicated words
> [PATCH 3/7 net-next] net: ipv6: delete duplicated words
> [PATCH 4/7 net-next] net: bluetooth: delete duplicated words
> [PATCH 5/7 net-next] net: tipc: delete duplicated words
> [PATCH 6/7 net-next] net: atm: delete duplicated words
> [PATCH 7/7 net-next] net: bridge: delete duplicated words

Series applied.