···127127 - reg : should contain the SDHCI registers location and length128128 - interrupts : should contain the SDHCI interrupt129129130130-1.j) The Inter-Processsor Communication (IPC) node130130+1.j) The Inter-Processor Communication (IPC) node131131132132 Represent the Inter-Processor Communication interface. This interface133133 enables communications between the Broadway and the Starlet processors.
+1-1
Documentation/feature-removal-schedule.txt
···226226What: CONFIG_ACPI_PROCFS_POWER227227When: 2.6.39228228Why: sysfs I/F for ACPI power devices, including AC and Battery,229229- has been working in upstream kenrel since 2.6.24, Sep 2007.229229+ has been working in upstream kernel since 2.6.24, Sep 2007.230230 In 2.6.37, we make the sysfs I/F always built in and this option231231 disabled by default.232232 Remove this option and the ACPI power procfs interface in 2.6.39.
+1-1
arch/arm/mach-msm/include/mach/msm_iomap.h
···55555656#include "msm_iomap-8960.h"57575858-/* Virtual addressses shared across all MSM targets. */5858+/* Virtual addresses shared across all MSM targets. */5959#define MSM_CSR_BASE IOMEM(0xE0001000)6060#define MSM_QGIC_DIST_BASE IOMEM(0xF0000000)6161#define MSM_QGIC_CPU_BASE IOMEM(0xF0001000)
+1-1
arch/arm/mach-omap2/control.h
···236236#define OMAP343X_CONTROL_WKUP_DEBOBS3 (OMAP343X_CONTROL_GENERAL_WKUP + 0x014)237237#define OMAP343X_CONTROL_WKUP_DEBOBS4 (OMAP343X_CONTROL_GENERAL_WKUP + 0x018)238238239239-/* 36xx-only RTA - Retention till Accesss control registers and bits */239239+/* 36xx-only RTA - Retention till Access control registers and bits */240240#define OMAP36XX_CONTROL_MEM_RTA_CTRL 0x40C241241#define OMAP36XX_RTA_DISABLE 0x0242242
+1-1
arch/ia64/hp/common/sba_iommu.c
···10631063 /*10641064 ** Address does not fall w/in IOVA, must be bypassing10651065 */10661066- DBG_BYPASS("sba_unmap_single_atttrs() bypass addr: 0x%lx\n",10661066+ DBG_BYPASS("sba_unmap_single_attrs() bypass addr: 0x%lx\n",10671067 iova);1068106810691069#ifdef ENABLE_MARK_CLEAN
+1-1
arch/powerpc/include/asm/pte-hash64-64k.h
···2222#define _PAGE_HASHPTE _PAGE_HPTE_SUB23232424/* Note the full page bits must be in the same location as for normal2525- * 4k pages as the same asssembly will be used to insert 64K pages2525+ * 4k pages as the same assembly will be used to insert 64K pages2626 * wether the kernel has CONFIG_PPC_64K_PAGES or not2727 */2828#define _PAGE_F_SECOND 0x00008000 /* full page: hidx bits */
+1-1
arch/powerpc/kernel/kgdb.c
···142142 return 0;143143144144 /*145145- * On Book E and perhaps other processsors, singlestep is handled on145145+ * On Book E and perhaps other processors, singlestep is handled on146146 * the critical exception stack. This causes current_thread_info()147147 * to fail, since it it locates the thread_info by masking off148148 * the low bits of the current stack pointer. We work around
+1-1
arch/x86/xen/pci-swiotlb-xen.c
···36363737 /* If running as PV guest, either iommu=soft, or swiotlb=force will3838 * activate this IOMMU. If running as PV privileged, activate it3939- * irregardlesss.3939+ * irregardless.4040 */4141 if ((xen_initial_domain() || swiotlb || swiotlb_force) &&4242 (xen_pv_domain()))
+1-1
drivers/acpi/acpica/utresrc.c
···5050#if defined(ACPI_DISASSEMBLER) || defined (ACPI_DEBUGGER)5151/*5252 * Strings used to decode resource descriptors.5353- * Used by both the disasssembler and the debugger resource dump routines5353+ * Used by both the disassembler and the debugger resource dump routines5454 */5555const char *acpi_gbl_bm_decode[] = {5656 "NotBusMaster",
+1-1
drivers/acpi/video.c
···15211521 acpi_bus_generate_proc_event(device, event, 0);15221522 keycode = KEY_BRIGHTNESSDOWN;15231523 break;15241524- case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS: /* zero brightnesss */15241524+ case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS: /* zero brightness */15251525 if (brightness_switch_enabled)15261526 acpi_video_switch_brightness(video_device, event);15271527 acpi_bus_generate_proc_event(device, event, 0);
+1-1
drivers/firmware/efivars.c
···321321322322/*323323 * Generic read/write functions that call the specific functions of324324- * the atttributes...324324+ * the attributes...325325 */326326static ssize_t efivar_attr_show(struct kobject *kobj, struct attribute *attr,327327 char *buf)
+2-2
drivers/macintosh/therm_pm72.c
···4444 * TODO: - Check MPU structure version/signature4545 * - Add things like /sbin/overtemp for non-critical4646 * overtemp conditions so userland can take some policy4747- * decisions, like slewing down CPUs4747+ * decisions, like slowing down CPUs4848 * - Deal with fan and i2c failures in a better way4949 * - Maybe do a generic PID based on params used for5050 * U3 and Drives ? Definitely need to factor code a bit5151- * bettter... also make sensor detection more robust using5151+ * better... also make sensor detection more robust using5252 * the device-tree to probe for them5353 * - Figure out how to get the slots consumption and set the5454 * slots fan accordingly
···9696MODULE_PARM_DESC(stereo_threshold, "Sets signal threshold to activate stereo");9797MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect");9898MODULE_PARM_DESC(amsound, "Hardwire AM sound at 6.5Hz (France), FM can autoscan");9999-MODULE_PARM_DESC(dolby, "Activates Dolby processsing");9999+MODULE_PARM_DESC(dolby, "Activates Dolby processing");100100101101/* ---------------------------------------------------------------------- */102102
+1-1
drivers/media/video/saa7164/saa7164-encoder.c
···177177 }178178 }179179180180- /* Allocate some kenrel kernel buffers for copying180180+ /* Allocate some kernel buffers for copying181181 * to userpsace.182182 */183183 len = params->numberoflines * params->pitch;
+1-1
drivers/media/video/saa7164/saa7164-vbi.c
···148148 }149149 }150150151151- /* Allocate some kenrel kernel buffers for copying151151+ /* Allocate some kernel buffers for copying152152 * to userpsace.153153 */154154 len = params->numberoflines * params->pitch;
+1-1
drivers/message/i2o/README.ioctl
···110110 ENOBUFS Buffer not large enough. If this occurs, the required111111 buffer length is written into *(lct->reslen)112112113113-VI. Settting Parameters113113+VI. Setting Parameters114114115115 SYNOPSIS 116116
+1-1
drivers/net/can/pch_can.c
···653653 u16 data_reg;654654655655 do {656656- /* Reading the messsage object from the Message RAM */656656+ /* Reading the message object from the Message RAM */657657 iowrite32(PCH_CMASK_RX_TX_GET, &priv->regs->ifregs[0].cmask);658658 pch_can_rw_msg_obj(&priv->regs->ifregs[0].creq, obj_num);659659
···72317231 /* As per the HW requirement we need to replenish the72327232 * receive buffer to avoid the ring bump. Since there is72337233 * no intention of processing the Rx frame at this pointwe are72347234- * just settting the ownership bit of rxd in Each Rx72347234+ * just setting the ownership bit of rxd in Each Rx72357235 * ring to HW and set the appropriate buffer size72367236 * based on the ring mode72377237 */
+1-1
drivers/net/ucc_geth_ethtool.c
···66 * Author: Li Yang <leoli@freescale.com>77 *88 * Limitation:99- * Can only get/set setttings of the first queue.99+ * Can only get/set settings of the first queue.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 it
+1-1
drivers/net/usb/usbnet.c
···109109110110 /* take the first altsetting with in-bulk + out-bulk;111111 * remember any status endpoint, just in case;112112- * ignore other endpoints and altsetttings.112112+ * ignore other endpoints and altsettings.113113 */114114 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) {115115 struct usb_host_endpoint *e;
+1-1
drivers/net/wan/pc300_drv.c
···14451445 * Description: In the remote loopback mode the clock and data recovered14461446 * from the line inputs RL1/2 or RDIP/RDIN are routed back14471447 * to the line outputs XL1/2 or XDOP/XDON via the analog14481448- * transmitter. As in normal mode they are processsed by14481448+ * transmitter. As in normal mode they are processed by14491449 * the synchronizer and then sent to the system interface.14501450 *----------------------------------------------------------------------------14511451 */
+4-4
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
···33293329 else33303330 cptr = AR9300_BASE_ADDR;33313331 ath_dbg(common, ATH_DBG_EEPROM,33323332- "Trying EEPROM accesss at Address 0x%04x\n", cptr);33323332+ "Trying EEPROM access at Address 0x%04x\n", cptr);33333333 if (ar9300_check_eeprom_header(ah, read, cptr))33343334 goto found;3335333533363336 cptr = AR9300_BASE_ADDR_512;33373337 ath_dbg(common, ATH_DBG_EEPROM,33383338- "Trying EEPROM accesss at Address 0x%04x\n", cptr);33383338+ "Trying EEPROM access at Address 0x%04x\n", cptr);33393339 if (ar9300_check_eeprom_header(ah, read, cptr))33403340 goto found;3341334133423342 read = ar9300_read_otp;33433343 cptr = AR9300_BASE_ADDR;33443344 ath_dbg(common, ATH_DBG_EEPROM,33453345- "Trying OTP accesss at Address 0x%04x\n", cptr);33453345+ "Trying OTP access at Address 0x%04x\n", cptr);33463346 if (ar9300_check_eeprom_header(ah, read, cptr))33473347 goto found;3348334833493349 cptr = AR9300_BASE_ADDR_512;33503350 ath_dbg(common, ATH_DBG_EEPROM,33513351- "Trying OTP accesss at Address 0x%04x\n", cptr);33513351+ "Trying OTP access at Address 0x%04x\n", cptr);33523352 if (ar9300_check_eeprom_header(ah, read, cptr))33533353 goto found;33543354
···10591059 esp->ops->send_dma_cmd(esp, esp->command_block_dma,10601060 2, 2, 1, ESP_CMD_DMA | ESP_CMD_TI);1061106110621062- /* ACK the msssage. */10621062+ /* ACK the message. */10631063 scsi_esp_cmd(esp, ESP_CMD_MOK);1064106410651065 for (i = 0; i < ESP_RESELECT_TAG_LIMIT; i++) {
+1-1
drivers/scsi/lpfc/lpfc_attr.c
···45324532 *45334533 * This function is called by the lpfc_get_cfgparam() routine to set the45344534 * module lpfc_log_verbose into the @phba cfg_log_verbose for use with45354535- * log messsage according to the module's lpfc_log_verbose parameter setting45354535+ * log message according to the module's lpfc_log_verbose parameter setting45364536 * before hba port or vport created.45374537 **/45384538static void
+1-1
drivers/scsi/lpfc/lpfc_hw.h
···10021002#define SLI_MGMT_GRPL 0x102 /* Get registered Port list */10031003#define SLI_MGMT_GPAT 0x110 /* Get Port attributes */10041004#define SLI_MGMT_RHBA 0x200 /* Register HBA */10051005-#define SLI_MGMT_RHAT 0x201 /* Register HBA atttributes */10051005+#define SLI_MGMT_RHAT 0x201 /* Register HBA attributes */10061006#define SLI_MGMT_RPRT 0x210 /* Register Port */10071007#define SLI_MGMT_RPA 0x211 /* Register Port attributes */10081008#define SLI_MGMT_DHBA 0x300 /* De-register HBA */
+1-1
drivers/scsi/lpfc/lpfc_sli.c
···30403040 list_add_tail(&rspiocbp->list, &(pring->iocb_continueq));30413041 pring->iocb_continueq_cnt++;3042304230433043- /* Now, determine whetehr the list is completed for processing */30433043+ /* Now, determine whether the list is completed for processing */30443044 irsp = &rspiocbp->iocb;30453045 if (irsp->ulpLe) {30463046 /*
···1919 * @mbx_cmd: data pointer for mailbox in registers.2020 * @mbx_sts: data pointer for mailbox out registers.2121 *2222- * This routine isssue mailbox commands and waits for completion.2222+ * This routine issue mailbox commands and waits for completion.2323 * If outCount is 0, this routine completes successfully WITHOUT waiting2424 * for the mailbox command to complete.2525 **/
+1-1
drivers/tty/n_gsm.c
···2128212821292129/**21302130 * gsmld_detach_gsm - stop doing 0710 mux21312131- * @tty: tty atttached to the mux21312131+ * @tty: tty attached to the mux21322132 * @gsm: mux21332133 *21342134 * Shutdown and then clean up the resources used by the line discipline
···104104 alt = intf->altsetting + tmp;105105106106 /* take the first altsetting with in-bulk + out-bulk;107107- * ignore other endpoints and altsetttings.107107+ * ignore other endpoints and altsettings.108108 */109109 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) {110110 struct usb_host_endpoint *e;
+1-1
fs/btrfs/relocation.c
···709709 WARN_ON(cur->checked);710710 if (!list_empty(&cur->upper)) {711711 /*712712- * the backref was added previously when processsing712712+ * the backref was added previously when processing713713 * backref of type BTRFS_TREE_BLOCK_REF_KEY714714 */715715 BUG_ON(!list_is_singular(&cur->upper));
+1-1
fs/freevxfs/vxfs_inode.c
···272272 * *ip: VFS inode273273 *274274 * Description:275275- * vxfs_put_fake_inode frees all data asssociated with @ip.275275+ * vxfs_put_fake_inode frees all data associated with @ip.276276 */277277void278278vxfs_put_fake_inode(struct inode *ip)
+1-1
fs/nfsd/stats.c
···88 * Statistsics for the reply cache99 * fh <stale> <total-lookups> <anonlookups> <dir-not-in-dcache> <nondir-not-in-dcache>1010 * statistics for filehandle lookup1111- * io <bytes-read> <bytes-writtten>1111+ * io <bytes-read> <bytes-written>1212 * statistics for IO throughput1313 * th <threads> <fullcnt> <10%-20%> <20%-30%> ... <90%-100%> <100%> 1414 * time (seconds) when nfsd thread usage above thresholds
+2-2
fs/squashfs/Kconfig
···4242 select LZO_DECOMPRESS4343 help4444 Saying Y here includes support for reading Squashfs file systems4545- compressed with LZO compresssion. LZO compression is mainly4545+ compressed with LZO compression. LZO compression is mainly4646 aimed at embedded systems with slower CPUs where the overheads4747 of zlib are too high.4848···5757 select XZ_DEC5858 help5959 Saying Y here includes support for reading Squashfs file systems6060- compressed with XZ compresssion. XZ gives better compression than6060+ compressed with XZ compression. XZ gives better compression than6161 the default zlib compression, at the expense of greater CPU and6262 memory overhead.6363
+1-1
fs/squashfs/cache.c
···2929 * plus functions layered ontop of the generic cache implementation to3030 * access the metadata and fragment caches.3131 *3232- * To avoid out of memory and fragmentation isssues with vmalloc the cache3232+ * To avoid out of memory and fragmentation issues with vmalloc the cache3333 * uses sequences of kmalloced PAGE_CACHE_SIZE buffers.3434 *3535 * It should be noted that the cache is not used for file datablocks, these
+1-1
fs/xfs/xfs_inode.c
···14701470 * file but the log buffers containing the free and reallocation14711471 * don't, then we'd end up with garbage in the blocks being freed.14721472 * As long as we make the new_size permanent before actually14731473- * freeing any blocks it doesn't matter if they get writtten to.14731473+ * freeing any blocks it doesn't matter if they get written to.14741474 *14751475 * The callers must signal into us whether or not the size14761476 * setting here must be synchronous. There are a few cases
+1-1
include/linux/posix-clock.h
···4545 * @timer_create: Create a new timer4646 * @timer_delete: Remove a previously created timer4747 * @timer_gettime: Get remaining time and interval of a timer4848- * @timer_setttime: Set a timer's initial expiration and interval4848+ * @timer_settime: Set a timer's initial expiration and interval4949 * @fasync: Optional character device fasync method5050 * @mmap: Optional character device mmap method5151 * @open: Optional character device open method