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

trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.

Signed-off-by: Martin Olsson <martin@minimum.se>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Martin Olsson and committed by
Jiri Kosina
98a1708d ab2274af

+27 -27
+1 -1
Documentation/powerpc/dts-bindings/fsl/board.txt
··· 38 38 - reg : Should contain the address and the length of the GPIO bank 39 39 register. 40 40 - #gpio-cells : Should be two. The first cell is the pin number and the 41 - second cell is used to specify optional paramters (currently unused). 41 + second cell is used to specify optional parameters (currently unused). 42 42 - gpio-controller : Marks the port as GPIO controller. 43 43 44 44 Example:
+1 -1
Documentation/powerpc/dts-bindings/fsl/cpm_qe/gpio.txt
··· 11 11 "fsl,cpm1-pario-bank-c", "fsl,cpm1-pario-bank-d", 12 12 "fsl,cpm1-pario-bank-e", "fsl,cpm2-pario-bank" 13 13 - #gpio-cells : Should be two. The first cell is the pin number and the 14 - second cell is used to specify optional paramters (currently unused). 14 + second cell is used to specify optional parameters (currently unused). 15 15 - gpio-controller : Marks the port as GPIO controller. 16 16 17 17 Example of three SOC GPIO banks defined as gpio-controller nodes:
+1 -1
arch/s390/kernel/head.S
··· 64 64 .org 0x100 65 65 # 66 66 # subroutine for loading from tape 67 - # Paramters: 67 + # Parameters: 68 68 # R1 = device number 69 69 # R2 = load address 70 70 .Lloader:
+2 -2
drivers/ata/libata-acpi.c
··· 748 748 /** 749 749 * ata_acpi_exec_tfs - get then write drive taskfile settings 750 750 * @dev: target ATA device 751 - * @nr_executed: out paramter for the number of executed commands 751 + * @nr_executed: out parameter for the number of executed commands 752 752 * 753 - * Evaluate _GTF and excute returned taskfiles. 753 + * Evaluate _GTF and execute returned taskfiles. 754 754 * 755 755 * LOCKING: 756 756 * EH context.
+1 -1
drivers/ata/libata-eh.c
··· 2864 2864 /** 2865 2865 * ata_set_mode - Program timings and issue SET FEATURES - XFER 2866 2866 * @link: link on which timings will be programmed 2867 - * @r_failed_dev: out paramter for failed device 2867 + * @r_failed_dev: out parameter for failed device 2868 2868 * 2869 2869 * Set ATA device disk transfer mode (PIO3, UDMA6, etc.). If 2870 2870 * ata_set_mode() fails, pointer to the failing device is
+1 -1
drivers/edac/e752x_edac.c
··· 1084 1084 struct pci_dev *dev = pvt->dev_d0f1; 1085 1085 int enable = 1; 1086 1086 1087 - /* Allow module paramter override, else see if CPU supports parity */ 1087 + /* Allow module parameter override, else see if CPU supports parity */ 1088 1088 if (sysbus_parity != -1) { 1089 1089 enable = sysbus_parity; 1090 1090 } else if (cpu_id[0] &&
+1 -1
drivers/isdn/divert/isdn_divert.c
··· 183 183 (mode != 1) ? "" : " 0 ", 184 184 (mode != 1) ? "" : fwd_nr); 185 185 186 - retval = divert_if.ll_cmd(&cs->ics); /* excute command */ 186 + retval = divert_if.ll_cmd(&cs->ics); /* execute command */ 187 187 188 188 if (!retval) 189 189 { cs->prev = NULL;
+1 -1
drivers/net/appletalk/ltpc.c
··· 1220 1220 if (ints[0] > 2) { 1221 1221 dma = ints[3]; 1222 1222 } 1223 - /* ignore any other paramters */ 1223 + /* ignore any other parameters */ 1224 1224 } 1225 1225 return 1; 1226 1226 }
+1 -1
drivers/net/e1000e/e1000.h
··· 62 62 e_printk(KERN_NOTICE, adapter, format, ## arg) 63 63 64 64 65 - /* Interrupt modes, as used by the IntMode paramter */ 65 + /* Interrupt modes, as used by the IntMode parameter */ 66 66 #define E1000E_INT_MODE_LEGACY 0 67 67 #define E1000E_INT_MODE_MSI 1 68 68 #define E1000E_INT_MODE_MSIX 2
+1 -1
drivers/net/ehea/ehea.h
··· 268 268 }; 269 269 270 270 /* 271 - * Event Queue attributes, passed as paramter 271 + * Event Queue attributes, passed as parameter 272 272 */ 273 273 struct ehea_eq_attr { 274 274 u32 type;
+1 -1
drivers/net/igbvf/igbvf.h
··· 45 45 /* Interrupt defines */ 46 46 #define IGBVF_START_ITR 648 /* ~6000 ints/sec */ 47 47 48 - /* Interrupt modes, as used by the IntMode paramter */ 48 + /* Interrupt modes, as used by the IntMode parameter */ 49 49 #define IGBVF_INT_MODE_LEGACY 0 50 50 #define IGBVF_INT_MODE_MSI 1 51 51 #define IGBVF_INT_MODE_MSIX 2
+1 -1
drivers/net/mlx4/en_netdev.c
··· 371 371 int i; 372 372 373 373 /* If we haven't received a specific coalescing setting 374 - * (module param), we set the moderation paramters as follows: 374 + * (module param), we set the moderation parameters as follows: 375 375 * - moder_cnt is set to the number of mtu sized packets to 376 376 * satisfy our coelsing target. 377 377 * - moder_time is set to a fixed value.
+3 -3
drivers/net/qlge/qlge_mpi.c
··· 141 141 /* We are being asked by firmware to accept 142 142 * a change to the port. This is only 143 143 * a change to max frame sizes (Tx/Rx), pause 144 - * paramters, or loopback mode. We wake up a worker 144 + * parameters, or loopback mode. We wake up a worker 145 145 * to handler processing this since a mailbox command 146 146 * will need to be sent to ACK the request. 147 147 */ ··· 371 371 /* We are being asked by firmware to accept 372 372 * a change to the port. This is only 373 373 * a change to max frame sizes (Tx/Rx), pause 374 - * paramters, or loopback mode. 374 + * parameters, or loopback mode. 375 375 */ 376 376 case AEN_IDC_REQ: 377 377 status = ql_idc_req_aen(qdev); ··· 380 380 /* Process and inbound IDC event. 381 381 * This will happen when we're trying to 382 382 * change tx/rx max frame size, change pause 383 - * paramters or loopback mode. 383 + * parameters or loopback mode. 384 384 */ 385 385 case AEN_IDC_CMPLT: 386 386 case AEN_IDC_EXT:
+1 -1
drivers/net/skfp/h/smt.h
··· 413 413 #define SMT_RDF_SUCCESS 0x00000003 /* success (PMF) */ 414 414 #define SMT_RDF_BADSET 0x00000004 /* bad set count (PMF) */ 415 415 #define SMT_RDF_ILLEGAL 0x00000005 /* read only (PMF) */ 416 - #define SMT_RDF_NOPARAM 0x6 /* paramter not supported (PMF) */ 416 + #define SMT_RDF_NOPARAM 0x6 /* parameter not supported (PMF) */ 417 417 #define SMT_RDF_RANGE 0x8 /* out of range */ 418 418 #define SMT_RDF_AUTHOR 0x9 /* not autohorized */ 419 419 #define SMT_RDF_LENGTH 0x0a /* length error */
+1 -1
drivers/net/tokenring/3c359.c
··· 79 79 MODULE_DESCRIPTION("3Com 3C359 Velocity XL Token Ring Adapter Driver \n") ; 80 80 MODULE_FIRMWARE(FW_NAME); 81 81 82 - /* Module paramters */ 82 + /* Module parameters */ 83 83 84 84 /* Ring Speed 0,4,16 85 85 * 0 = Autosense
+1 -1
drivers/net/tokenring/lanstreamer.c
··· 169 169 "Monitor Contention failer for RPL", "FDX Protocol Error" 170 170 }; 171 171 172 - /* Module paramters */ 172 + /* Module parameters */ 173 173 174 174 /* Ring Speed 0,4,16 175 175 * 0 = Autosense
+1 -1
drivers/net/tokenring/olympic.c
··· 132 132 "Reserved", "Reserved", "No Monitor Detected for RPL", 133 133 "Monitor Contention failer for RPL", "FDX Protocol Error"}; 134 134 135 - /* Module paramters */ 135 + /* Module parameters */ 136 136 137 137 MODULE_AUTHOR("Mike Phillips <mikep@linuxtr.net>") ; 138 138 MODULE_DESCRIPTION("Olympic PCI/Cardbus Chipset Driver") ;
+1 -1
drivers/net/ucc_geth_ethtool.c
··· 7 7 * 8 8 * Limitation: 9 9 * Can only get/set setttings of the first queue. 10 - * Need to re-open the interface manually after changing some paramters. 10 + * Need to re-open the interface manually after changing some parameters. 11 11 * 12 12 * This program is free software; you can redistribute it and/or modify it 13 13 * under the terms of the GNU General Public License as published by the
+1 -1
drivers/net/wireless/rt2x00/rt2x00lib.h
··· 235 235 * @rt2x00dev: Pointer to &struct rt2x00_dev. 236 236 * 237 237 * Initialize work structure and all link tuning related 238 - * paramters. This will not start the link tuning process itself. 238 + * parameters. This will not start the link tuning process itself. 239 239 */ 240 240 void rt2x00link_register(struct rt2x00_dev *rt2x00dev); 241 241
+1 -1
drivers/net/wireless/wavelan_cs.c
··· 138 138 139 139 /*------------------------------------------------------------------*/ 140 140 /* 141 - * Write the Paramter Storage Area to the WaveLAN card's memory 141 + * Write the Parameter Storage Area to the WaveLAN card's memory 142 142 */ 143 143 static void 144 144 psa_write(struct net_device * dev,
+2 -2
drivers/scsi/lpfc/lpfc_scsi.c
··· 827 827 * @reftag: out: ref tag (reference tag) 828 828 * 829 829 * Description: 830 - * Extract DIF paramters from the command if possible. Otherwise, 831 - * use default paratmers. 830 + * Extract DIF parameters from the command if possible. Otherwise, 831 + * use default parameters. 832 832 * 833 833 **/ 834 834 static inline void
+2 -2
sound/pci/sis7019.h
··· 203 203 #define SIS_WEISR_B 0xac 204 204 205 205 206 - /* Playback DMA parameters (paramter RAM) */ 206 + /* Playback DMA parameters (parameter RAM) */ 207 207 #define SIS_PLAY_DMA_OFFSET 0x0000 208 208 #define SIS_PLAY_DMA_SIZE 0x10 209 209 #define SIS_PLAY_DMA_ADDR(addr, num) \ ··· 228 228 #define SIS_PLAY_DMA_SSO_MASK 0xffff0000 229 229 #define SIS_PLAY_DMA_ESO_MASK 0x0000ffff 230 230 231 - /* Capture DMA parameters (paramter RAM) */ 231 + /* Capture DMA parameters (parameter RAM) */ 232 232 #define SIS_CAPTURE_DMA_OFFSET 0x0800 233 233 #define SIS_CAPTURE_DMA_SIZE 0x10 234 234 #define SIS_CAPTURE_DMA_ADDR(addr, num) \