bonding: make tbl argument to bond_parse_parm() const
authorHolger Eitzenberger <holger@eitzenberger.org>
Wed, 10 Dec 2008 07:10:17 +0000 (23:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Dec 2008 07:10:17 +0000 (23:10 -0800)
bond_parse_parm() parses a parameter table for a particular value and
is therefore not modifying the table at all.  Therefore make the 2nd
argument const, thus allowing to make the tables const later.

Signed-off-by: Holger Eitzenberger <holger@eitzenberger.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found