diff options
author | Md Haris Iqbal <[email protected]> | 2022-07-12 12:31:12 +0200 |
---|---|---|
committer | Leon Romanovsky <[email protected]> | 2022-07-18 12:27:55 +0300 |
commit | c14adff285ad1bb8eefc5d8fc202ceb1f7e3a2f1 (patch) | |
tree | ee98ea4564dc831cd583260fa04cf86444e2fd4e /scripts/gdb/linux/modules.py | |
parent | f4e1357184a5759f97fa69adadf5206ad9e3edd2 (diff) |
RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline function
removes list_next_or_null_rr_rcu macro to fix below warnings.
That macro is used only twice.
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'head' - possible side-effects?
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'ptr' - possible side-effects?
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'memb' - possible side-effects?
Replaces that macro with an inline function.
Fixes: 6a98d71daea1 ("RDMA/rtrs: client: main functionality")
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Md Haris Iqbal <[email protected]>
Suggested-by: Jason Gunthorpe <[email protected]>
Signed-off-by: Jack Wang <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions