openvswitch: use const in some local vars and casts
authorDaniele Di Proietto <daniele.di.proietto@gmail.com>
Thu, 23 Jan 2014 18:56:49 +0000 (10:56 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 16 May 2014 20:40:28 +0000 (13:40 -0700)
commit7085130bab2f9c5b8d61bff73b01dc8195d0f974
tree47fbd0a48f316d8ad632bf7a69ed8b9a43bfbcf1
parenta188a54d11629bef2169052297e61f3767ca8ce5
openvswitch: use const in some local vars and casts

In few functions, const formal parameters are assigned or cast to
non-const.
These changes suppress warnings if compiled with -Wcast-qual.

Signed-off-by: Daniele Di Proietto <daniele.di.proietto@gmail.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/flow_netlink.c
net/openvswitch/flow_table.c