On Tue, Mar 11, 2025 at 08:51:28AM -0700, Stephen Hemminger wrote:
> A few more cases where there is unnecessary deref (*) on
> function pointers.
>
> Stephen Hemminger (4):
> raw/ifpga: remove unnecessary deref of function pointers
> crypto/ionic: remove unnecessary deref of function pointer
> regexdev: another unnecessary deref of function pointers
> vhost: remove unnecessary deref of function pointers
>
> drivers/crypto/ionic/ionic_crypto.h | 2 +-
> drivers/raw/ifpga/afu_pmd_core.c | 16 ++++++++--------
> lib/regexdev/rte_regexdev.h | 8 ++++----
> lib/vhost/vhost_user.c | 4 ++--
> 4 files changed, 15 insertions(+), 15 deletions(-)
>
Series-Acked-by: Bruce Richardson <bruce.richard...@intel.com>