/openbmc/linux/net/ipv6/ |
H A D | exthdrs_core.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | anycast.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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_ipv6.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | ip6_flowlabel.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | ah6.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | esp6.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | xfrm6_policy.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | ip6_vti.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | datagram.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | reassembly.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | mcast.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | ipv6_sockglue.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | ip6mr.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | ndisc.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | ip6_gre.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | sit.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | af_inet6.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | ip6_tunnel.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | ip6_output.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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_ipv6.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | addrconf.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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 | route.c | diff 63159f29be1df7f93563a8a0f78c5e65fc844ed6 Sun Mar 29 08:00:04 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for equality with NULL
The ipv6 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>
|