diff options
author | 2020-12-14 21:15:47 -0800 | |
---|---|---|
committer | 2020-12-16 11:06:49 -0800 | |
commit | c18e68696fdd9fd293f051030bce5aaff3c9b185 (patch) | |
tree | 5a1b9720ff2503554377e8c3d7cc9966400f4d6f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: bcmgenet: Fix a resource leak in an error handling path in the probe functin (diff) | |
download | wireguard-linux-c18e68696fdd9fd293f051030bce5aaff3c9b185.tar.xz wireguard-linux-c18e68696fdd9fd293f051030bce5aaff3c9b185.zip |
net/connector: Add const qualifier to cb_id
The connector driver never modifies any cb_id passed to it, so add a const
qualifier to those arguments so callers can declare their struct cb_id as a
constant object.
Fixes build warnings like these when passing a constant struct cb_id:
warning: passing argument 1 of ‘cn_add_callback’ discards ‘const’ qualifier from pointer target
Signed-off-by: Geoff Levand <geoff@infradead.org>
Link: https://lore.kernel.org/r/a9e49c9e-67fa-16e7-0a6b-72f6bd30c58a@infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions