From: Sasha Neftin Date: Sun, 7 Mar 2021 08:44:27 +0000 (+0200) Subject: igc: Fix prototype warning X-Git-Tag: v5.13-rc1~94^2~430^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4cdb4efa20c8d4f6ceb3d2f57904048494911a4;p=thirdparty%2Flinux.git igc: Fix prototype warning Correct report warnings in igc_i225.c Signed-off-by: Sasha Neftin Acked-by: Paul Menzel Signed-off-by: Tony Nguyen --- diff --git a/drivers/net/ethernet/intel/igc/igc_i225.c b/drivers/net/ethernet/intel/igc/igc_i225.c index 7ec04e48860c6..cc83bb5c15e8f 100644 --- a/drivers/net/ethernet/intel/igc/igc_i225.c +++ b/drivers/net/ethernet/intel/igc/igc_i225.c @@ -6,7 +6,7 @@ #include "igc_hw.h" /** - * igc_get_hw_semaphore_i225 - Acquire hardware semaphore + * igc_acquire_nvm_i225 - Acquire exclusive access to EEPROM * @hw: pointer to the HW structure * * Acquire the necessary semaphores for exclusive access to the EEPROM.