···3838- reg : Should contain the address and the length of the GPIO bank3939 register.4040- #gpio-cells : Should be two. The first cell is the pin number and the4141- second cell is used to specify optional paramters (currently unused).4141+ second cell is used to specify optional parameters (currently unused).4242- gpio-controller : Marks the port as GPIO controller.43434444Example:
···1111 "fsl,cpm1-pario-bank-c", "fsl,cpm1-pario-bank-d",1212 "fsl,cpm1-pario-bank-e", "fsl,cpm2-pario-bank"1313- #gpio-cells : Should be two. The first cell is the pin number and the1414- second cell is used to specify optional paramters (currently unused).1414+ second cell is used to specify optional parameters (currently unused).1515- gpio-controller : Marks the port as GPIO controller.16161717Example of three SOC GPIO banks defined as gpio-controller nodes:
+1-1
arch/s390/kernel/head.S
···6464 .org 0x1006565#6666# subroutine for loading from tape6767-# Paramters:6767+# Parameters:6868# R1 = device number6969# R2 = load address7070.Lloader:
+2-2
drivers/ata/libata-acpi.c
···748748/**749749 * ata_acpi_exec_tfs - get then write drive taskfile settings750750 * @dev: target ATA device751751- * @nr_executed: out paramter for the number of executed commands751751+ * @nr_executed: out parameter for the number of executed commands752752 *753753- * Evaluate _GTF and excute returned taskfiles.753753+ * Evaluate _GTF and execute returned taskfiles.754754 *755755 * LOCKING:756756 * EH context.
+1-1
drivers/ata/libata-eh.c
···28642864/**28652865 * ata_set_mode - Program timings and issue SET FEATURES - XFER28662866 * @link: link on which timings will be programmed28672867- * @r_failed_dev: out paramter for failed device28672867+ * @r_failed_dev: out parameter for failed device28682868 *28692869 * Set ATA device disk transfer mode (PIO3, UDMA6, etc.). If28702870 * ata_set_mode() fails, pointer to the failing device is
+1-1
drivers/edac/e752x_edac.c
···10841084 struct pci_dev *dev = pvt->dev_d0f1;10851085 int enable = 1;1086108610871087- /* Allow module paramter override, else see if CPU supports parity */10871087+ /* Allow module parameter override, else see if CPU supports parity */10881088 if (sysbus_parity != -1) {10891089 enable = sysbus_parity;10901090 } else if (cpu_id[0] &&
···6262 e_printk(KERN_NOTICE, adapter, format, ## arg)636364646565-/* Interrupt modes, as used by the IntMode paramter */6565+/* Interrupt modes, as used by the IntMode parameter */6666#define E1000E_INT_MODE_LEGACY 06767#define E1000E_INT_MODE_MSI 16868#define E1000E_INT_MODE_MSIX 2
+1-1
drivers/net/ehea/ehea.h
···268268};269269270270/*271271- * Event Queue attributes, passed as paramter271271+ * Event Queue attributes, passed as parameter272272 */273273struct ehea_eq_attr {274274 u32 type;
+1-1
drivers/net/igbvf/igbvf.h
···4545/* Interrupt defines */4646#define IGBVF_START_ITR 648 /* ~6000 ints/sec */47474848-/* Interrupt modes, as used by the IntMode paramter */4848+/* Interrupt modes, as used by the IntMode parameter */4949#define IGBVF_INT_MODE_LEGACY 05050#define IGBVF_INT_MODE_MSI 15151#define IGBVF_INT_MODE_MSIX 2
+1-1
drivers/net/mlx4/en_netdev.c
···371371 int i;372372373373 /* If we haven't received a specific coalescing setting374374- * (module param), we set the moderation paramters as follows:374374+ * (module param), we set the moderation parameters as follows:375375 * - moder_cnt is set to the number of mtu sized packets to376376 * satisfy our coelsing target.377377 * - moder_time is set to a fixed value.
+3-3
drivers/net/qlge/qlge_mpi.c
···141141/* We are being asked by firmware to accept142142 * a change to the port. This is only143143 * a change to max frame sizes (Tx/Rx), pause144144- * paramters, or loopback mode. We wake up a worker144144+ * parameters, or loopback mode. We wake up a worker145145 * to handler processing this since a mailbox command146146 * will need to be sent to ACK the request.147147 */···371371 /* We are being asked by firmware to accept372372 * a change to the port. This is only373373 * a change to max frame sizes (Tx/Rx), pause374374- * paramters, or loopback mode.374374+ * parameters, or loopback mode.375375 */376376 case AEN_IDC_REQ:377377 status = ql_idc_req_aen(qdev);···380380 /* Process and inbound IDC event.381381 * This will happen when we're trying to382382 * change tx/rx max frame size, change pause383383- * paramters or loopback mode.383383+ * parameters or loopback mode.384384 */385385 case AEN_IDC_CMPLT:386386 case AEN_IDC_EXT:
+1-1
drivers/net/skfp/h/smt.h
···413413#define SMT_RDF_SUCCESS 0x00000003 /* success (PMF) */414414#define SMT_RDF_BADSET 0x00000004 /* bad set count (PMF) */415415#define SMT_RDF_ILLEGAL 0x00000005 /* read only (PMF) */416416-#define SMT_RDF_NOPARAM 0x6 /* paramter not supported (PMF) */416416+#define SMT_RDF_NOPARAM 0x6 /* parameter not supported (PMF) */417417#define SMT_RDF_RANGE 0x8 /* out of range */418418#define SMT_RDF_AUTHOR 0x9 /* not autohorized */419419#define SMT_RDF_LENGTH 0x0a /* length error */
···77 *88 * Limitation:99 * Can only get/set setttings of the first queue.1010- * Need to re-open the interface manually after changing some paramters.1010+ * Need to re-open the interface manually after changing some parameters.1111 *1212 * This program is free software; you can redistribute it and/or modify it1313 * under the terms of the GNU General Public License as published by the
+1-1
drivers/net/wireless/rt2x00/rt2x00lib.h
···235235 * @rt2x00dev: Pointer to &struct rt2x00_dev.236236 *237237 * Initialize work structure and all link tuning related238238- * paramters. This will not start the link tuning process itself.238238+ * parameters. This will not start the link tuning process itself.239239 */240240void rt2x00link_register(struct rt2x00_dev *rt2x00dev);241241
+1-1
drivers/net/wireless/wavelan_cs.c
···138138139139/*------------------------------------------------------------------*/140140/*141141- * Write the Paramter Storage Area to the WaveLAN card's memory141141+ * Write the Parameter Storage Area to the WaveLAN card's memory142142 */143143static void144144psa_write(struct net_device * dev,
+2-2
drivers/scsi/lpfc/lpfc_scsi.c
···827827 * @reftag: out: ref tag (reference tag)828828 *829829 * Description:830830- * Extract DIF paramters from the command if possible. Otherwise,831831- * use default paratmers.830830+ * Extract DIF parameters from the command if possible. Otherwise,831831+ * use default parameters.832832 *833833 **/834834static inline void