commit | 528a393470699fb925fa7d3be33d5fde6303cb2b | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Apr 12 10:34:59 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Apr 13 15:21:44 2017 +0300 |
tree | 90724bb1057e013fa117326f1f5e0f87382a7855 | |
parent | 432c750d36855bd4bd99e3b0c560b5c2490f48a6 [diff] |
net: ipv6: Fix the constness of function parameters Some of the IPv6 utility functions were missing const in one of the parameters that are not modified by the corresponding function. Change-Id: Ic9fe53daac288570c14423fd9410dcf15d1c5cfa Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>