]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Fix typos in comments
authorThomas Weber <swirl@gmx.li>
Tue, 16 Mar 2010 10:47:56 +0000 (11:47 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 16 Mar 2010 10:47:56 +0000 (11:47 +0100)
[Ss]ytem => [Ss]ystem
udpate => update
paramters => parameters
orginal => original

Signed-off-by: Thomas Weber <swirl@gmx.li>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
29 files changed:
Documentation/cgroups/cgroups.txt
Documentation/kbuild/kconfig.txt
Documentation/sysfs-rules.txt
Documentation/trace/events.txt
drivers/acpi/osl.c
drivers/ata/ata_piix.c
drivers/firewire/ohci.c
drivers/gpu/drm/drm_bufs.c
drivers/infiniband/hw/ipath/ipath_iba6110.c
drivers/infiniband/hw/ipath/ipath_iba6120.c
drivers/infiniband/hw/ipath/ipath_iba7220.c
drivers/isdn/hisax/hfc4s8s_l1.c
drivers/macintosh/windfarm_pm81.c
drivers/media/dvb/dvb-usb/friio-fe.c
drivers/net/smsc911x.c
drivers/pci/hotplug/cpqphp_core.c
drivers/pci/pci.c
drivers/ps3/ps3-sys-manager.c
drivers/regulator/core.c
drivers/s390/char/sclp_cpi_sys.c
drivers/scsi/bfa/include/defs/bfa_defs_cee.h
drivers/scsi/bfa/include/defs/bfa_defs_status.h
drivers/spi/spi_mpc8xxx.c
drivers/virtio/virtio_pci.c
fs/jfs/jfs_dmap.c
kernel/cgroup.c
mm/page_alloc.c
net/wimax/op-rfkill.c
sound/pci/emu10k1/emu10k1_main.c

index fd588ff0e2965311f319d07161f15d6b42f166c8..5eb279a48fa4af45bbeab408f4dd0e5e93c2b127 100644 (file)
@@ -573,7 +573,7 @@ void cancel_attach(struct cgroup_subsys *ss, struct cgroup *cgrp,
 
 Called when a task attach operation has failed after can_attach() has succeeded.
 A subsystem whose can_attach() has some side-effects should provide this
-function, so that the subsytem can implement a rollback. If not, not necessary.
+function, so that the subsystem can implement a rollback. If not, not necessary.
 This will be called only about subsystems whose can_attach() operation have
 succeeded.
 
index 49efae703979ca793383463bce7c2d1eda42468b..b2cb16ebcb161c7cc7751232411982e8deb395df 100644 (file)
@@ -96,7 +96,7 @@ Environment variables for 'silentoldconfig'
 KCONFIG_NOSILENTUPDATE
 --------------------------------------------------
 If this variable has a non-blank value, it prevents silent kernel
-config udpates (requires explicit updates).
+config updates (requires explicit updates).
 
 KCONFIG_AUTOCONFIG
 --------------------------------------------------
index 5d8bc2cd250c009ca69054d8a51139ca877dfaf3..c1a1fd636bf9e0c5ce6152d8cbe26f7c251bf770 100644 (file)
@@ -125,7 +125,7 @@ versions of the sysfs interface.
 - Block
   The converted block subsystem at /sys/class/block or
   /sys/subsystem/block will contain the links for disks and partitions
-  at the same level, never in a hierarchy. Assuming the block subsytem to
+  at the same level, never in a hierarchy. Assuming the block subsystem to
   contain only disks and not partition devices in the same flat list is
   a bug in the application.
 
index 02ac6ed38b2d0ba73c44298484b7d7bac540dae2..b22000dbc57dd0d28099867474829b9357f92ded 100644 (file)
@@ -238,7 +238,7 @@ subsystem's filter file.
 
 For convenience, filters for every event in a subsystem can be set or
 cleared as a group by writing a filter expression into the filter file
-at the root of the subsytem.  Note however, that if a filter for any
+at the root of the subsystem.  Note however, that if a filter for any
 event within the subsystem lacks a field specified in the subsystem
 filter, or if the filter can't be applied for any other reason, the
 filter for that event will retain its previous setting.  This can
@@ -250,7 +250,7 @@ fields can be guaranteed to propagate successfully to all events.
 Here are a few subsystem filter examples that also illustrate the
 above points:
 
-Clear the filters on all events in the sched subsytem:
+Clear the filters on all events in the sched subsystem:
 
 # cd /sys/kernel/debug/tracing/events/sched
 # echo 0 > filter
@@ -260,7 +260,7 @@ none
 none
 
 Set a filter using only common fields for all events in the sched
-subsytem (all events end up with the same filter):
+subsystem (all events end up with the same filter):
 
 # cd /sys/kernel/debug/tracing/events/sched
 # echo common_pid == 0 > filter
@@ -270,7 +270,7 @@ common_pid == 0
 common_pid == 0
 
 Attempt to set a filter using a non-common field for all events in the
-sched subsytem (all events but those that have a prev_pid field retain
+sched subsystem (all events but those that have a prev_pid field retain
 their old filters):
 
 # cd /sys/kernel/debug/tracing/events/sched
index 8e6d8665f0aecd54a6895046c13071b831a250c6..f92531fbd5018276d4eeb01156883510b3124efb 100644 (file)
@@ -1405,7 +1405,7 @@ acpi_os_invalidate_address(
        switch (space_id) {
        case ACPI_ADR_SPACE_SYSTEM_IO:
        case ACPI_ADR_SPACE_SYSTEM_MEMORY:
-               /* Only interference checks against SystemIO and SytemMemory
+               /* Only interference checks against SystemIO and SystemMemory
                   are needed */
                res.start = address;
                res.end = address + length - 1;
@@ -1457,7 +1457,7 @@ acpi_os_validate_address (
        switch (space_id) {
        case ACPI_ADR_SPACE_SYSTEM_IO:
        case ACPI_ADR_SPACE_SYSTEM_MEMORY:
-               /* Only interference checks against SystemIO and SytemMemory
+               /* Only interference checks against SystemIO and SystemMemory
                   are needed */
                res = kzalloc(sizeof(struct acpi_res_list), GFP_KERNEL);
                if (!res)
index c33806654e46d5bfb984866c7bdad185c4f90ffe..b1cb8af6af1ca7a84d7f4cc4357ad0f58cf55427 100644 (file)
@@ -43,7 +43,7 @@
  * driver the list of errata that are relevant is below, going back to
  * PIIX4. Older device documentation is now a bit tricky to find.
  *
- * The chipsets all follow very much the same design. The orginal Triton
+ * The chipsets all follow very much the same design. The original Triton
  * series chipsets do _not_ support independant device timings, but this
  * is fixed in Triton II. With the odd mobile exception the chips then
  * change little except in gaining more modes until SATA arrives. This
index 75dc6988cffd5d174ae8eb5445b5ce8744e0f4b0..8e180a27be7cadf57160b6c5d76f09e33e272d83 100644 (file)
@@ -1342,7 +1342,7 @@ static void bus_reset_tasklet(unsigned long data)
         * was set up before this reset, the old one is now no longer
         * in use and we can free it. Update the config rom pointers
         * to point to the current config rom and clear the
-        * next_config_rom pointer so a new udpate can take place.
+        * next_config_rom pointer so a new update can take place.
         */
 
        if (ohci->next_config_rom != NULL) {
index 8417cc4c43f1104a5ae6bfe35e28936db9f5235a..8475d58f2a3300f6dc07bbec7f255a314074e3e0 100644 (file)
@@ -960,7 +960,7 @@ int drm_addbufs_pci(struct drm_device * dev, struct drm_buf_desc * request)
                dma->buflist[i + dma->buf_count] = &entry->buflist[i];
        }
 
-       /* No allocations failed, so now we can replace the orginal pagelist
+       /* No allocations failed, so now we can replace the original pagelist
         * with the new one.
         */
        if (dma->page_count) {
index 37d12e5efa49f455d8af3ff04dd57c4684a56636..1d7aea132a0933c9cfead1cd08fa1b7677920c94 100644 (file)
@@ -1474,7 +1474,7 @@ static void ipath_ht_quiet_serdes(struct ipath_devdata *dd)
 /**
  * ipath_pe_put_tid - write a TID in chip
  * @dd: the infinipath device
- * @tidptr: pointer to the expected TID (in chip) to udpate
+ * @tidptr: pointer to the expected TID (in chip) to update
  * @tidtype: RCVHQ_RCV_TYPE_EAGER (1) for eager, RCVHQ_RCV_TYPE_EXPECTED (0) for expected
  * @pa: physical address of in memory buffer; ipath_tidinvalid if freeing
  *
index fbf8c5379ea844de6ac31b0513c55156a6d8455b..4b4a30b0dabd0d308815c498eeda081fb2ff9bd3 100644 (file)
@@ -1328,7 +1328,7 @@ bail:
 /**
  * ipath_pe_put_tid - write a TID in chip
  * @dd: the infinipath device
- * @tidptr: pointer to the expected TID (in chip) to udpate
+ * @tidptr: pointer to the expected TID (in chip) to update
  * @tidtype: RCVHQ_RCV_TYPE_EAGER (1) for eager, RCVHQ_RCV_TYPE_EXPECTED (0) for expected
  * @pa: physical address of in memory buffer; ipath_tidinvalid if freeing
  *
@@ -1394,7 +1394,7 @@ static void ipath_pe_put_tid(struct ipath_devdata *dd, u64 __iomem *tidptr,
 /**
  * ipath_pe_put_tid_2 - write a TID in chip, Revision 2 or higher
  * @dd: the infinipath device
- * @tidptr: pointer to the expected TID (in chip) to udpate
+ * @tidptr: pointer to the expected TID (in chip) to update
  * @tidtype: RCVHQ_RCV_TYPE_EAGER (1) for eager, RCVHQ_RCV_TYPE_EXPECTED (0) for expected
  * @pa: physical address of in memory buffer; ipath_tidinvalid if freeing
  *
index a805402dd4aecf9d2bb60fc909baec8abce7704d..34b778ed97fc21d07bee5fd7d3da6aaebcee02dc 100644 (file)
@@ -1738,7 +1738,7 @@ bail:
 /**
  * ipath_7220_put_tid - write a TID to the chip
  * @dd: the infinipath device
- * @tidptr: pointer to the expected TID (in chip) to udpate
+ * @tidptr: pointer to the expected TID (in chip) to update
  * @tidtype: 0 for eager, 1 for expected
  * @pa: physical address of in memory buffer; ipath_tidinvalid if freeing
  *
index ab98e135bcbb689eacb0679a50ca1557089f9d55..7ea0d07836d6e49853c631362817cc7c12929d44 100644 (file)
@@ -309,7 +309,7 @@ wait_busy(hfc4s8s_hw * a)
 
 /******************************************************/
 /* function to read critical counter registers that   */
-/* may be udpated by the chip during read             */
+/* may be updated by the chip during read             */
 /******************************************************/
 static u_char
 Read_hfc8_stable(hfc4s8s_hw * hw, int reg)
index 565d5b2adc95918e2d89a2076bc6b6441d70a3da..129cda737880a5b5aa15863a237ae8cf3a533cb5 100644 (file)
@@ -188,7 +188,7 @@ struct wf_smu_sys_fans_state {
 };
 
 /*
- * Configs for SMU Sytem Fan control loop
+ * Configs for SMU System Fan control loop
  */
 static struct wf_smu_sys_fans_param wf_smu_sys_all_params[] = {
        /* Model ID 2 */
index d14bd227b5027b5a0bf0afd4c281e909db12cf38..93c21ddd0b7707890e832b6f785e16ab35935c75 100644 (file)
@@ -300,7 +300,7 @@ static int jdvbt90502_set_frontend(struct dvb_frontend *fe,
                                   struct dvb_frontend_parameters *p)
 {
        /**
-        * NOTE: ignore all the paramters except frequency.
+        * NOTE: ignore all the parameters except frequency.
         *       others should be fixed to the proper value for ISDB-T,
         *       but don't check here.
         */
index 4fd1d8b38788b6c7f68889c94ff5990d755f20c7..eb175980a8e0f9b0074d74af897be8496e814a89 100644 (file)
@@ -737,7 +737,7 @@ static void smsc911x_phy_adjust_link(struct net_device *dev)
                        SMSC_TRACE(HW, "configuring for carrier OK");
                        if ((pdata->gpio_orig_setting & GPIO_CFG_LED1_EN_) &&
                            (!pdata->using_extphy)) {
-                               /* Restore orginal GPIO configuration */
+                               /* Restore original GPIO configuration */
                                pdata->gpio_setting = pdata->gpio_orig_setting;
                                smsc911x_reg_write(pdata, GPIO_CFG,
                                        pdata->gpio_setting);
@@ -751,7 +751,7 @@ static void smsc911x_phy_adjust_link(struct net_device *dev)
                        if ((pdata->gpio_setting & GPIO_CFG_LED1_EN_) &&
                            (!pdata->using_extphy)) {
                                /* Force 10/100 LED off, after saving
-                                * orginal GPIO configuration */
+                                * original GPIO configuration */
                                pdata->gpio_orig_setting = pdata->gpio_setting;
 
                                pdata->gpio_setting &= ~GPIO_CFG_LED1_EN_;
index f184d1d2ecbebfc9b7f1d27371d8b12af77610f1..6644337d63d68249b1bca0241e188db08dbabe5e 100644 (file)
@@ -848,7 +848,7 @@ static int cpqhpc_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
                goto err_disable_device;
        }
 
-       /* Check for the proper subsytem ID's
+       /* Check for the proper subsystem ID's
         * Intel uses a different SSID programming model than Compaq.
         * For Intel, each SSID bit identifies a PHP capability.
         * Also Intel HPC's may have RID=0.
index cb1dd5f4988c72d533cabefa9b6b540761c294d6..ddd55dc927f7e141eea058a6b7bb89553bccaee1 100644 (file)
@@ -1506,7 +1506,7 @@ int pci_prepare_to_sleep(struct pci_dev *dev)
  * pci_back_from_sleep - turn PCI device on during system-wide transition into working state
  * @dev: Device to handle.
  *
- * Disable device's sytem wake-up capability and put it into D0.
+ * Disable device's system wake-up capability and put it into D0.
  */
 int pci_back_from_sleep(struct pci_dev *dev)
 {
index 3cbaf1811bd0c70a379d3acb894f250e41ddcdd7..d37c445f0eda5374f6efe6f7781e8cabe9e7d90b 100644 (file)
@@ -119,7 +119,7 @@ enum ps3_sys_manager_service_id {
  * enum ps3_sys_manager_attr - Notification attribute (bit position mask).
  * @PS3_SM_ATTR_POWER: Power button.
  * @PS3_SM_ATTR_RESET: Reset button, not available on retail console.
- * @PS3_SM_ATTR_THERMAL: Sytem thermal alert.
+ * @PS3_SM_ATTR_THERMAL: System thermal alert.
  * @PS3_SM_ATTR_CONTROLLER: Remote controller event.
  * @PS3_SM_ATTR_ALL: Logical OR of all.
  *
index c7bbe30010f70b3dc69542eb99fe14488cd31f45..7461f5bb2bd80cf2e80854d57813436197c706da 100644 (file)
@@ -1538,7 +1538,7 @@ EXPORT_SYMBOL_GPL(regulator_count_voltages);
  * Context: can sleep
  *
  * Returns a voltage that can be passed to @regulator_set_voltage(),
- * zero if this selector code can't be used on this sytem, or a
+ * zero if this selector code can't be used on this system, or a
  * negative errno.
  */
 int regulator_list_voltage(struct regulator *regulator, unsigned selector)
index 62c2647f37f4b60300911326f039d78615de38ed..4a51e3f096894d0151326bfac6ecef7b5c1c73d8 100644 (file)
@@ -102,7 +102,7 @@ static struct sclp_req *cpi_prepare_req(void)
        /* set system name */
        set_data(evb->system_name, system_name);
 
-       /* set sytem level */
+       /* set system level */
        evb->system_level = system_level;
 
        /* set sysplex name */
index 520a22f52dd18a6fcae2a42145cd0e975f7d1bd7..6217eec8c6044d9ef60f9d331131ca2a45d748cf 100644 (file)
@@ -54,7 +54,7 @@ struct bfa_cee_lldp_str_s {
 };
 
 
-/* LLDP paramters */
+/* LLDP parameters */
 struct bfa_cee_lldp_cfg_s {
        struct bfa_cee_lldp_str_s chassis_id;
        struct bfa_cee_lldp_str_s port_id;
index cdceaeb9f4b822e2d34ac31af76e6c48158c816b..03ce0331eb48daa03fe770599a37c7aa1288d0f9 100644 (file)
@@ -223,9 +223,9 @@ enum bfa_status {
        BFA_STATUS_IM_PVID_NON_ZERO = 140, /*  Port VLAN ID (PVID) is Set to
                                            * Non-Zero Value */
        BFA_STATUS_IM_INETCFG_LOCK_FAILED = 141, /*  Acquiring Network
-                                                 * Subsytem Lock Failed.Please
+                                                 * Subsystem Lock Failed.Please
                                                  * try after some time */
-       BFA_STATUS_IM_GET_INETCFG_FAILED = 142, /*  Acquiring Network Subsytem
+       BFA_STATUS_IM_GET_INETCFG_FAILED = 142, /*  Acquiring Network Subsystem
                                                 * handle Failed. Please try
                                                 * after some time */
        BFA_STATUS_IM_NOT_BOUND = 143, /*  Brocade 10G Ethernet Service is not
index 4f0cc9d457e04b6c115d08a72014e83ff4e5bd58..56efdfe1428dd4c56e1e4ea38b2210312b815b4b 100644 (file)
@@ -639,7 +639,7 @@ static int mpc8xxx_spi_setup(struct spi_device *spi)
        }
        mpc8xxx_spi = spi_master_get_devdata(spi->master);
 
-       hw_mode = cs->hw_mode; /* Save orginal settings */
+       hw_mode = cs->hw_mode; /* Save original settings */
        cs->hw_mode = mpc8xxx_spi_read_reg(&mpc8xxx_spi->base->mode);
        /* mask out bits we are going to set */
        cs->hw_mode &= ~(SPMODE_CP_BEGIN_EDGECLK | SPMODE_CI_INACTIVEHIGH
index 625447f645d935d59cc23ee5813357ae044ae8ce..7210c0d72e434c8deea93d1ad66e96190fd16392 100644 (file)
@@ -654,7 +654,7 @@ static int __devinit virtio_pci_probe(struct pci_dev *pci_dev,
        /* we use the subsystem vendor/device id as the virtio vendor/device
         * id.  this allows us to use the same PCI vendor/device id for all
         * virtio devices and to identify the particular virtio driver by
-        * the subsytem ids */
+        * the subsystem ids */
        vp_dev->vdev.id.vendor = pci_dev->subsystem_vendor;
        vp_dev->vdev.id.device = pci_dev->subsystem_device;
 
index d9b031cf69f56581eedd4870a2c8321823575465..d13b93043b04adaff3b2530e5d8859de816cb531 100644 (file)
@@ -2437,7 +2437,7 @@ dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level)
 
        /* check if this is a control page update for an allocation.
         * if so, update the leaf to reflect the new leaf value using
-        * dbSplit(); otherwise (deallocation), use dbJoin() to udpate
+        * dbSplit(); otherwise (deallocation), use dbJoin() to update
         * the leaf with the new value.  in addition to updating the
         * leaf, dbSplit() will also split the binary buddy system of
         * the leaves, if required, and bubble new values within the
index ef909a32975006eafd43ce7693314eef5c5ffa4d..a3b0f24bddbb10cbf48544be97adfa6c0dc28ec4 100644 (file)
@@ -3610,7 +3610,7 @@ static void __init cgroup_init_subsys(struct cgroup_subsys *ss)
  * @ss: the subsystem to load
  *
  * This function should be called in a modular subsystem's initcall. If the
- * subsytem is built as a module, it will be assigned a new subsys_id and set
+ * subsystem is built as a module, it will be assigned a new subsys_id and set
  * up for use. If the subsystem is built-in anyway, work is delegated to the
  * simpler cgroup_init_subsys.
  */
index d03c946d556681ae9b67fafc857819d464f5b7a7..a6326c71b663802fab4972b566a3e510e91bff78 100644 (file)
@@ -2579,7 +2579,7 @@ static int default_zonelist_order(void)
        struct zone *z;
        int average_size;
        /*
-         * ZONE_DMA and ZONE_DMA32 can be very small area in the sytem.
+         * ZONE_DMA and ZONE_DMA32 can be very small area in the system.
         * If they are really small and used heavily, the system can fall
         * into OOM very easily.
         * This function detect ZONE_DMA/DMA32 size and confgigures zone order.
index e978c7136c97b83c0c7515898711500da9f93c14..2609e445fe7d6c5bb6c8196a6241a95bafd18a8b 100644 (file)
@@ -43,7 +43,7 @@
  *   wimax_rfkill()             Kernel calling wimax_rfkill()
  *     __wimax_rf_toggle_radio()
  *
- * wimax_rfkill_set_radio_block()  RF-Kill subsytem calling
+ * wimax_rfkill_set_radio_block()  RF-Kill subsystem calling
  *   __wimax_rf_toggle_radio()
  *
  * __wimax_rf_toggle_radio()
index f18bd6207c5066e0a38b2386feacd06a74039b57..66c7fb3ced3ef0b14e689f64b762739f7f87cdd3 100644 (file)
@@ -1787,7 +1787,7 @@ int __devinit snd_emu10k1_create(struct snd_card *card,
        else if (subsystem)
                snd_printdd("Sound card name = %s, "
                        "vendor = 0x%x, device = 0x%x, subsystem = 0x%x. "
-                       "Forced to subsytem = 0x%x\n",  c->name,
+                       "Forced to subsystem = 0x%x\n", c->name,
                        pci->vendor, pci->device, emu->serial, c->subsystem);
        else
                snd_printdd("Sound card name = %s, "