[PATCH 0/4] more unnecessary function pointer
    Stephen Hemminger 
    stephen at networkplumber.org
       
    Tue Mar 11 16:51:28 CET 2025
    
    
  
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(-)
-- 
2.47.2
    
    
More information about the dev
mailing list