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

treewide: fix typo of "suport" in various comments and Kconfig

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Masanari Iida and committed by
Jiri Kosina
02582e9b d7558148

+25 -25
+1 -1
Documentation/hwmon/pmbus
··· 138 138 139 139 When probing the chip, the driver identifies which PMBus registers are 140 140 supported, and determines available sensors from this information. 141 - Attribute files only exist if respective sensors are suported by the chip. 141 + Attribute files only exist if respective sensors are supported by the chip. 142 142 Labels are provided to inform the user about the sensor associated with 143 143 a given sysfs entry. 144 144
+1 -1
Documentation/video4linux/bttv/Sound-FAQ
··· 82 82 values used by the windows driver. A tool to do this is available 83 83 from ftp://telepresence.dmem.strath.ac.uk/pub/bt848/winutil, but it 84 84 does'nt work with bt878 boards according to some reports I received. 85 - Another one with bt878 suport is available from 85 + Another one with bt878 support is available from 86 86 http://btwincap.sourceforge.net/Files/btspy2.00.zip 87 87 88 88 You might also dig around in the *.ini files of the Windows applications.
+1 -1
arch/mips/txx9/generic/pci.c
··· 341 341 342 342 static void __devinit tc35815_fixup(struct pci_dev *dev) 343 343 { 344 - /* This device may have PM registers but not they are not suported. */ 344 + /* This device may have PM registers but not they are not supported. */ 345 345 if (dev->pm_cap) { 346 346 dev_info(&dev->dev, "PM disabled\n"); 347 347 dev->pm_cap = 0;
+1 -1
arch/powerpc/include/asm/oprofile_impl.h
··· 34 34 unsigned long mmcra; 35 35 #ifdef CONFIG_OPROFILE_CELL 36 36 /* Register for oprofile user tool to check cell kernel profiling 37 - * suport. 37 + * support. 38 38 */ 39 39 unsigned long cell_support; 40 40 #endif
+1 -1
arch/sh/boards/board-espt.c
··· 1 1 /* 2 - * Data Technology Inc. ESPT-GIGA board suport 2 + * Data Technology Inc. ESPT-GIGA board support 3 3 * 4 4 * Copyright (C) 2008, 2009 Renesas Solutions Corp. 5 5 * Copyright (C) 2008, 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
+1 -1
drivers/acpi/acpica/dsopcode.c
··· 1 1 /****************************************************************************** 2 2 * 3 - * Module Name: dsopcode - Dispatcher suport for regions and fields 3 + * Module Name: dsopcode - Dispatcher support for regions and fields 4 4 * 5 5 *****************************************************************************/ 6 6
+1 -1
drivers/net/bonding/bonding.h
··· 244 244 struct delayed_work ad_work; 245 245 struct delayed_work mcast_work; 246 246 #ifdef CONFIG_DEBUG_FS 247 - /* debugging suport via debugfs */ 247 + /* debugging support via debugfs */ 248 248 struct dentry *debug_dir; 249 249 #endif /* CONFIG_DEBUG_FS */ 250 250 };
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
··· 4318 4318 4319 4319 if (o->next_tx_only >= o->max_cos) 4320 4320 /* >= becuase tx only must always be smaller than cos since the 4321 - * primary connection suports COS 0 4321 + * primary connection supports COS 0 4322 4322 */ 4323 4323 BNX2X_ERR("illegal value for next tx_only: %d. max cos was %d", 4324 4324 o->next_tx_only, o->max_cos);
+1 -1
drivers/net/ethernet/micrel/ksz884x.c
··· 6767 6767 /* 6768 6768 * This enables fast aging in the KSZ8842 switch. Not sure what situation 6769 6769 * needs that. However, fast aging is used to flush the dynamic MAC table when 6770 - * STP suport is enabled. 6770 + * STP support is enabled. 6771 6771 */ 6772 6772 static int fast_aging; 6773 6773
+1 -1
drivers/net/wireless/atmel.c
··· 2963 2963 ssid_el_p[1] = priv->SSID_size; 2964 2964 memcpy(ssid_el_p + 2, priv->SSID, priv->SSID_size); 2965 2965 ssid_el_p[2 + priv->SSID_size] = WLAN_EID_SUPP_RATES; 2966 - ssid_el_p[3 + priv->SSID_size] = 4; /* len of suported rates */ 2966 + ssid_el_p[3 + priv->SSID_size] = 4; /* len of supported rates */ 2967 2967 memcpy(ssid_el_p + 4 + priv->SSID_size, atmel_basic_rates, 4); 2968 2968 2969 2969 atmel_transmit_management_frame(priv, &header, (void *)&body, bodysize);
+1 -1
drivers/net/wireless/ipw2x00/ipw2100.h
··· 1045 1045 IPW_ORD_POWER_MGMT_MODE, // Power mode - 0=CAM, 1=PSP 1046 1046 IPW_ORD_POWER_MGMT_INDEX, //NS // 1047 1047 IPW_ORD_COUNTRY_CODE, // IEEE country code as recv'd from beacon 1048 - IPW_ORD_COUNTRY_CHANNELS, // channels suported by country 1048 + IPW_ORD_COUNTRY_CHANNELS, // channels supported by country 1049 1049 // IPW_ORD_COUNTRY_CHANNELS: 1050 1050 // For 11b the lower 2-byte are used for channels from 1-14 1051 1051 // and the higher 2-byte are not used.
+1 -1
drivers/regulator/palmas-regulator.c
··· 773 773 /* 774 774 * read and store the RANGE bit for later use 775 775 * This must be done before regulator is probed otherwise 776 - * we error in probe with unsuportable ranges. 776 + * we error in probe with unsupportable ranges. 777 777 */ 778 778 if (id != PALMAS_REG_SMPS10) { 779 779 addr = palmas_regs_info[id].vsel_addr;
+1 -1
drivers/scsi/libsas/sas_expander.c
··· 1800 1800 * @dev:domain device to be detect. 1801 1801 * @src_dev: the device which originated BROADCAST(CHANGE). 1802 1802 * 1803 - * Add self-configuration expander suport. Suppose two expander cascading, 1803 + * Add self-configuration expander support. Suppose two expander cascading, 1804 1804 * when the first level expander is self-configuring, hotplug the disks in 1805 1805 * second level expander, BROADCAST(CHANGE) will not only be originated 1806 1806 * in the second level expander, but also be originated in the first level
+1 -1
drivers/staging/comedi/drivers/usbdux.c
··· 73 73 * And loads of cleaning up, in particular streamlining the 74 74 * bulk transfers. 75 75 * 1.1: moved EP4 transfers to EP1 to make space for a PWM output on EP4 76 - * 1.2: added PWM suport via EP4 76 + * 1.2: added PWM support via EP4 77 77 * 2.0: PWM seems to be stable and is not interfering with the other functions 78 78 * 2.1: changed PWM API 79 79 * 2.2: added firmware kernel request to fix an udev problem
+1 -1
drivers/staging/csr/netdev.c
··· 55 55 #include <net/pkt_sched.h> 56 56 57 57 58 - /* Wext handler is suported only if CSR_SUPPORT_WEXT is defined */ 58 + /* Wext handler is supported only if CSR_SUPPORT_WEXT is defined */ 59 59 #ifdef CSR_SUPPORT_WEXT 60 60 extern struct iw_handler_def unifi_iw_handler_def; 61 61 #endif /* CSR_SUPPORT_WEXT */
+1 -1
drivers/staging/tidspbridge/rmgr/node.c
··· 736 736 case 4: 737 737 break; 738 738 default: 739 - /* alignment value not suportted */ 739 + /* alignment value not supportted */ 740 740 status = -EPERM; 741 741 break; 742 742 }
+1 -1
drivers/usb/core/driver.c
··· 238 238 /* TODO: Add real matching code */ 239 239 240 240 /* The device should always appear to be in use 241 - * unless the driver suports autosuspend. 241 + * unless the driver supports autosuspend. 242 242 */ 243 243 if (!udriver->supports_autosuspend) 244 244 error = usb_autoresume_device(udev);
+1 -1
fs/cifs/README
··· 480 480 Unicode on the wire. 481 481 nomapchars Do not translate any of these seven characters (default). 482 482 nocase Request case insensitive path name matching (case 483 - sensitive is the default if the server suports it). 483 + sensitive is the default if the server supports it). 484 484 (mount option "ignorecase" is identical to "nocase") 485 485 posixpaths If CIFS Unix extensions are supported, attempt to 486 486 negotiate posix path name support which allows certain
+1 -1
fs/notify/fanotify/Kconfig
··· 4 4 select ANON_INODES 5 5 default n 6 6 ---help--- 7 - Say Y here to enable fanotify suport. fanotify is a file access 7 + Say Y here to enable fanotify support. fanotify is a file access 8 8 notification system which differs from inotify in that it sends 9 9 an open file descriptor to the userspace listener along with 10 10 the event.
+1 -1
include/linux/stmmac.h
··· 61 61 #define STMMAC_CSR_I_16 0xE /* clk_csr_i/16 */ 62 62 #define STMMAC_CSR_I_18 0xF /* clk_csr_i/18 */ 63 63 64 - /* AXI DMA Burst length suported */ 64 + /* AXI DMA Burst length supported */ 65 65 #define DMA_AXI_BLEN_4 (1 << 1) 66 66 #define DMA_AXI_BLEN_8 (1 << 2) 67 67 #define DMA_AXI_BLEN_16 (1 << 3)
+1 -1
net/ipv4/tcp_cong.c
··· 1 1 /* 2 2 * Plugable TCP congestion control support and newReno 3 3 * congestion control. 4 - * Based on ideas from I/O scheduler suport and Web100. 4 + * Based on ideas from I/O scheduler support and Web100. 5 5 * 6 6 * Copyright (C) 2005 Stephen Hemminger <shemminger@osdl.org> 7 7 */
+1 -1
net/mac80211/driver-ops.h
··· 602 602 603 603 static inline int drv_tx_last_beacon(struct ieee80211_local *local) 604 604 { 605 - int ret = 0; /* default unsuported op for less congestion */ 605 + int ret = 0; /* default unsupported op for less congestion */ 606 606 607 607 might_sleep(); 608 608
+1 -1
net/sctp/endpointola.c
··· 163 163 164 164 list_add(&null_key->key_list, &ep->endpoint_shared_keys); 165 165 166 - /* Allocate and initialize transorms arrays for suported HMACs. */ 166 + /* Allocate and initialize transorms arrays for supported HMACs. */ 167 167 err = sctp_auth_init_hmacs(ep, gfp); 168 168 if (err) 169 169 goto nomem_hmacs;
+1 -1
net/sctp/sm_statefuns.c
··· 3994 3994 chunk->subh.auth_hdr = auth_hdr; 3995 3995 skb_pull(chunk->skb, sizeof(struct sctp_authhdr)); 3996 3996 3997 - /* Make sure that we suport the HMAC algorithm from the auth 3997 + /* Make sure that we support the HMAC algorithm from the auth 3998 3998 * chunk. 3999 3999 */ 4000 4000 if (!sctp_auth_asoc_verify_hmac_id(asoc, auth_hdr->hmac_id))
+1 -1
sound/pci/ice1712/delta.c
··· 617 617 ice->num_total_dacs = 4; /* two AK4324 codecs */ 618 618 break; 619 619 case ICE1712_SUBDEVICE_VX442: 620 - case ICE1712_SUBDEVICE_DELTA66E: /* omni not suported yet */ 620 + case ICE1712_SUBDEVICE_DELTA66E: /* omni not supported yet */ 621 621 ice->num_total_dacs = 4; 622 622 ice->num_total_adcs = 4; 623 623 break;