aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorFiro Yang <[email protected]>2015-06-08 03:54:51 +0000
committerDavid S. Miller <[email protected]>2015-06-08 06:45:40 +0000
commitf38b24c90528c888915ef6e3bc320bdb30b14cf2 (patch)
treefb9220fc44e94ead33fa8165c5bc2cf1301e8618 /net/unix/af_unix.c
parentwan: dscc4: use msecs_to_jiffies for conversions (diff)
downloadkernel-f38b24c90528c888915ef6e3bc320bdb30b14cf2.tar.gz
kernel-f38b24c90528c888915ef6e3bc320bdb30b14cf2.zip
fib_trie: coding style: Use pointer after check
As Alexander Duyck pointed out that: struct tnode { ... struct key_vector kv[1]; } The kv[1] member of struct tnode is an arry that refernced by a null pointer will not crash the system, like this: struct tnode *p = NULL; struct key_vector *kv = p->kv; As such p->kv doesn't actually dereference anything, it is simply a means for getting the offset to the array from the pointer p. This patch make the code more regular to avoid making people feel odd when they look at the code. Signed-off-by: Firo Yang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions