drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Fix incorrect start markers, wrapped summary lines, missing section breaks, incorrect separators, and some name mismatches. Delete a few that are content-free. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
ae86b9e384
commit
49ce9c2cda
@@ -2877,7 +2877,7 @@ static void sge_timer_tx(unsigned long data)
|
||||
mod_timer(&qs->tx_reclaim_timer, jiffies + next_period);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* sge_timer_rx - perform periodic maintenance of an SGE qset
|
||||
* @data: the SGE queue set to maintain
|
||||
*
|
||||
|
@@ -1076,7 +1076,7 @@ static int t3_flash_erase_sectors(struct adapter *adapter, int start, int end)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* t3_load_fw - download firmware
|
||||
* @adapter: the adapter
|
||||
* @fw_data: the firmware image to write
|
||||
|
Reference in New Issue
Block a user