mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 07:23:14 +00:00
net: Fix misspellings of "configure" and "configuration"
Fix various misspellings of "configuration" and "configure". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f0d532c430
commit
c199ce4f9d
@ -175,7 +175,7 @@ static int update_xoff_threshold(struct mlx5e_port_buffer *port_buffer,
|
||||
* @port_buffer: <output> port receive buffer configuration
|
||||
* @change: <output>
|
||||
*
|
||||
* Update buffer configuration based on pfc configuraiton and
|
||||
* Update buffer configuration based on pfc configuration and
|
||||
* priority to buffer mapping.
|
||||
* Buffer's lossy bit is changed to:
|
||||
* lossless if there is at least one PFC enabled priority
|
||||
|
@ -37,14 +37,14 @@
|
||||
#include <linux/slab.h>
|
||||
#include "qed.h"
|
||||
|
||||
/* Fields of IGU PF CONFIGRATION REGISTER */
|
||||
/* Fields of IGU PF CONFIGURATION REGISTER */
|
||||
#define IGU_PF_CONF_FUNC_EN (0x1 << 0) /* function enable */
|
||||
#define IGU_PF_CONF_MSI_MSIX_EN (0x1 << 1) /* MSI/MSIX enable */
|
||||
#define IGU_PF_CONF_INT_LINE_EN (0x1 << 2) /* INT enable */
|
||||
#define IGU_PF_CONF_ATTN_BIT_EN (0x1 << 3) /* attention enable */
|
||||
#define IGU_PF_CONF_SINGLE_ISR_EN (0x1 << 4) /* single ISR mode enable */
|
||||
#define IGU_PF_CONF_SIMD_MODE (0x1 << 5) /* simd all ones mode */
|
||||
/* Fields of IGU VF CONFIGRATION REGISTER */
|
||||
/* Fields of IGU VF CONFIGURATION REGISTER */
|
||||
#define IGU_VF_CONF_FUNC_EN (0x1 << 0) /* function enable */
|
||||
#define IGU_VF_CONF_MSI_MSIX_EN (0x1 << 1) /* MSI/MSIX enable */
|
||||
#define IGU_VF_CONF_SINGLE_ISR_EN (0x1 << 4) /* single ISR mode enable */
|
||||
|
@ -305,7 +305,7 @@ void qed_iov_bulletin_set_udp_ports(struct qed_hwfn *p_hwfn,
|
||||
|
||||
/**
|
||||
* @brief Read sriov related information and allocated resources
|
||||
* reads from configuraiton space, shmem, etc.
|
||||
* reads from configuration space, shmem, etc.
|
||||
*
|
||||
* @param p_hwfn
|
||||
*
|
||||
|
@ -1298,7 +1298,7 @@ void qede_config_rx_mode(struct net_device *ndev)
|
||||
rx_mode.type = QED_FILTER_TYPE_RX_MODE;
|
||||
|
||||
/* Remove all previous unicast secondary macs and multicast macs
|
||||
* (configrue / leave the primary mac)
|
||||
* (configure / leave the primary mac)
|
||||
*/
|
||||
rc = qede_set_ucast_rx_mac(edev, QED_FILTER_XCAST_TYPE_REPLACE,
|
||||
edev->ndev->dev_addr);
|
||||
|
@ -1037,7 +1037,7 @@ static void ar9003_hw_configpcipowersave(struct ath_hw *ah,
|
||||
}
|
||||
|
||||
/*
|
||||
* Configire PCIE after Ini init. SERDES values now come from ini file
|
||||
* Configure PCIE after Ini init. SERDES values now come from ini file
|
||||
* This enables PCIe low power mode.
|
||||
*/
|
||||
array = power_off ? &ah->iniPcieSerdes :
|
||||
|
@ -148,7 +148,7 @@ static inline unsigned int FH_MEM_CBBC_QUEUE(struct iwl_trans *trans,
|
||||
*
|
||||
* Bits 3:0:
|
||||
* Define the maximum number of pending read requests.
|
||||
* Maximum configration value allowed is 0xC
|
||||
* Maximum configuration value allowed is 0xC
|
||||
* Bits 9:8:
|
||||
* Define the maximum transfer size. (64 / 128 / 256)
|
||||
* Bit 10:
|
||||
|
@ -186,7 +186,7 @@ static void wl12xx_spi_init(struct device *child)
|
||||
|
||||
spi_sync(to_spi_device(glue->dev), &m);
|
||||
|
||||
/* Restore chip select configration to normal */
|
||||
/* Restore chip select configuration to normal */
|
||||
spi->mode ^= SPI_CS_HIGH;
|
||||
kfree(cmd);
|
||||
}
|
||||
|
@ -286,7 +286,7 @@ struct dcbmsg {
|
||||
* @DCB_CMD_GNUMTCS: get the number of traffic classes currently supported
|
||||
* @DCB_CMD_SNUMTCS: set the number of traffic classes
|
||||
* @DCB_CMD_GBCN: set backward congestion notification configuration
|
||||
* @DCB_CMD_SBCN: get backward congestion notification configration.
|
||||
* @DCB_CMD_SBCN: get backward congestion notification configuration.
|
||||
* @DCB_CMD_GAPP: get application protocol configuration
|
||||
* @DCB_CMD_SAPP: set application protocol configuration
|
||||
* @DCB_CMD_IEEE_SET: set IEEE 802.1Qaz configuration
|
||||
|
Loading…
Reference in New Issue
Block a user