datapath: Consistently parenthesize the operand of 'sizeof'.
authorBen Pfaff <blp@nicira.com>
Mon, 17 Jan 2011 22:34:55 +0000 (14:34 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 17 Jan 2011 23:01:43 +0000 (15:01 -0800)
commit84c17d988c287619e356921f60e4033fa80cd9cd
treeaebc2e69a7d3a0b983467806eca6587cb7916315
parent782e6111668f5f4bccec2dc9328dc3a83f548fce
datapath: Consistently parenthesize the operand of 'sizeof'.

This is proper kernel style.

Kernel style also encourages using a type name instead of an expression as
sizeof's operand, but this patch doesn't make any of those changes.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/brc_procfs.c
datapath/datapath.c
datapath/flow.c
datapath/table.c