dpif-netdev: Change a variable name.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 29 Oct 2013 09:34:15 +0000 (02:34 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 4 Nov 2013 15:26:55 +0000 (07:26 -0800)
commit1763b4b8d85fcfb20d2613a811fc7afe11fb91f7
tree9f8ea34668277c8ba896bf1b359a6e33ecbc282d
parent8ea3791cc48cdfa477ae42ad0eb5e4fb2bf0ce5d
dpif-netdev: Change a variable name.

'struct dp_netdev_flow' is currently being instantiated as 'flow'.
An upcoming commit introduces a classifier to dpif-netdev
which uses 'struct flow' at a few places and that can cause
confusion while reading code.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/dpif-netdev.c