All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next v2 0/7] fix checkpatch errors
@ 2013-12-23  2:14 Chen Weilong
  2013-12-23  2:14 ` [patch net-next v2 1/7] ipv4: do clean up with spaces Chen Weilong
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Chen Weilong @ 2013-12-23  2:14 UTC (permalink / raw)
  To: davem, kuznet, jmorris, yoshfuji, kaber, pablo, kadlec,
	steffen.klassert, herbert
  Cc: netdev

From: Weilong Chen <chenweilong@huawei.com>


Weilong Chen (7):
  ipv4: do clean up with spaces
  ipv4: fix checkpatch error "space prohibited XXX"
  ipv4: fix checkpatch error with foo * bar
  ipv4: fix all space errors in file igmp.c
  ipv4: ERROR: do not initialise globals to 0 or NULL
  ipv4: ERROR: code indent should use tabs where possible
  ipv4: ERROR: do not use C99 // comments

 net/ipv4/cipso_ipv4.c                  |  9 ++---
 net/ipv4/igmp.c                        | 70 +++++++++++++++++-----------------
 net/ipv4/inetpeer.c                    |  4 +-
 net/ipv4/ip_options.c                  | 12 +++---
 net/ipv4/netfilter/nf_nat_snmp_basic.c | 12 +++---
 net/ipv4/syncookies.c                  |  2 +-
 net/ipv4/sysctl_net_ipv4.c             |  2 +-
 net/ipv4/tcp_input.c                   |  4 +-
 net/ipv4/tcp_ipv4.c                    |  2 +-
 net/ipv4/tcp_probe.c                   |  4 +-
 net/ipv4/tcp_yeah.c                    | 18 ++++-----
 net/ipv4/xfrm4_mode_beet.c             |  2 +-
 12 files changed, 69 insertions(+), 72 deletions(-)

-- 
1.7.12

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-12-26 18:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23  2:14 [patch net-next v2 0/7] fix checkpatch errors Chen Weilong
2013-12-23  2:14 ` [patch net-next v2 1/7] ipv4: do clean up with spaces Chen Weilong
2013-12-23  2:14 ` [patch net-next v2 3/7] ipv4: fix checkpatch error with foo * bar Chen Weilong
2013-12-23  2:14 ` [patch net-next v2 4/7] ipv4: fix all space errors in file igmp.c Chen Weilong
2013-12-23  2:14 ` [patch net-next v2 5/7] ipv4: ERROR: do not initialise globals to 0 or NULL Chen Weilong
2013-12-23  2:14 ` [patch net-next v2 6/7] ipv4: ERROR: code indent should use tabs where possible Chen Weilong
2013-12-23  2:14 ` [patch net-next v2 7/7] ipv4: ERROR: do not use C99 // comments Chen Weilong
2013-12-23  2:59   ` Joe Perches
2013-12-23  3:56     ` chenweilong
2013-12-26 18:44 ` [patch net-next v2 0/7] fix checkpatch errors David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.