/openbmc/linux/net/ipv6/ |
H A D | addrconf_core.c | diff 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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_offload.c | diff 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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_input.c | diff 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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_fib.c | diff 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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 53b24b8f94cb15e38e332db82177cf3f0f4df0c5 Sun Mar 29 08:00:05 CDT 2015 Ian Morris <ipm@chirality.org.uk> ipv6: coding style: comparison for inequality 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>
|