Home
last modified time | relevance | path

Searched hist:"51456 b2914a34d16b1255b7c55d5cbf6a681d306" (Results 1 – 25 of 38) sorted by relevance

12

/linux/net/ipv4/
H A Dxfrm4_input.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dudp_diag.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dipcomp.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dgre_offload.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dfib_rules.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dtcp_fastopen.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dtcp_metrics.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dcipso_ipv4.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dxfrm4_policy.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dinet_fragment.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dipconfig.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dip_input.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Desp4.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Darp.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dipip.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dping.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dip_fragment.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dip_tunnel.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dicmp.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dip_sockglue.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Draw.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Digmp.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dfib_frontend.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dfib_trie.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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 Dfib_semantics.cdiff 51456b2914a34d16b1255b7c55d5cbf6a681d306 Fri Apr 03 10:17:26 CEST 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>

12