/openbmc/linux/net/ipv4/ |
H A D | xfrm4_input.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | udp_diag.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ipcomp.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | gre_offload.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fib_rules.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | cipso_ipv4.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tcp_metrics.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tcp_fastopen.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | inet_fragment.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | xfrm4_policy.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ipconfig.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | esp4.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ip_input.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ipip.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ping.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | arp.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ip_fragment.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ip_tunnel.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | igmp.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ip_sockglue.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | raw.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | icmp.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sysctl_net_ipv4.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fib_trie.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fib_frontend.c | diff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 03:17:26 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv4: coding style: comparison for equality with NULL
The ipv4 code uses a mixture of coding styles. In some instances check for NULL pointer is done as x == NULL and sometimes as !x. !x is preferred according to checkpatch and this patch makes the code consistent by adopting the latter form.
No changes detected by objdiff.
Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|