Re: [PATCH 10/13] module: pass struct find_symbol_args to find_symbol
From: Miroslav Benes <mbenes@suse.cz>
Date: 2021-02-03 09:33:16
Also in:
dri-devel, linux-kbuild, linuxppc-dev, lkml
From: Miroslav Benes <mbenes@suse.cz>
Date: 2021-02-03 09:33:16
Also in:
dri-devel, linux-kbuild, linuxppc-dev, lkml
On Wed, 3 Feb 2021, Christoph Hellwig wrote:
FYI, this is the updated version: ---quoted
From 664ca3378deac7530fe8fc15fe73d583d3333df2 Mon Sep 17 00:00:00 2001From: Christoph Hellwig <hch@lst.de> Date: Wed, 20 Jan 2021 14:58:27 +0100 Subject: module: pass struct find_symbol_args to find_symbol Simplify the calling convention by passing the find_symbol_args structure to find_symbol instead of initializing it inside the function. Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Miroslav Benes <mbenes@suse.cz> M