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

treewide: fix a few typos in comments

- kenrel -> kernel
- whetehr -> whether
- ttt -> tt
- sss -> ss

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Justin P. Mattock and committed by
Jiri Kosina
70f23fd6 c719864f

+53 -53
+1 -1
Documentation/devicetree/bindings/powerpc/nintendo/wii.txt
··· 127 127 - reg : should contain the SDHCI registers location and length 128 128 - interrupts : should contain the SDHCI interrupt 129 129 130 - 1.j) The Inter-Processsor Communication (IPC) node 130 + 1.j) The Inter-Processor Communication (IPC) node 131 131 132 132 Represent the Inter-Processor Communication interface. This interface 133 133 enables communications between the Broadway and the Starlet processors.
+1 -1
Documentation/feature-removal-schedule.txt
··· 226 226 What: CONFIG_ACPI_PROCFS_POWER 227 227 When: 2.6.39 228 228 Why: sysfs I/F for ACPI power devices, including AC and Battery, 229 - has been working in upstream kenrel since 2.6.24, Sep 2007. 229 + has been working in upstream kernel since 2.6.24, Sep 2007. 230 230 In 2.6.37, we make the sysfs I/F always built in and this option 231 231 disabled by default. 232 232 Remove this option and the ACPI power procfs interface in 2.6.39.
+1 -1
arch/arm/mach-msm/include/mach/msm_iomap.h
··· 55 55 56 56 #include "msm_iomap-8960.h" 57 57 58 - /* Virtual addressses shared across all MSM targets. */ 58 + /* Virtual addresses shared across all MSM targets. */ 59 59 #define MSM_CSR_BASE IOMEM(0xE0001000) 60 60 #define MSM_QGIC_DIST_BASE IOMEM(0xF0000000) 61 61 #define MSM_QGIC_CPU_BASE IOMEM(0xF0001000)
+1 -1
arch/arm/mach-omap2/control.h
··· 236 236 #define OMAP343X_CONTROL_WKUP_DEBOBS3 (OMAP343X_CONTROL_GENERAL_WKUP + 0x014) 237 237 #define OMAP343X_CONTROL_WKUP_DEBOBS4 (OMAP343X_CONTROL_GENERAL_WKUP + 0x018) 238 238 239 - /* 36xx-only RTA - Retention till Accesss control registers and bits */ 239 + /* 36xx-only RTA - Retention till Access control registers and bits */ 240 240 #define OMAP36XX_CONTROL_MEM_RTA_CTRL 0x40C 241 241 #define OMAP36XX_RTA_DISABLE 0x0 242 242
+1 -1
arch/ia64/hp/common/sba_iommu.c
··· 1063 1063 /* 1064 1064 ** Address does not fall w/in IOVA, must be bypassing 1065 1065 */ 1066 - DBG_BYPASS("sba_unmap_single_atttrs() bypass addr: 0x%lx\n", 1066 + DBG_BYPASS("sba_unmap_single_attrs() bypass addr: 0x%lx\n", 1067 1067 iova); 1068 1068 1069 1069 #ifdef ENABLE_MARK_CLEAN
+1 -1
arch/powerpc/include/asm/pte-hash64-64k.h
··· 22 22 #define _PAGE_HASHPTE _PAGE_HPTE_SUB 23 23 24 24 /* Note the full page bits must be in the same location as for normal 25 - * 4k pages as the same asssembly will be used to insert 64K pages 25 + * 4k pages as the same assembly will be used to insert 64K pages 26 26 * wether the kernel has CONFIG_PPC_64K_PAGES or not 27 27 */ 28 28 #define _PAGE_F_SECOND 0x00008000 /* full page: hidx bits */
+1 -1
arch/powerpc/kernel/kgdb.c
··· 142 142 return 0; 143 143 144 144 /* 145 - * On Book E and perhaps other processsors, singlestep is handled on 145 + * On Book E and perhaps other processors, singlestep is handled on 146 146 * the critical exception stack. This causes current_thread_info() 147 147 * to fail, since it it locates the thread_info by masking off 148 148 * the low bits of the current stack pointer. We work around
+1 -1
arch/x86/xen/pci-swiotlb-xen.c
··· 36 36 37 37 /* If running as PV guest, either iommu=soft, or swiotlb=force will 38 38 * activate this IOMMU. If running as PV privileged, activate it 39 - * irregardlesss. 39 + * irregardless. 40 40 */ 41 41 if ((xen_initial_domain() || swiotlb || swiotlb_force) && 42 42 (xen_pv_domain()))
+1 -1
drivers/acpi/acpica/utresrc.c
··· 50 50 #if defined(ACPI_DISASSEMBLER) || defined (ACPI_DEBUGGER) 51 51 /* 52 52 * Strings used to decode resource descriptors. 53 - * Used by both the disasssembler and the debugger resource dump routines 53 + * Used by both the disassembler and the debugger resource dump routines 54 54 */ 55 55 const char *acpi_gbl_bm_decode[] = { 56 56 "NotBusMaster",
+1 -1
drivers/acpi/video.c
··· 1521 1521 acpi_bus_generate_proc_event(device, event, 0); 1522 1522 keycode = KEY_BRIGHTNESSDOWN; 1523 1523 break; 1524 - case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS: /* zero brightnesss */ 1524 + case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS: /* zero brightness */ 1525 1525 if (brightness_switch_enabled) 1526 1526 acpi_video_switch_brightness(video_device, event); 1527 1527 acpi_bus_generate_proc_event(device, event, 0);
+1 -1
drivers/firmware/efivars.c
··· 321 321 322 322 /* 323 323 * Generic read/write functions that call the specific functions of 324 - * the atttributes... 324 + * the attributes... 325 325 */ 326 326 static ssize_t efivar_attr_show(struct kobject *kobj, struct attribute *attr, 327 327 char *buf)
+2 -2
drivers/macintosh/therm_pm72.c
··· 44 44 * TODO: - Check MPU structure version/signature 45 45 * - Add things like /sbin/overtemp for non-critical 46 46 * overtemp conditions so userland can take some policy 47 - * decisions, like slewing down CPUs 47 + * decisions, like slowing down CPUs 48 48 * - Deal with fan and i2c failures in a better way 49 49 * - Maybe do a generic PID based on params used for 50 50 * U3 and Drives ? Definitely need to factor code a bit 51 - * bettter... also make sensor detection more robust using 51 + * better... also make sensor detection more robust using 52 52 * the device-tree to probe for them 53 53 * - Figure out how to get the slots consumption and set the 54 54 * slots fan accordingly
+1 -1
drivers/media/dvb/dvb-usb/dw2102.c
··· 1377 1377 { 0x0f, KEY_BLUE }, /* bottom yellow button */ 1378 1378 { 0x14, KEY_AUDIO }, /* Snapshot */ 1379 1379 { 0x38, KEY_TV }, /* TV/Radio */ 1380 - { 0x0c, KEY_ESC } /* upper Red buttton */ 1380 + { 0x0c, KEY_ESC } /* upper Red button */ 1381 1381 }; 1382 1382 1383 1383 static struct rc_map_dvb_usb_table_table keys_tables[] = {
+1 -1
drivers/media/video/msp3400-driver.c
··· 96 96 MODULE_PARM_DESC(stereo_threshold, "Sets signal threshold to activate stereo"); 97 97 MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect"); 98 98 MODULE_PARM_DESC(amsound, "Hardwire AM sound at 6.5Hz (France), FM can autoscan"); 99 - MODULE_PARM_DESC(dolby, "Activates Dolby processsing"); 99 + MODULE_PARM_DESC(dolby, "Activates Dolby processing"); 100 100 101 101 /* ---------------------------------------------------------------------- */ 102 102
+1 -1
drivers/media/video/saa7164/saa7164-encoder.c
··· 177 177 } 178 178 } 179 179 180 - /* Allocate some kenrel kernel buffers for copying 180 + /* Allocate some kernel buffers for copying 181 181 * to userpsace. 182 182 */ 183 183 len = params->numberoflines * params->pitch;
+1 -1
drivers/media/video/saa7164/saa7164-vbi.c
··· 148 148 } 149 149 } 150 150 151 - /* Allocate some kenrel kernel buffers for copying 151 + /* Allocate some kernel buffers for copying 152 152 * to userpsace. 153 153 */ 154 154 len = params->numberoflines * params->pitch;
+1 -1
drivers/message/i2o/README.ioctl
··· 110 110 ENOBUFS Buffer not large enough. If this occurs, the required 111 111 buffer length is written into *(lct->reslen) 112 112 113 - VI. Settting Parameters 113 + VI. Setting Parameters 114 114 115 115 SYNOPSIS 116 116
+1 -1
drivers/net/can/pch_can.c
··· 653 653 u16 data_reg; 654 654 655 655 do { 656 - /* Reading the messsage object from the Message RAM */ 656 + /* Reading the message object from the Message RAM */ 657 657 iowrite32(PCH_CMASK_RX_TX_GET, &priv->regs->ifregs[0].cmask); 658 658 pch_can_rw_msg_obj(&priv->regs->ifregs[0].creq, obj_num); 659 659
+1 -1
drivers/net/irda/ali-ircc.c
··· 1800 1800 MessageCount = inb(iobase+ FIR_LSR)&0x07; 1801 1801 1802 1802 if (MessageCount > 0) 1803 - IRDA_DEBUG(0, "%s(), Messsage count = %d,\n", __func__ , MessageCount); 1803 + IRDA_DEBUG(0, "%s(), Message count = %d,\n", __func__ , MessageCount); 1804 1804 1805 1805 for (i=0; i<=MessageCount; i++) 1806 1806 {
+1 -1
drivers/net/s2io.c
··· 7231 7231 /* As per the HW requirement we need to replenish the 7232 7232 * receive buffer to avoid the ring bump. Since there is 7233 7233 * no intention of processing the Rx frame at this pointwe are 7234 - * just settting the ownership bit of rxd in Each Rx 7234 + * just setting the ownership bit of rxd in Each Rx 7235 7235 * ring to HW and set the appropriate buffer size 7236 7236 * based on the ring mode 7237 7237 */
+1 -1
drivers/net/ucc_geth_ethtool.c
··· 6 6 * Author: Li Yang <leoli@freescale.com> 7 7 * 8 8 * Limitation: 9 - * Can only get/set setttings of the first queue. 9 + * Can only get/set settings of the first queue. 10 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
+1 -1
drivers/net/usb/usbnet.c
··· 109 109 110 110 /* take the first altsetting with in-bulk + out-bulk; 111 111 * remember any status endpoint, just in case; 112 - * ignore other endpoints and altsetttings. 112 + * ignore other endpoints and altsettings. 113 113 */ 114 114 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) { 115 115 struct usb_host_endpoint *e;
+1 -1
drivers/net/wan/pc300_drv.c
··· 1445 1445 * Description: In the remote loopback mode the clock and data recovered 1446 1446 * from the line inputs RL1/2 or RDIP/RDIN are routed back 1447 1447 * to the line outputs XL1/2 or XDOP/XDON via the analog 1448 - * transmitter. As in normal mode they are processsed by 1448 + * transmitter. As in normal mode they are processed by 1449 1449 * the synchronizer and then sent to the system interface. 1450 1450 *---------------------------------------------------------------------------- 1451 1451 */
+4 -4
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
··· 3329 3329 else 3330 3330 cptr = AR9300_BASE_ADDR; 3331 3331 ath_dbg(common, ATH_DBG_EEPROM, 3332 - "Trying EEPROM accesss at Address 0x%04x\n", cptr); 3332 + "Trying EEPROM access at Address 0x%04x\n", cptr); 3333 3333 if (ar9300_check_eeprom_header(ah, read, cptr)) 3334 3334 goto found; 3335 3335 3336 3336 cptr = AR9300_BASE_ADDR_512; 3337 3337 ath_dbg(common, ATH_DBG_EEPROM, 3338 - "Trying EEPROM accesss at Address 0x%04x\n", cptr); 3338 + "Trying EEPROM access at Address 0x%04x\n", cptr); 3339 3339 if (ar9300_check_eeprom_header(ah, read, cptr)) 3340 3340 goto found; 3341 3341 3342 3342 read = ar9300_read_otp; 3343 3343 cptr = AR9300_BASE_ADDR; 3344 3344 ath_dbg(common, ATH_DBG_EEPROM, 3345 - "Trying OTP accesss at Address 0x%04x\n", cptr); 3345 + "Trying OTP access at Address 0x%04x\n", cptr); 3346 3346 if (ar9300_check_eeprom_header(ah, read, cptr)) 3347 3347 goto found; 3348 3348 3349 3349 cptr = AR9300_BASE_ADDR_512; 3350 3350 ath_dbg(common, ATH_DBG_EEPROM, 3351 - "Trying OTP accesss at Address 0x%04x\n", cptr); 3351 + "Trying OTP access at Address 0x%04x\n", cptr); 3352 3352 if (ar9300_check_eeprom_header(ah, read, cptr)) 3353 3353 goto found; 3354 3354
+1 -1
drivers/net/wireless/ipw2x00/ipw2200.c
··· 7430 7430 priv->assoc_request.capability &= 7431 7431 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); 7432 7432 7433 - IPW_DEBUG_ASSOC("%sssocation attempt: '%s', channel %d, " 7433 + IPW_DEBUG_ASSOC("%ssociation attempt: '%s', channel %d, " 7434 7434 "802.11%c [%d], %s[:%s], enc=%s%s%s%c%c\n", 7435 7435 roaming ? "Rea" : "A", 7436 7436 print_ssid(ssid, priv->essid, priv->essid_len),
+1 -1
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
··· 1 1 /* 2 - * Aic7xxx SCSI host adapter firmware asssembler symbol table implementation 2 + * Aic7xxx SCSI host adapter firmware assembler symbol table implementation 3 3 * 4 4 * Copyright (c) 1997 Justin T. Gibbs. 5 5 * Copyright (c) 2002 Adaptec Inc.
+1 -1
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h
··· 1 1 /* 2 - * Aic7xxx SCSI host adapter firmware asssembler symbol table definitions 2 + * Aic7xxx SCSI host adapter firmware assembler symbol table definitions 3 3 * 4 4 * Copyright (c) 1997 Justin T. Gibbs. 5 5 * Copyright (c) 2002 Adaptec Inc.
+1 -1
drivers/scsi/constants.c
··· 34 34 static const char * cdb_byte0_names[] = { 35 35 /* 00-03 */ "Test Unit Ready", "Rezero Unit/Rewind", NULL, "Request Sense", 36 36 /* 04-07 */ "Format Unit/Medium", "Read Block Limits", NULL, 37 - "Reasssign Blocks", 37 + "Reassign Blocks", 38 38 /* 08-0d */ "Read(6)", NULL, "Write(6)", "Seek(6)", NULL, NULL, 39 39 /* 0e-12 */ NULL, "Read Reverse", "Write Filemarks", "Space", "Inquiry", 40 40 /* 13-16 */ "Verify(6)", "Recover Buffered Data", "Mode Select(6)",
+1 -1
drivers/scsi/esp_scsi.c
··· 1059 1059 esp->ops->send_dma_cmd(esp, esp->command_block_dma, 1060 1060 2, 2, 1, ESP_CMD_DMA | ESP_CMD_TI); 1061 1061 1062 - /* ACK the msssage. */ 1062 + /* ACK the message. */ 1063 1063 scsi_esp_cmd(esp, ESP_CMD_MOK); 1064 1064 1065 1065 for (i = 0; i < ESP_RESELECT_TAG_LIMIT; i++) {
+1 -1
drivers/scsi/lpfc/lpfc_attr.c
··· 4532 4532 * 4533 4533 * This function is called by the lpfc_get_cfgparam() routine to set the 4534 4534 * module lpfc_log_verbose into the @phba cfg_log_verbose for use with 4535 - * log messsage according to the module's lpfc_log_verbose parameter setting 4535 + * log message according to the module's lpfc_log_verbose parameter setting 4536 4536 * before hba port or vport created. 4537 4537 **/ 4538 4538 static void
+1 -1
drivers/scsi/lpfc/lpfc_hw.h
··· 1002 1002 #define SLI_MGMT_GRPL 0x102 /* Get registered Port list */ 1003 1003 #define SLI_MGMT_GPAT 0x110 /* Get Port attributes */ 1004 1004 #define SLI_MGMT_RHBA 0x200 /* Register HBA */ 1005 - #define SLI_MGMT_RHAT 0x201 /* Register HBA atttributes */ 1005 + #define SLI_MGMT_RHAT 0x201 /* Register HBA attributes */ 1006 1006 #define SLI_MGMT_RPRT 0x210 /* Register Port */ 1007 1007 #define SLI_MGMT_RPA 0x211 /* Register Port attributes */ 1008 1008 #define SLI_MGMT_DHBA 0x300 /* De-register HBA */
+1 -1
drivers/scsi/lpfc/lpfc_sli.c
··· 3040 3040 list_add_tail(&rspiocbp->list, &(pring->iocb_continueq)); 3041 3041 pring->iocb_continueq_cnt++; 3042 3042 3043 - /* Now, determine whetehr the list is completed for processing */ 3043 + /* Now, determine whether the list is completed for processing */ 3044 3044 irsp = &rspiocbp->iocb; 3045 3045 if (irsp->ulpLe) { 3046 3046 /*
+1 -1
drivers/scsi/nsp32_debug.c
··· 13 13 14 14 static const char * group_0_commands[] = { 15 15 /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", 16 - /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reasssign Blocks", 16 + /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks", 17 17 /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, 18 18 /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", 19 19 /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve",
+1 -1
drivers/scsi/pcmcia/nsp_debug.c
··· 15 15 16 16 static const char * group_0_commands[] = { 17 17 /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", 18 - /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reasssign Blocks", 18 + /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks", 19 19 /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, 20 20 /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", 21 21 /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve",
+1 -1
drivers/scsi/qla4xxx/ql4_mbx.c
··· 19 19 * @mbx_cmd: data pointer for mailbox in registers. 20 20 * @mbx_sts: data pointer for mailbox out registers. 21 21 * 22 - * This routine isssue mailbox commands and waits for completion. 22 + * This routine issue mailbox commands and waits for completion. 23 23 * If outCount is 0, this routine completes successfully WITHOUT waiting 24 24 * for the mailbox command to complete. 25 25 **/
+1 -1
drivers/tty/n_gsm.c
··· 2128 2128 2129 2129 /** 2130 2130 * gsmld_detach_gsm - stop doing 0710 mux 2131 - * @tty: tty atttached to the mux 2131 + * @tty: tty attached to the mux 2132 2132 * @gsm: mux 2133 2133 * 2134 2134 * Shutdown and then clean up the resources used by the line discipline
+1 -1
drivers/usb/host/imx21-dbg.c
··· 384 384 seq_printf(s, "%s %d:\n" 385 385 "cc=0X%02X\n" 386 386 "scheduled frame %d (%d)\n" 387 - "submittted frame %d (%d)\n" 387 + "submitted frame %d (%d)\n" 388 388 "completed frame %d (%d)\n" 389 389 "requested length=%d\n" 390 390 "completed length=%d\n\n",
+1 -1
drivers/usb/misc/usbtest.c
··· 104 104 alt = intf->altsetting + tmp; 105 105 106 106 /* take the first altsetting with in-bulk + out-bulk; 107 - * ignore other endpoints and altsetttings. 107 + * ignore other endpoints and altsettings. 108 108 */ 109 109 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) { 110 110 struct usb_host_endpoint *e;
+1 -1
fs/btrfs/relocation.c
··· 709 709 WARN_ON(cur->checked); 710 710 if (!list_empty(&cur->upper)) { 711 711 /* 712 - * the backref was added previously when processsing 712 + * the backref was added previously when processing 713 713 * backref of type BTRFS_TREE_BLOCK_REF_KEY 714 714 */ 715 715 BUG_ON(!list_is_singular(&cur->upper));
+1 -1
fs/freevxfs/vxfs_inode.c
··· 272 272 * *ip: VFS inode 273 273 * 274 274 * Description: 275 - * vxfs_put_fake_inode frees all data asssociated with @ip. 275 + * vxfs_put_fake_inode frees all data associated with @ip. 276 276 */ 277 277 void 278 278 vxfs_put_fake_inode(struct inode *ip)
+1 -1
fs/nfsd/stats.c
··· 8 8 * Statistsics for the reply cache 9 9 * fh <stale> <total-lookups> <anonlookups> <dir-not-in-dcache> <nondir-not-in-dcache> 10 10 * statistics for filehandle lookup 11 - * io <bytes-read> <bytes-writtten> 11 + * io <bytes-read> <bytes-written> 12 12 * statistics for IO throughput 13 13 * th <threads> <fullcnt> <10%-20%> <20%-30%> ... <90%-100%> <100%> 14 14 * time (seconds) when nfsd thread usage above thresholds
+2 -2
fs/squashfs/Kconfig
··· 42 42 select LZO_DECOMPRESS 43 43 help 44 44 Saying Y here includes support for reading Squashfs file systems 45 - compressed with LZO compresssion. LZO compression is mainly 45 + compressed with LZO compression. LZO compression is mainly 46 46 aimed at embedded systems with slower CPUs where the overheads 47 47 of zlib are too high. 48 48 ··· 57 57 select XZ_DEC 58 58 help 59 59 Saying Y here includes support for reading Squashfs file systems 60 - compressed with XZ compresssion. XZ gives better compression than 60 + compressed with XZ compression. XZ gives better compression than 61 61 the default zlib compression, at the expense of greater CPU and 62 62 memory overhead. 63 63
+1 -1
fs/squashfs/cache.c
··· 29 29 * plus functions layered ontop of the generic cache implementation to 30 30 * access the metadata and fragment caches. 31 31 * 32 - * To avoid out of memory and fragmentation isssues with vmalloc the cache 32 + * To avoid out of memory and fragmentation issues with vmalloc the cache 33 33 * uses sequences of kmalloced PAGE_CACHE_SIZE buffers. 34 34 * 35 35 * It should be noted that the cache is not used for file datablocks, these
+1 -1
fs/xfs/xfs_inode.c
··· 1470 1470 * file but the log buffers containing the free and reallocation 1471 1471 * don't, then we'd end up with garbage in the blocks being freed. 1472 1472 * As long as we make the new_size permanent before actually 1473 - * freeing any blocks it doesn't matter if they get writtten to. 1473 + * freeing any blocks it doesn't matter if they get written to. 1474 1474 * 1475 1475 * The callers must signal into us whether or not the size 1476 1476 * setting here must be synchronous. There are a few cases
+1 -1
include/linux/posix-clock.h
··· 45 45 * @timer_create: Create a new timer 46 46 * @timer_delete: Remove a previously created timer 47 47 * @timer_gettime: Get remaining time and interval of a timer 48 - * @timer_setttime: Set a timer's initial expiration and interval 48 + * @timer_settime: Set a timer's initial expiration and interval 49 49 * @fasync: Optional character device fasync method 50 50 * @mmap: Optional character device mmap method 51 51 * @open: Optional character device open method
+1 -1
include/net/genetlink.h
··· 260 260 261 261 /** 262 262 * gennlmsg_data - head of message payload 263 - * @gnlh: genetlink messsage header 263 + * @gnlh: genetlink message header 264 264 */ 265 265 static inline void *genlmsg_data(const struct genlmsghdr *gnlh) 266 266 {
+1 -1
include/net/netlink.h
··· 290 290 291 291 /** 292 292 * nlmsg_data - head of message payload 293 - * @nlh: netlink messsage header 293 + * @nlh: netlink message header 294 294 */ 295 295 static inline void *nlmsg_data(const struct nlmsghdr *nlh) 296 296 {
+1 -1
net/sunrpc/xprtrdma/svc_rdma_transport.c
··· 333 333 } 334 334 335 335 /* 336 - * Processs a completion context 336 + * Process a completion context 337 337 */ 338 338 static void process_context(struct svcxprt_rdma *xprt, 339 339 struct svc_rdma_op_ctxt *ctxt)