summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorAlexander Aring2018-08-07 16:34:44 +0200
committerDavid S. Miller2018-08-07 18:09:27 +0200
commitc5d99d2b35dadebab2408bb10dcd50364eaaf9f4 (patch)
treec4d17f46ba3aca72a471dc10a6bfb8bbdd9387f2 /kernel
parentMerge branch 'ieee802154-for-davem-2018-08-06' of git://git.kernel.org/pub/sc... (diff)
downloadkernel-qcow2-linux-c5d99d2b35dadebab2408bb10dcd50364eaaf9f4.tar.gz
kernel-qcow2-linux-c5d99d2b35dadebab2408bb10dcd50364eaaf9f4.tar.xz
kernel-qcow2-linux-c5d99d2b35dadebab2408bb10dcd50364eaaf9f4.zip
ieee802154: hwsim: fix rcu address annotation
This patch fixes the following sparse warning about mismatch rcu attribute for address space annotation: ... error: incompatible types in comparison expression (different modifiers) error: incompatible types in comparison expression (different address spaces) ... Some __rcu annotation was at non-pointers list head structures and one was missing in edge information which is used by rcu_assign_pointer() to update edge setting information. Cc: Stefan Schmidt <stefan@datenfreihafen.org> Fixes: f25da51fdc38 ("ieee802154: hwsim: add replacement for fakelb") Signed-off-by: Alexander Aring <aring@mojatatu.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions