Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
David S. Miller
c199ce4f f0d532c4

+9 -9
+1 -1
drivers/net/ethernet/mellanox/mlx5/core/en/port_buffer.c
··· 175 175 * @port_buffer: <output> port receive buffer configuration 176 176 * @change: <output> 177 177 * 178 - * Update buffer configuration based on pfc configuraiton and 178 + * Update buffer configuration based on pfc configuration and 179 179 * priority to buffer mapping. 180 180 * Buffer's lossy bit is changed to: 181 181 * lossless if there is at least one PFC enabled priority
+2 -2
drivers/net/ethernet/qlogic/qed/qed_int.h
··· 37 37 #include <linux/slab.h> 38 38 #include "qed.h" 39 39 40 - /* Fields of IGU PF CONFIGRATION REGISTER */ 40 + /* Fields of IGU PF CONFIGURATION REGISTER */ 41 41 #define IGU_PF_CONF_FUNC_EN (0x1 << 0) /* function enable */ 42 42 #define IGU_PF_CONF_MSI_MSIX_EN (0x1 << 1) /* MSI/MSIX enable */ 43 43 #define IGU_PF_CONF_INT_LINE_EN (0x1 << 2) /* INT enable */ 44 44 #define IGU_PF_CONF_ATTN_BIT_EN (0x1 << 3) /* attention enable */ 45 45 #define IGU_PF_CONF_SINGLE_ISR_EN (0x1 << 4) /* single ISR mode enable */ 46 46 #define IGU_PF_CONF_SIMD_MODE (0x1 << 5) /* simd all ones mode */ 47 - /* Fields of IGU VF CONFIGRATION REGISTER */ 47 + /* Fields of IGU VF CONFIGURATION REGISTER */ 48 48 #define IGU_VF_CONF_FUNC_EN (0x1 << 0) /* function enable */ 49 49 #define IGU_VF_CONF_MSI_MSIX_EN (0x1 << 1) /* MSI/MSIX enable */ 50 50 #define IGU_VF_CONF_SINGLE_ISR_EN (0x1 << 4) /* single ISR mode enable */
+1 -1
drivers/net/ethernet/qlogic/qed/qed_sriov.h
··· 305 305 306 306 /** 307 307 * @brief Read sriov related information and allocated resources 308 - * reads from configuraiton space, shmem, etc. 308 + * reads from configuration space, shmem, etc. 309 309 * 310 310 * @param p_hwfn 311 311 *
+1 -1
drivers/net/ethernet/qlogic/qede/qede_filter.c
··· 1298 1298 rx_mode.type = QED_FILTER_TYPE_RX_MODE; 1299 1299 1300 1300 /* Remove all previous unicast secondary macs and multicast macs 1301 - * (configrue / leave the primary mac) 1301 + * (configure / leave the primary mac) 1302 1302 */ 1303 1303 rc = qede_set_ucast_rx_mac(edev, QED_FILTER_XCAST_TYPE_REPLACE, 1304 1304 edev->ndev->dev_addr);
+1 -1
drivers/net/wireless/ath/ath9k/ar9003_hw.c
··· 1037 1037 } 1038 1038 1039 1039 /* 1040 - * Configire PCIE after Ini init. SERDES values now come from ini file 1040 + * Configure PCIE after Ini init. SERDES values now come from ini file 1041 1041 * This enables PCIe low power mode. 1042 1042 */ 1043 1043 array = power_off ? &ah->iniPcieSerdes :
+1 -1
drivers/net/wireless/intel/iwlwifi/iwl-fh.h
··· 148 148 * 149 149 * Bits 3:0: 150 150 * Define the maximum number of pending read requests. 151 - * Maximum configration value allowed is 0xC 151 + * Maximum configuration value allowed is 0xC 152 152 * Bits 9:8: 153 153 * Define the maximum transfer size. (64 / 128 / 256) 154 154 * Bit 10:
+1 -1
drivers/net/wireless/ti/wlcore/spi.c
··· 186 186 187 187 spi_sync(to_spi_device(glue->dev), &m); 188 188 189 - /* Restore chip select configration to normal */ 189 + /* Restore chip select configuration to normal */ 190 190 spi->mode ^= SPI_CS_HIGH; 191 191 kfree(cmd); 192 192 }
+1 -1
include/uapi/linux/dcbnl.h
··· 286 286 * @DCB_CMD_GNUMTCS: get the number of traffic classes currently supported 287 287 * @DCB_CMD_SNUMTCS: set the number of traffic classes 288 288 * @DCB_CMD_GBCN: set backward congestion notification configuration 289 - * @DCB_CMD_SBCN: get backward congestion notification configration. 289 + * @DCB_CMD_SBCN: get backward congestion notification configuration. 290 290 * @DCB_CMD_GAPP: get application protocol configuration 291 291 * @DCB_CMD_SAPP: set application protocol configuration 292 292 * @DCB_CMD_IEEE_SET: set IEEE 802.1Qaz configuration