OSDN Git Service

IB/core, cma: Make __attribute_const__ declarations sparse-friendly
authorBart Van Assche <bart.vanassche@sandisk.com>
Mon, 3 Aug 2015 17:01:52 +0000 (10:01 -0700)
committerDoug Ledford <dledford@redhat.com>
Fri, 30 Oct 2015 21:57:49 +0000 (17:57 -0400)
commitdb7489e07669073970358b6cacf6a9dd8dc9275e
tree74ff570c9b3e633c4323b1cffa0617e37a090124
parent39bfc271bd687be2c8e396e976c0fb9a97963400
IB/core, cma: Make __attribute_const__ declarations sparse-friendly

Move the __attribute_const__ declarations such that sparse understands
that these apply to the function itself and not to the return type.
This avoids that sparse reports error messages like the following:

drivers/infiniband/core/verbs.c:73:12: error: symbol 'ib_event_msg' redeclared with different type (originally declared at include/rdma/ib_verbs.h:470) - different modifiers

Fixes: 2b1b5b601230 ("IB/core, cma: Nice log-friendly string helpers")
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Sagi Grimberg <sagig@mellanox.com>
Reviewed-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/cma.c
drivers/infiniband/core/verbs.c
include/rdma/ib_verbs.h
include/rdma/rdma_cm.h