datapath: use const in some local vars and casts
authorDaniele Di Proietto <daniele.di.proietto@gmail.com>
Thu, 23 Jan 2014 16:19:29 +0000 (17:19 +0100)
committerJesse Gross <jesse@nicira.com>
Thu, 23 Jan 2014 18:42:41 +0000 (10:42 -0800)
commitd15ae707727d8766f3bfa58f3923330ed078a636
treebaf79d27c494c90edcde2f1383b4d7bf9eb8b801
parent300af20acd44243bad1b6c4bd6f9a25cf0a4a186
datapath: 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>
datapath/flow_netlink.c
datapath/flow_table.c