]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: use the const qualifier in hash functions
authorAntonio Quartulli <antonio@open-mesh.com>
Fri, 7 Dec 2012 13:35:36 +0000 (14:35 +0100)
committerAntonio Quartulli <ordex@autistici.org>
Sat, 12 Jan 2013 10:58:22 +0000 (20:58 +1000)
commitb89e40e97d13683d10e802064efedf4a3bf5f1c2
treef800c2755c1d65e12378c975c7bdf4eca49961f0
parent02caec10319a2717c86d909916e51ac046716a52
batman-adv: use the const qualifier in hash functions

The data argument in each hash function should carry the
"const" qualifier as it is never modified.

Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
net/batman-adv/bridge_loop_avoidance.c
net/batman-adv/hash.h