ethernet: codespell comment spelling fixes
To test a checkpatch spelling patch, I ran codespell against drivers/net/ethernet/. $ git ls-files drivers/net/ethernet/ | \ while read file ; do \ codespell -w $file; \ done I removed a false positive in e1000_hw.h Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
cbe21d92e4
commit
dbedd44e98
@@ -3215,7 +3215,7 @@ static pci_ers_result_t efx_io_error_detected(struct pci_dev *pdev,
|
||||
return status;
|
||||
}
|
||||
|
||||
/* Fake a successfull reset, which will be performed later in efx_io_resume. */
|
||||
/* Fake a successful reset, which will be performed later in efx_io_resume. */
|
||||
static pci_ers_result_t efx_io_slot_reset(struct pci_dev *pdev)
|
||||
{
|
||||
struct efx_nic *efx = pci_get_drvdata(pdev);
|
||||
|
@@ -645,7 +645,7 @@ static bool efx_check_tx_flush_complete(struct efx_nic *efx)
|
||||
}
|
||||
|
||||
/* Flush all the transmit queues, and continue flushing receive queues until
|
||||
* they're all flushed. Wait for the DRAIN events to be recieved so that there
|
||||
* they're all flushed. Wait for the DRAIN events to be received so that there
|
||||
* are no more RX and TX events left on any channel. */
|
||||
static int efx_farch_do_flush(struct efx_nic *efx)
|
||||
{
|
||||
@@ -1108,7 +1108,7 @@ efx_farch_handle_tx_flush_done(struct efx_nic *efx, efx_qword_t *event)
|
||||
}
|
||||
|
||||
/* If this flush done event corresponds to a &struct efx_rx_queue: If the flush
|
||||
* was succesful then send an %EFX_CHANNEL_MAGIC_RX_DRAIN, otherwise add
|
||||
* was successful then send an %EFX_CHANNEL_MAGIC_RX_DRAIN, otherwise add
|
||||
* the RX queue back to the mask of RX queues in need of flushing.
|
||||
*/
|
||||
static void
|
||||
|
@@ -6497,7 +6497,7 @@
|
||||
#define MC_CMD_DUMP_BUFTBL_ENTRIES_OUT_LENMIN 12
|
||||
#define MC_CMD_DUMP_BUFTBL_ENTRIES_OUT_LENMAX 252
|
||||
#define MC_CMD_DUMP_BUFTBL_ENTRIES_OUT_LEN(num) (0+12*(num))
|
||||
/* Raw buffer table entries, layed out as BUFTBL_ENTRY. */
|
||||
/* Raw buffer table entries, laid out as BUFTBL_ENTRY. */
|
||||
#define MC_CMD_DUMP_BUFTBL_ENTRIES_OUT_ENTRY_OFST 0
|
||||
#define MC_CMD_DUMP_BUFTBL_ENTRIES_OUT_ENTRY_LEN 12
|
||||
#define MC_CMD_DUMP_BUFTBL_ENTRIES_OUT_ENTRY_MINNUM 1
|
||||
|
@@ -1067,7 +1067,7 @@ void efx_siena_sriov_probe(struct efx_nic *efx)
|
||||
}
|
||||
|
||||
/* Copy the list of individual addresses into the vfdi_status.peers
|
||||
* array and auxillary pages, protected by %local_lock. Drop that lock
|
||||
* array and auxiliary pages, protected by %local_lock. Drop that lock
|
||||
* and then broadcast the address list to every VF.
|
||||
*/
|
||||
static void efx_siena_sriov_peer_work(struct work_struct *data)
|
||||
|
@@ -98,7 +98,7 @@ struct vfdi_endpoint {
|
||||
* @VFDI_OP_INIT_TXQ: Initialize SRAM entries and initialize a TXQ.
|
||||
* @VFDI_OP_FINI_ALL_QUEUES: Flush all queues, finalize all queues, then
|
||||
* finalize the SRAM entries.
|
||||
* @VFDI_OP_INSERT_FILTER: Insert a MAC filter targetting the given RXQ.
|
||||
* @VFDI_OP_INSERT_FILTER: Insert a MAC filter targeting the given RXQ.
|
||||
* @VFDI_OP_REMOVE_ALL_FILTERS: Remove all filters.
|
||||
* @VFDI_OP_SET_STATUS_PAGE: Set the DMA page(s) used for status updates
|
||||
* from PF and write the initial status.
|
||||
@@ -148,7 +148,7 @@ enum vfdi_op {
|
||||
* @u.init_txq.flags: Checksum offload flags.
|
||||
* @u.init_txq.addr: Array of length %u.init_txq.buf_count containing DMA
|
||||
* address of each page backing the transmit queue.
|
||||
* @u.mac_filter.rxq: Insert MAC filter at VF local address/VLAN targetting
|
||||
* @u.mac_filter.rxq: Insert MAC filter at VF local address/VLAN targeting
|
||||
* all traffic at this receive queue.
|
||||
* @u.mac_filter.flags: MAC filter flags.
|
||||
* @u.set_status_page.dma_addr: Base address for the &struct vfdi_status.
|
||||
|
Reference in New Issue
Block a user