]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'trivial/for-next'
authorThierry Reding <treding@nvidia.com>
Thu, 24 Oct 2013 12:37:14 +0000 (14:37 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 24 Oct 2013 12:37:14 +0000 (14:37 +0200)
Conflicts:
net/netfilter/xt_set.c

89 files changed:
Documentation/DMA-attributes.txt
Documentation/virtual/kvm/cpuid.txt
Documentation/vm/00-INDEX
arch/arc/kernel/kprobes.c
arch/arm/mach-sti/Kconfig
arch/ia64/kernel/kprobes.c
arch/m32r/include/asm/mmu_context.h
arch/mips/include/asm/octeon/cvmx-pip.h
arch/mn10300/include/asm/mmu_context.h
arch/powerpc/kernel/kprobes.c
arch/powerpc/platforms/pseries/nvram.c
arch/s390/kernel/kprobes.c
arch/sh/include/asm/mmu_context.h
arch/sparc/kernel/kprobes.c
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/intel_cacheinfo.c
arch/x86/kernel/cpu/scattered.c
drivers/acpi/acpica/utobject.c
drivers/base/dma-contiguous.c
drivers/clk/clk-fixed-factor.c
drivers/cpufreq/Kconfig.x86
drivers/cpufreq/exynos-cpufreq.c
drivers/dma/Kconfig
drivers/fmc/Kconfig
drivers/gpu/drm/drm_irq.c
drivers/infiniband/ulp/isert/Kconfig
drivers/input/serio/i8042.c
drivers/md/raid5.h
drivers/media/i2c/Kconfig
drivers/media/i2c/adv7183.c
drivers/media/i2c/s5c73m3/s5c73m3-core.c
drivers/media/rc/keymaps/rc-dib0700-nec.c
drivers/media/rc/keymaps/rc-dib0700-rc5.c
drivers/mfd/Kconfig
drivers/mtd/nand/docg4.c
drivers/net/ethernet/mellanox/mlx4/fw.c
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
drivers/net/irda/ali-ircc.c
drivers/net/irda/nsc-ircc.c
drivers/net/wireless/ath/ath10k/pci.c
drivers/net/wireless/ath/ath5k/dma.c
drivers/regulator/tps65910-regulator.c
drivers/s390/scsi/zfcp_dbf.c
drivers/scsi/arcmsr/arcmsr_hba.c
drivers/scsi/atp870u.c
drivers/scsi/bfa/bfad.c
drivers/scsi/bnx2i/bnx2i_hwi.c
drivers/scsi/bnx2i/bnx2i_iscsi.c
drivers/scsi/csiostor/csio_init.c
drivers/scsi/dc395x.c
drivers/scsi/fnic/fnic_main.c
drivers/scsi/gdth.c
drivers/scsi/hpsa.c
drivers/scsi/lpfc/lpfc_init.c
drivers/scsi/megaraid/megaraid_mbox.c
drivers/scsi/megaraid/megaraid_sas_base.c
drivers/scsi/mvsas/mv_init.c
drivers/scsi/mvsas/mv_sas.c
drivers/scsi/mvumi.c
drivers/scsi/ncr53c8xx.c
drivers/scsi/pm8001/pm8001_init.c
drivers/scsi/pmcraid.c
drivers/scsi/qla2xxx/qla_os.c
drivers/scsi/qla4xxx/ql4_os.c
drivers/scsi/stex.c
drivers/scsi/sym53c8xx_2/sym_glue.h
drivers/scsi/tmscsim.c
drivers/scsi/ufs/ufshcd-pci.c
drivers/scsi/vmw_pvscsi.c
drivers/staging/iio/adc/ad7606.h
drivers/usb/core/Kconfig
fs/btrfs/Kconfig
include/asm-generic/memory_model.h
include/linux/amba/serial.h
include/linux/devfreq.h
include/linux/mfd/si476x-core.h
include/linux/netdevice.h
include/net/bluetooth/l2cap.h
init/Kconfig
kernel/irq/chip.c
kernel/irq/manage.c
kernel/kexec.c
kernel/time/timekeeping.c
mm/Kconfig
mm/slub.c
net/can/af_can.c
net/netfilter/xt_set.c
net/vmw_vsock/Kconfig
sound/soc/codecs/alc5632.c

index e59480db9ee0acb6be2793a9e48ea4e55d1bf5e3..cc2450d80310a5b8b0d979a23bd469c2d22ec130 100644 (file)
@@ -13,7 +13,7 @@ all pending DMA writes to complete, and thus provides a mechanism to
 strictly order DMA from a device across all intervening busses and
 bridges.  This barrier is not specific to a particular type of
 interconnect, it applies to the system as a whole, and so its
-implementation must account for the idiosyncracies of the system all
+implementation must account for the idiosyncrasies of the system all
 the way from the DMA device to memory.
 
 As an example of a situation where DMA_ATTR_WRITE_BARRIER would be
@@ -60,7 +60,7 @@ such mapping is non-trivial task and consumes very limited resources
 Buffers allocated with this attribute can be only passed to user space
 by calling dma_mmap_attrs(). By using this API, you are guaranteeing
 that you won't dereference the pointer returned by dma_alloc_attr(). You
-can threat it as a cookie that must be passed to dma_mmap_attrs() and
+can treat it as a cookie that must be passed to dma_mmap_attrs() and
 dma_free_attrs(). Make sure that both of these also get this attribute
 set on each call.
 
@@ -82,7 +82,7 @@ to 'device' domain, what synchronizes CPU caches for the given region
 (usually it means that the cache has been flushed or invalidated
 depending on the dma direction). However, next calls to
 dma_map_{single,page,sg}() for other devices will perform exactly the
-same sychronization operation on the CPU cache. CPU cache sychronization
+same synchronization operation on the CPU cache. CPU cache synchronization
 might be a time consuming operation, especially if the buffers are
 large, so it is highly recommended to avoid it if possible.
 DMA_ATTR_SKIP_CPU_SYNC allows platform code to skip synchronization of
index 22ff659bc0fb644704933e50cb931d0e2681232b..3c65feb83010133de17382c4fe4f21d7b602ff16 100644 (file)
@@ -43,6 +43,13 @@ KVM_FEATURE_CLOCKSOURCE2           ||     3 || kvmclock available at msrs
 KVM_FEATURE_ASYNC_PF               ||     4 || async pf can be enabled by
                                    ||       || writing to msr 0x4b564d02
 ------------------------------------------------------------------------------
+KVM_FEATURE_STEAL_TIME             ||     5 || steal time can be enabled by
+                                   ||       || writing to msr 0x4b564d03.
+------------------------------------------------------------------------------
+KVM_FEATURE_PV_EOI                 ||     6 || paravirtualized end of interrupt
+                                   ||       || handler can be enabled by writing
+                                   ||       || to msr 0x4b564d04.
+------------------------------------------------------------------------------
 KVM_FEATURE_PV_UNHALT              ||     7 || guest checks this feature bit
                                    ||       || before enabling paravirtualized
                                    ||       || spinlock support.
index 5481c8ba34122df7d89ccc16f732174b987c699a..a39d06680e1c1a738437dfafdb36f1fda29b2f66 100644 (file)
@@ -4,10 +4,12 @@ active_mm.txt
        - An explanation from Linus about tsk->active_mm vs tsk->mm.
 balance
        - various information on memory balancing.
-hugepage-mmap.c
-       - Example app using huge page memory with the mmap system call.
-hugepage-shm.c
-       - Example app using huge page memory with Sys V shared memory system calls.
+cleancache.txt
+       - Intro to cleancache and page-granularity victim cache.
+frontswap.txt
+       - Outline frontswap, part of the transcendent memory frontend.
+highmem.txt
+       - Outline of highmem and common issues.
 hugetlbpage.txt
        - a brief summary of hugetlbpage support in the Linux kernel.
 hwpoison.txt
@@ -16,21 +18,23 @@ ksm.txt
        - how to use the Kernel Samepage Merging feature.
 locking
        - info on how locking and synchronization is done in the Linux vm code.
-map_hugetlb.c
-       - an example program that uses the MAP_HUGETLB mmap flag.
 numa
        - information about NUMA specific code in the Linux vm.
 numa_memory_policy.txt
        - documentation of concepts and APIs of the 2.6 memory policy support.
 overcommit-accounting
        - description of the Linux kernels overcommit handling modes.
-page-types.c
-       - Tool for querying page flags
 page_migration
        - description of page migration in NUMA systems.
 pagemap.txt
        - pagemap, from the userspace perspective
 slub.txt
        - a short users guide for SLUB.
+soft-dirty.txt
+       - short explanation for soft-dirty PTEs
+transhuge.txt
+       - Transparent Hugepage Support, alternative way of using hugepages.
 unevictable-lru.txt
        - Unevictable LRU infrastructure
+zswap.txt
+       - Intro to compressed cache for swap pages
index eb1c2ee5eaf0a4e0b8811092568943ed96be5388..42b05046fad9f13b3cffecc1cb041e8febed3840 100644 (file)
@@ -327,7 +327,7 @@ int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned long trapnr)
                 */
 
                /* We increment the nmissed count for accounting,
-                * we can also use npre/npostfault count for accouting
+                * we can also use npre/npostfault count for accounting
                 * these specific fault cases.
                 */
                kprobes_inc_nmissed_count(cur);
index 835833e3c4f8fb193f6d177c88ef35199488b33f..a67f83fd3f78122e64c3507c2d8419848be1c5de 100644 (file)
@@ -30,7 +30,7 @@ config SOC_STIH415
        default y
        help
          This enables support for STMicroelectronics Digital Consumer
-         Electronics family StiH415 parts, primarily targetted at set-top-box
+         Electronics family StiH415 parts, primarily targeted at set-top-box
          and other digital audio/video applications using Flattned Device
          Trees.
 
@@ -39,7 +39,7 @@ config SOC_STIH416
        default y
        help
          This enables support for STMicroelectronics Digital Consumer
-         Electronics family StiH416 parts, primarily targetted at set-top-box
+         Electronics family StiH416 parts, primarily targeted at set-top-box
          and other digital audio/video applications using Flattened Device
          Trees.
 
index f8280a766a78672238d34ab41524f21f286b5e14..074fde49c9e6234f22e3e5b132bcdcfe176e9757 100644 (file)
@@ -947,7 +947,7 @@ int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr)
        case KPROBE_HIT_SSDONE:
                /*
                 * We increment the nmissed count for accounting,
-                * we can also use npre/npostfault count for accouting
+                * we can also use npre/npostfault count for accounting
                 * these specific fault cases.
                 */
                kprobes_inc_nmissed_count(cur);
index a979a41981689a7321a7e758a3c5ec744d6f9202..9fc78fc4444524681a6688d2273edae2581b4584 100644 (file)
@@ -45,7 +45,7 @@ static inline void get_new_mmu_context(struct mm_struct *mm)
                   Flush all TLB and start new cycle. */
                local_flush_tlb_all();
                /* Fix version if needed.
-                  Note that we avoid version #0 to distingush NO_CONTEXT. */
+                  Note that we avoid version #0 to distinguish NO_CONTEXT. */
                if (!mc)
                        mmu_context_cache = mc = MMU_CONTEXT_FIRST_VERSION;
        }
index a76fe5a57a9f64e302af248194ea9288cb4590b4..df69bfd2b006bc01f300094a8ae1a571058ef101 100644 (file)
@@ -192,13 +192,13 @@ typedef struct {
        /* Number of packets processed by PIP */
        uint32_t packets;
        /*
-        * Number of indentified L2 multicast packets.  Does not
+        * Number of identified L2 multicast packets.   Does not
         * include broadcast packets.  Only includes packets whose
         * parse mode is SKIP_TO_L2
         */
        uint32_t multicast_packets;
        /*
-        * Number of indentified L2 broadcast packets.  Does not
+        * Number of identified L2 broadcast packets.   Does not
         * include multicast packets.  Only includes packets whose
         * parse mode is SKIP_TO_L2
         */
index c67c2b5365a6dbef415d767a69db49f73ea2ad69..75dbe696f830cc93284a47f61fb5ae4a00f2a292 100644 (file)
@@ -71,7 +71,7 @@ static inline unsigned long allocate_mmu_context(struct mm_struct *mm)
                local_flush_tlb_all();
 
                /* fix the TLB version if needed (we avoid version #0 so as to
-                * distingush MMU_NO_CONTEXT) */
+                * distinguish MMU_NO_CONTEXT) */
                if (!mc)
                        *pmc = mc = MMU_CONTEXT_FIRST_VERSION;
        }
index 2156ea90eb54181c84bc5d1dff48b0de80d5e405..90fab64d911dcdca1cbcf4992e1bda00160db6a4 100644 (file)
@@ -429,7 +429,7 @@ int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr)
        case KPROBE_HIT_SSDONE:
                /*
                 * We increment the nmissed count for accounting,
-                * we can also use npre/npostfault count for accouting
+                * we can also use npre/npostfault count for accounting
                 * these specific fault cases.
                 */
                kprobes_inc_nmissed_count(cur);
index d276cd3edd8f51641db54dfb459cb2efe4fa7f91..10630eac68ec88193afa5b3887f853b68d2ed9d5 100644 (file)
@@ -31,7 +31,7 @@
 #define NVRW_CNT 0x20
 
 /*
- * Set oops header version to distingush between old and new format header.
+ * Set oops header version to distinguish between old and new format header.
  * lnx,oops-log partition max size is 4000, header version > 4000 will
  * help in identifying new header.
  */
index 59a9c35c4598ae3265c60f69f8f87ca0a1538c2d..bc71a7b95af546b94d6ac6ba74c6484bbb261069 100644 (file)
@@ -680,7 +680,7 @@ static int __kprobes kprobe_trap_handler(struct pt_regs *regs, int trapnr)
        case KPROBE_HIT_SSDONE:
                /*
                 * We increment the nmissed count for accounting,
-                * we can also use npre/npostfault count for accouting
+                * we can also use npre/npostfault count for accounting
                 * these specific fault cases.
                 */
                kprobes_inc_nmissed_count(p);
index 21c5088788dae27eb8c98449f22e6cdf9f464bb4..b9d9489a50125b8d732299cf707b009a37617927 100644 (file)
@@ -81,7 +81,7 @@ static inline void get_mmu_context(struct mm_struct *mm, unsigned int cpu)
 
                /*
                 * Fix version; Note that we avoid version #0
-                * to distingush NO_CONTEXT.
+                * to distinguish NO_CONTEXT.
                 */
                if (!asid)
                        asid = MMU_CONTEXT_FIRST_VERSION;
index e72212148d2a9e08dfe680f8500186b263a721f1..d3d5d388c5579e161423ae878af40c44b9a5cb83 100644 (file)
@@ -349,7 +349,7 @@ int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr)
        case KPROBE_HIT_SSDONE:
                /*
                 * We increment the nmissed count for accounting,
-                * we can also use npre/npostfault count for accouting
+                * we can also use npre/npostfault count for accounting
                 * these specific fault cases.
                 */
                kprobes_inc_nmissed_count(cur);
index 903a264af981c5bf5991e03e0a428e9b7dd8773e..3538a1b0aeac85865d9abbef1bd9a23c7b835da6 100644 (file)
@@ -339,7 +339,7 @@ static void amd_get_topology(struct cpuinfo_x86 *c)
 #endif
 
 /*
- * On a AMD dual core setup the lower bits of the APIC id distingush the cores.
+ * On a AMD dual core setup the lower bits of the APIC id distinguish the cores.
  * Assumes number of cores is a power of two.
  */
 static void amd_detect_cmp(struct cpuinfo_x86 *c)
index 1414c90feabaa25014d6b4dfb5ecde1eafceb37f..0641113e296598c058cab739d94c0ae2f5280ec0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Routines to indentify caches on Intel CPU.
+ *     Routines to identify caches on Intel CPU.
  *
  *     Changes:
  *     Venkatesh Pallipadi     : Adding cache identification through cpuid(4)
index f2cc63e9cf08f94f50b5f618e1c07b438ac5071e..b6f794aa16937f5c3e2c09991679a75c55bf8249 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Routines to indentify additional cpu features that are scattered in
+ *     Routines to identify additional cpu features that are scattered in
  *     cpuid space.
  */
 #include <linux/cpu.h>
index aa61f66ee861ed1de71fee8bb72d0e412627382c..2ae2b46d9b261d5fe1d9bd8fa46472618e0a1542 100644 (file)
@@ -356,7 +356,7 @@ u8 acpi_ut_valid_internal_object(void *object)
        default:
 
                ACPI_DEBUG_PRINT((ACPI_DB_EXEC,
-                                 "%p is not not an ACPI operand obj [%s]\n",
+                                 "%p is not an ACPI operand obj [%s]\n",
                                  object, acpi_ut_get_descriptor_name(object)));
                break;
        }
index 99802d6f3c60f603efcff5d342ba0c9f4c937ccd..165c2c299e579805a1f234aff9d6ccf6d0c1666c 100644 (file)
@@ -49,7 +49,7 @@ struct cma *dma_contiguous_default_area;
 
 /*
  * Default global CMA area size can be defined in kernel's .config.
- * This is usefull mainly for distro maintainers to create a kernel
+ * This is useful mainly for distro maintainers to create a kernel
  * that works correctly for most supported systems.
  * The size can be set in bytes or as a percentage of the total memory
  * in the system.
index 0e1d89b4321b7de9b4bcb49e96f1363c9498e44c..d9e3f671c2ea634012982c2228493cba8eb71903 100644 (file)
@@ -117,7 +117,7 @@ void __init of_fixed_factor_clk_setup(struct device_node *node)
        }
 
        if (of_property_read_u32(node, "clock-mult", &mult)) {
-               pr_err("%s Fixed factor clock <%s> must have a clokc-mult property\n",
+               pr_err("%s Fixed factor clock <%s> must have a clock-mult property\n",
                        __func__, node->name);
                return;
        }
index 6897ad85b0467a8200c3a529e5dee14344c2afbf..d369349eeaab2df6fe768469470ad6de39583889 100644 (file)
@@ -129,7 +129,7 @@ config X86_AMD_FREQ_SENSITIVITY
        help
          This adds AMD-specific powersave bias function to the ondemand
          governor, which allows it to make more power-conscious frequency
-         change decisions based on feedback from hardware (availble on AMD
+         change decisions based on feedback from hardware (available on AMD
          Family 16h and above).
 
          Hardware feedback tells software how "sensitive" to frequency changes
index 3e4af676f43d79fba9c704049858e5c7026f5dac..95aa166bde83ab602d3ff5763c05961980f9ab02 100644 (file)
@@ -71,7 +71,7 @@ static int exynos_cpufreq_scale(unsigned int target_freq)
        /*
         * The policy max have been changed so that we cannot get proper
         * old_index with cpufreq_frequency_table_target(). Thus, ignore
-        * policy and get the index from the raw freqeuncy table.
+        * policy and get the index from the raw frequency table.
         */
        old_index = exynos_cpufreq_get_index(freqs.old);
        if (old_index < 0) {
index f238cfd33847ec3c5333158ea39dac72245c8eee..fcba96cce6477024ccd6df9cf55beba87fa22949 100644 (file)
@@ -301,7 +301,7 @@ config MMP_PDMA
        depends on (ARCH_MMP || ARCH_PXA)
        select DMA_ENGINE
        help
-         Support the MMP PDMA engine for PXA and MMP platfrom.
+         Support the MMP PDMA engine for PXA and MMP platform.
 
 config DMA_JZ4740
        tristate "JZ4740 DMA support"
index c01cf45bc3d8eaa4ac7909dd793cc35df226b5bd..3a75f4256d08ab7ce67305973b9be6d76aba19fc 100644 (file)
@@ -46,6 +46,6 @@ config FMC_CHARDEV
          This driver matches every mezzanine device and allows user
          space to read and write registers using a char device. It
          can be used to write user-space drivers, or just get
-         aquainted with a mezzanine before writing its specific driver.
+         acquainted with a mezzanine before writing its specific driver.
 
 endif # FMC
index f9af048828ea16136752a29b982ae28add4ff226..c8226e1dd99d47a828b82c86225e064d77e73a7b 100644 (file)
@@ -455,8 +455,8 @@ void drm_calc_timestamping_constants(struct drm_crtc *crtc)
        /* Dot clock in Hz: */
        dotclock = (u64) crtc->hwmode.clock * 1000;
 
-       /* Fields of interlaced scanout modes are only halve a frame duration.
-        * Double the dotclock to get halve the frame-/line-/pixelduration.
+       /* Fields of interlaced scanout modes are only half a frame duration.
+        * Double the dotclock to get half the frame-/line-/pixelduration.
         */
        if (crtc->hwmode.flags & DRM_MODE_FLAG_INTERLACE)
                dotclock *= 2;
index ce3fd32167dcdc68c609ef9852263df65fd0b5c1..02f9759ebb1a573677993c7b17741e851eb591f7 100644 (file)
@@ -1,5 +1,5 @@
 config INFINIBAND_ISERT
-       tristate "iSCSI Extentions for RDMA (iSER) target support"
+       tristate "iSCSI Extensions for RDMA (iSER) target support"
        depends on INET && INFINIBAND_ADDR_TRANS && TARGET_CORE && ISCSI_TARGET
        ---help---
-       Support for iSCSI Extentions for RDMA (iSER) Target on Infiniband fabrics.
+       Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
index 52c9ebf94729ff5bf6531cc7773902ece632d03b..020053fa5aaa38fce82b5fc2d6ced8546661c9df 100644 (file)
@@ -1036,7 +1036,7 @@ static void i8042_controller_reset(bool force_reset)
 /*
  * i8042_panic_blink() will turn the keyboard LEDs on or off and is called
  * when kernel panics. Flashing LEDs is useful for users running X who may
- * not see the console and will help distingushing panics from "real"
+ * not see the console and will help distinguishing panics from "real"
  * lockups.
  *
  * Note that DELAY has a limit of 10ms so we will not get stuck here
index e4407388670a53dc2da94dfdadd3d9cd2188f332..01ad8ae8f57830a04de4e1e30b731f74660bda62 100644 (file)
@@ -49,7 +49,7 @@
  * can't distinguish between a clean block that has been generated
  * from parity calculations, and a clean block that has been
  * successfully written to the spare ( or to parity when resyncing).
- * To distingush these states we have a stripe bit STRIPE_INSYNC that
+ * To distinguish these states we have a stripe bit STRIPE_INSYNC that
  * is set whenever a write is scheduled to the spare, or to the parity
  * disc if there is no spare.  A sync request clears this bit, and
  * when we find it set with no buffers locked, we know the sync is
index d18be19c96cd3892ea070bf4b48bb32cde4aa817..cbc9ee9bec2b5e83a4971a90b3cfd8c2f914992f 100644 (file)
@@ -646,7 +646,7 @@ config VIDEO_UPD64083
          To compile this driver as a module, choose M here: the
          module will be called upd64083.
 
-comment "Miscelaneous helper chips"
+comment "Miscellaneous helper chips"
 
 config VIDEO_THS7303
        tristate "THS7303/53 Video Amplifier"
index 6f738d8e3a8f3ef708451ba99df2574c1ef488fe..d45e0e3a781de88a72425379a1390109aa795968 100644 (file)
@@ -178,7 +178,7 @@ static int adv7183_log_status(struct v4l2_subdev *sd)
                        adv7183_read(sd, ADV7183_VS_FIELD_CTRL_1),
                        adv7183_read(sd, ADV7183_VS_FIELD_CTRL_2),
                        adv7183_read(sd, ADV7183_VS_FIELD_CTRL_3));
-       v4l2_info(sd, "adv7183: Hsync positon control 1 2 and 3 = 0x%02x 0x%02x 0x%02x\n",
+       v4l2_info(sd, "adv7183: Hsync position control 1 2 and 3 = 0x%02x 0x%02x 0x%02x\n",
                        adv7183_read(sd, ADV7183_HS_POS_CTRL_1),
                        adv7183_read(sd, ADV7183_HS_POS_CTRL_2),
                        adv7183_read(sd, ADV7183_HS_POS_CTRL_3));
index 1083890ac5a9fa198195ad931f8943f1b67fa340..6fec9384d86e4877d5b750a9f9a9ceec53e06bde 100644 (file)
@@ -1651,7 +1651,7 @@ static int s5c73m3_probe(struct i2c_client *client,
        if (ret < 0)
                goto out_err;
 
-       v4l2_info(sd, "%s: completed succesfully\n", __func__);
+       v4l2_info(sd, "%s: completed successfully\n", __func__);
        return 0;
 
 out_err:
index 4d13a7f2e5c3bcb64f65dff524d233f85af0d506..492a05ade7e190b3d3c874f7b2942b3138a796cd 100644 (file)
@@ -5,7 +5,7 @@
  * TODO: This table is a real mess, as it merges RC codes from several
  * devices into a big table. It also has both RC-5 and NEC codes inside.
  * It should be broken into small tables, and the protocols should properly
- * be indentificated.
+ * be identificated.
  *
  * The table were imported from dib0700_devices.c.
  *
index ba81d9697cfcaa3b653ee6748df368ec5b6a094e..454ea596a7eef89fdabbcf1dccfef4dfbd0f9ce8 100644 (file)
@@ -5,7 +5,7 @@
  * TODO: This table is a real mess, as it merges RC codes from several
  * devices into a big table. It also has both RC-5 and NEC codes inside.
  * It should be broken into small tables, and the protocols should properly
- * be indentificated.
+ * be identificated.
  *
  * The table were imported from dib0700_devices.c.
  *
index b7c74a73d371fd2885f3084fccb862e35db062aa..62a60caa5d1fe7eb583cb208fef9b96a5b0dd8f0 100644 (file)
@@ -676,14 +676,14 @@ menu "STMicroelectronics STMPE Interface Drivers"
 depends on MFD_STMPE
 
 config STMPE_I2C
-       bool "STMicroelectronics STMPE I2C Inteface"
+       bool "STMicroelectronics STMPE I2C Interface"
        depends on I2C=y
        default y
        help
          This is used to enable I2C interface of STMPE
 
 config STMPE_SPI
-       bool "STMicroelectronics STMPE SPI Inteface"
+       bool "STMicroelectronics STMPE SPI Interface"
        depends on SPI_MASTER
        help
          This is used to enable SPI interface of STMPE
index bd1cb672034fe770d2db2b986caa1821c1f63f58..1b0265e85a066b2b8903d84645d1df918e4a9ee5 100644 (file)
@@ -491,7 +491,7 @@ static uint8_t docg4_read_byte(struct mtd_info *mtd)
                return status;
        }
 
-       dev_warn(doc->dev, "unexpectd call to read_byte()\n");
+       dev_warn(doc->dev, "unexpected call to read_byte()\n");
 
        return 0;
 }
index c151e7a6710a4b11d7efaa2816f65b4ba2732e81..c0463cfca3c477376f0be6767774e73afbc1e3c4 100644 (file)
@@ -1738,7 +1738,7 @@ void mlx4_opreq_action(struct work_struct *work)
                                   MLX4_CMD_GET_OP_REQ, MLX4_CMD_TIME_CLASS_A,
                                   MLX4_CMD_NATIVE);
                if (err) {
-                       mlx4_err(dev, "Failed to retreive required operation: %d\n",
+                       mlx4_err(dev, "Failed to retrieve required operation: %d\n",
                                 err);
                        return;
                }
index a126bdf2795248a1fdb888a18aef1ce3b85f80db..7e84b984dba16c6951eacd0fed81e3402cc0310f 100644 (file)
@@ -1722,7 +1722,7 @@ static void qlcnic_extend_lb_idc_cmpltn_wait(struct qlcnic_adapter *adapter,
        struct qlcnic_hardware_context *ahw = adapter->ahw;
        int temp;
 
-       netdev_info(adapter->netdev, "Recieved loopback IDC time extend event for 0x%x seconds\n",
+       netdev_info(adapter->netdev, "Received loopback IDC time extend event for 0x%x seconds\n",
                    ahw->extend_lb_time);
        temp = ahw->extend_lb_time * 1000;
        *max_wait_count += temp / QLC_83XX_LB_MSLEEP_COUNT;
index 7bbd318bc93e0bb062ed378b4aa6e3bd3b2f2a44..befa45f809c32976470d2a9f072a5580a578f791 100644 (file)
@@ -627,7 +627,7 @@ static int ali_ircc_setup(chipio_t *info)
 /*
  * Function ali_ircc_read_dongle_id (int index, info)
  *
- * Try to read dongle indentification. This procedure needs to be executed
+ * Try to read dongle identification. This procedure needs to be executed
  * once after power-on/reset. It also needs to be used whenever you suspect
  * that the user may have plugged/unplugged the IrDA Dongle.
  */
index ceeb53737f86ba195b13b69933234313e8dcb506..66bc03bdb138c36cd8f717b76fe7bc9cd57cbbb3 100644 (file)
@@ -1035,7 +1035,7 @@ static int nsc_ircc_setup(chipio_t *info)
 /*
  * Function nsc_ircc_read_dongle_id (void)
  *
- * Try to read dongle indentification. This procedure needs to be executed
+ * Try to read dongle identification. This procedure needs to be executed
  * once after power-on/reset. It also needs to be used whenever you suspect
  * that the user may have plugged/unplugged the IrDA Dongle.
  */
index f8d59c7b90821a69b3401a7ec143bd6d8e0fc367..9e86a811086f6bf2e8316afdecdd29a4ec5195c9 100644 (file)
@@ -2363,7 +2363,7 @@ static int ath10k_pci_probe(struct pci_dev *pdev,
                break;
        default:
                ret = -ENODEV;
-               ath10k_err("Unkown device ID: %d\n", pci_dev->device);
+               ath10k_err("Unknown device ID: %d\n", pci_dev->device);
                goto err_ar_pci;
        }
 
index ce86f158423bdc3861dc4547242eb37fc8210930..ba200b24be64cd307483fad13fef4a9283a93784 100644 (file)
@@ -661,7 +661,7 @@ ath5k_hw_get_isr(struct ath5k_hw *ah, enum ath5k_int *interrupt_mask)
                        ah->ah_txq_isr_txok_all |= AR5K_REG_MS(sisr1,
                                                AR5K_SISR1_QCU_TXEOL);
 
-               /* Currently this is not much usefull since we treat
+               /* Currently this is not much useful since we treat
                 * all queues the same way if we get a TXURN (update
                 * tx trigger level) but we might need it later on*/
                if (pisr & AR5K_ISR_TXURN)
index 23f8d1ce877d4e133fc690b7055b4342841e4112..a00132e31ec7ab245f2017f13e110c6730c906fd 100644 (file)
@@ -906,7 +906,7 @@ static int tps65910_set_ext_sleep_config(struct tps65910_reg *pmic,
                }
                ret = tps65910_reg_write(pmic->mfd, sr_reg_add, 0);
                if (ret < 0) {
-                       dev_err(mfd->dev, "Error in settting sr register\n");
+                       dev_err(mfd->dev, "Error in setting sr register\n");
                        return ret;
                }
        }
index 132a905b6bdb76e5012399eda5df32e04bbefa81..0ca64484cfa3328bd33d5e5b0cb028e7d4991424 100644 (file)
@@ -344,7 +344,7 @@ void zfcp_dbf_san(char *tag, struct zfcp_dbf *dbf, void *data, u8 id, u16 len,
 
 /**
  * zfcp_dbf_san_req - trace event for issued SAN request
- * @tag: indentifier for event
+ * @tag: identifier for event
  * @fsf_req: request containing issued CT data
  * d_id: destination ID
  */
@@ -361,7 +361,7 @@ void zfcp_dbf_san_req(char *tag, struct zfcp_fsf_req *fsf, u32 d_id)
 
 /**
  * zfcp_dbf_san_res - trace event for received SAN request
- * @tag: indentifier for event
+ * @tag: identifier for event
  * @fsf_req: request containing issued CT data
  */
 void zfcp_dbf_san_res(char *tag, struct zfcp_fsf_req *fsf)
@@ -377,7 +377,7 @@ void zfcp_dbf_san_res(char *tag, struct zfcp_fsf_req *fsf)
 
 /**
  * zfcp_dbf_san_in_els - trace event for incoming ELS
- * @tag: indentifier for event
+ * @tag: identifier for event
  * @fsf_req: request containing issued CT data
  */
 void zfcp_dbf_san_in_els(char *tag, struct zfcp_fsf_req *fsf)
index 33c52bc2c7b461033b8845e7e538f072f9ab671f..97fd450aff09315194233e7a8ea1f06b566248ef 100644 (file)
@@ -1035,7 +1035,6 @@ static void arcmsr_remove(struct pci_dev *pdev)
        pci_release_regions(pdev);
        scsi_host_put(host);
        pci_disable_device(pdev);
-       pci_set_drvdata(pdev, NULL);
 }
 
 static void arcmsr_shutdown(struct pci_dev *pdev)
index 15a629d8ed081efe1e5b9e13160703c3d2f8fe6e..a795d81ef8750881aa55cf47c5558a5cdb7da175 100644 (file)
@@ -3144,8 +3144,6 @@ static void atp870u_remove (struct pci_dev *pdev)
        atp870u_free_tables(pshost);
        printk(KERN_INFO "scsi_host_put : %p\n",pshost);
        scsi_host_put(pshost);
-       printk(KERN_INFO "pci_set_drvdata : %p\n",pdev);
-       pci_set_drvdata(pdev, NULL);    
 }
 MODULE_LICENSE("GPL");
 
index 7591fa4e28bb2be8ed6e6a64e972568429457f20..fc80a325a1e6577c8fb5225d9f8a7ea614311540 100644 (file)
@@ -804,7 +804,6 @@ bfad_pci_uninit(struct pci_dev *pdev, struct bfad_s *bfad)
        /* Disable PCIE Advanced Error Recovery (AER) */
        pci_disable_pcie_error_reporting(pdev);
        pci_disable_device(pdev);
-       pci_set_drvdata(pdev, NULL);
 }
 
 bfa_status_t
index 5be718c241c4f329edb1c23e684daa7b4681a0f1..e4cf23df4b4f094d64a40332c81facd39da4097c 100644 (file)
@@ -126,7 +126,7 @@ static void bnx2i_iscsi_license_error(struct bnx2i_hba *hba, u32 error_code)
 
 /**
  * bnx2i_arm_cq_event_coalescing - arms CQ to enable EQ notification
- * @ep:                endpoint (transport indentifier) structure
+ * @ep:                endpoint (transport identifier) structure
  * @action:    action, ARM or DISARM. For now only ARM_CQE is used
  *
  * Arm'ing CQ will enable chip to generate global EQ events inorder to interrupt
@@ -756,7 +756,7 @@ void bnx2i_send_cmd_cleanup_req(struct bnx2i_hba *hba, struct bnx2i_cmd *cmd)
 /**
  * bnx2i_send_conn_destroy - initiates iscsi connection teardown process
  * @hba:       adapter structure pointer
- * @ep:                endpoint (transport indentifier) structure
+ * @ep:                endpoint (transport identifier) structure
  *
  * this routine prepares and posts CONN_OFLD_REQ1/2 KWQE to initiate
  *     iscsi connection context clean-up process
@@ -791,7 +791,7 @@ int bnx2i_send_conn_destroy(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep)
 /**
  * bnx2i_570x_send_conn_ofld_req - initiates iscsi conn context setup process
  * @hba:               adapter structure pointer
- * @ep:                endpoint (transport indentifier) structure
+ * @ep:                endpoint (transport identifier) structure
  *
  * 5706/5708/5709 specific - prepares and posts CONN_OFLD_REQ1/2 KWQE
  */
@@ -851,7 +851,7 @@ static int bnx2i_570x_send_conn_ofld_req(struct bnx2i_hba *hba,
 /**
  * bnx2i_5771x_send_conn_ofld_req - initiates iscsi connection context creation
  * @hba:               adapter structure pointer
- * @ep:                endpoint (transport indentifier) structure
+ * @ep:                endpoint (transport identifier) structure
  *
  * 57710 specific - prepares and posts CONN_OFLD_REQ1/2 KWQE
  */
@@ -920,7 +920,7 @@ static int bnx2i_5771x_send_conn_ofld_req(struct bnx2i_hba *hba,
  * bnx2i_send_conn_ofld_req - initiates iscsi connection context setup process
  *
  * @hba:               adapter structure pointer
- * @ep:                endpoint (transport indentifier) structure
+ * @ep:                endpoint (transport identifier) structure
  *
  * this routine prepares and posts CONN_OFLD_REQ1/2 KWQE
  */
@@ -939,7 +939,7 @@ int bnx2i_send_conn_ofld_req(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep)
 
 /**
  * setup_qp_page_tables - iscsi QP page table setup function
- * @ep:                endpoint (transport indentifier) structure
+ * @ep:                endpoint (transport identifier) structure
  *
  * Sets up page tables for SQ/RQ/CQ, 1G/sec (5706/5708/5709) devices requires
  *     64-bit address in big endian format. Whereas 10G/sec (57710) requires
@@ -1046,7 +1046,7 @@ static void setup_qp_page_tables(struct bnx2i_endpoint *ep)
 /**
  * bnx2i_alloc_qp_resc - allocates required resources for QP.
  * @hba:       adapter structure pointer
- * @ep:                endpoint (transport indentifier) structure
+ * @ep:                endpoint (transport identifier) structure
  *
  * Allocate QP (transport layer for iSCSI connection) resources, DMA'able
  *     memory for SQ/RQ/CQ and page tables. EP structure elements such
@@ -1191,7 +1191,7 @@ mem_alloc_err:
 /**
  * bnx2i_free_qp_resc - free memory resources held by QP
  * @hba:       adapter structure pointer
- * @ep:        endpoint (transport indentifier) structure
+ * @ep:        endpoint (transport identifier) structure
  *
  * Free QP resources - SQ/RQ/CQ memory and page tables.
  */
index fabeb88602acb65c8b5b7e493314f30822d0227e..854dad7d5b03318d10077d2e367eeb6ca8242dc6 100644 (file)
@@ -596,7 +596,7 @@ void bnx2i_drop_session(struct iscsi_cls_session *cls_session)
 /**
  * bnx2i_ep_destroy_list_add - add an entry to EP destroy list
  * @hba:       pointer to adapter instance
- * @ep:                pointer to endpoint (transport indentifier) structure
+ * @ep:                pointer to endpoint (transport identifier) structure
  *
  * EP destroy queue manager
  */
@@ -613,7 +613,7 @@ static int bnx2i_ep_destroy_list_add(struct bnx2i_hba *hba,
  * bnx2i_ep_destroy_list_del - add an entry to EP destroy list
  *
  * @hba:               pointer to adapter instance
- * @ep:                pointer to endpoint (transport indentifier) structure
+ * @ep:                pointer to endpoint (transport identifier) structure
  *
  * EP destroy queue manager
  */
@@ -630,7 +630,7 @@ static int bnx2i_ep_destroy_list_del(struct bnx2i_hba *hba,
 /**
  * bnx2i_ep_ofld_list_add - add an entry to ep offload pending list
  * @hba:       pointer to adapter instance
- * @ep:                pointer to endpoint (transport indentifier) structure
+ * @ep:                pointer to endpoint (transport identifier) structure
  *
  * pending conn offload completion queue manager
  */
@@ -646,7 +646,7 @@ static int bnx2i_ep_ofld_list_add(struct bnx2i_hba *hba,
 /**
  * bnx2i_ep_ofld_list_del - add an entry to ep offload pending list
  * @hba:               pointer to adapter instance
- * @ep:                pointer to endpoint (transport indentifier) structure
+ * @ep:                pointer to endpoint (transport identifier) structure
  *
  * pending conn offload completion queue manager
  */
@@ -721,7 +721,7 @@ bnx2i_find_ep_in_destroy_list(struct bnx2i_hba *hba, u32 iscsi_cid)
 /**
  * bnx2i_ep_active_list_add - add an entry to ep active list
  * @hba:       pointer to adapter instance
- * @ep:                pointer to endpoint (transport indentifier) structure
+ * @ep:                pointer to endpoint (transport identifier) structure
  *
  * current active conn queue manager
  */
@@ -737,7 +737,7 @@ static void bnx2i_ep_active_list_add(struct bnx2i_hba *hba,
 /**
  * bnx2i_ep_active_list_del - deletes an entry to ep active list
  * @hba:       pointer to adapter instance
- * @ep:                pointer to endpoint (transport indentifier) structure
+ * @ep:                pointer to endpoint (transport identifier) structure
  *
  * current active conn queue manager
  */
@@ -1695,7 +1695,7 @@ no_nx2_route:
 /**
  * bnx2i_tear_down_conn - tear down iscsi/tcp connection and free resources
  * @hba:       pointer to adapter instance
- * @ep:                endpoint (transport indentifier) structure
+ * @ep:                endpoint (transport identifier) structure
  *
  * destroys cm_sock structure and on chip iscsi context
  */
index 00346fe939d554b5d089980718cd2fac1492ba41..1aafc331ee63a1a2d9380ffd53710da3466bbf96 100644 (file)
@@ -1010,7 +1010,6 @@ err_lnode_exit:
        csio_hw_stop(hw);
        spin_unlock_irq(&hw->lock);
        csio_lnodes_unblock_request(hw);
-       pci_set_drvdata(hw->pdev, NULL);
        csio_lnodes_exit(hw, 0);
        csio_hw_free(hw);
 err_pci_exit:
@@ -1044,7 +1043,6 @@ static void csio_remove_one(struct pci_dev *pdev)
 
        csio_lnodes_exit(hw, 0);
        csio_hw_free(hw);
-       pci_set_drvdata(pdev, NULL);
        csio_pci_exit(pdev, &bars);
 }
 
index 694e13c45dfd8362a814dd5626b18c5f04559081..a726187abe5c522c1aea8275542c6a0ad853afd5 100644 (file)
@@ -4859,7 +4859,6 @@ static void dc395x_remove_one(struct pci_dev *dev)
        adapter_uninit(acb);
        pci_disable_device(dev);
        scsi_host_put(scsi_host);
-       pci_set_drvdata(dev, NULL);
 }
 
 
index bbf81ea3a25273a2e9cfacab90e28723d4471d8e..889b594fe8b0d0cd2f7409613e8271e4c7cbdccd 100644 (file)
@@ -996,7 +996,6 @@ static void fnic_remove(struct pci_dev *pdev)
        fnic_iounmap(fnic);
        pci_release_regions(pdev);
        pci_disable_device(pdev);
-       pci_set_drvdata(pdev, NULL);
        scsi_host_put(lp->host);
 }
 
index 6d55b4e7e7923121d58535ab1a7ff83c50298c8c..ee4fa40a50b131597a3e1b6960bffc17191f2d03 100644 (file)
@@ -594,8 +594,6 @@ static void gdth_pci_remove_one(struct pci_dev *pdev)
 {
        gdth_ha_str *ha = pci_get_drvdata(pdev);
 
-       pci_set_drvdata(pdev, NULL);
-
        list_del(&ha->list);
        gdth_remove_one(ha);
 
index 891c86b66253b3272dbce9e816cb8bbe72bafab5..df72d4a58385f2c7f4e83b83d8cac84264e97cea 100644 (file)
@@ -5018,7 +5018,6 @@ static void hpsa_remove_one(struct pci_dev *pdev)
        kfree(h->hba_inquiry_data);
        pci_disable_device(pdev);
        pci_release_regions(pdev);
-       pci_set_drvdata(pdev, NULL);
        kfree(h);
 }
 
index 647f5bfb3bd33f312135a869b8ee0793a879a7a8..3dfd38ce806c0df6f8196814886bd836b0dc18f6 100644 (file)
@@ -4581,8 +4581,6 @@ lpfc_disable_pci_dev(struct lpfc_hba *phba)
        /* Release PCI resource and disable PCI device */
        pci_release_selected_regions(pdev, bars);
        pci_disable_device(pdev);
-       /* Null out PCI private reference to driver */
-       pci_set_drvdata(pdev, NULL);
 
        return;
 }
@@ -9429,7 +9427,6 @@ lpfc_pci_remove_one_s3(struct pci_dev *pdev)
        /* Disable interrupt */
        lpfc_sli_disable_intr(phba);
 
-       pci_set_drvdata(pdev, NULL);
        scsi_host_put(shost);
 
        /*
index 515c9629e9fedf0679257a762b553045858070c1..d1a4b82836ea6936f55504e33bcaabb5db9adbee 100644 (file)
@@ -534,7 +534,6 @@ megaraid_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
        return 0;
 
 out_cmm_unreg:
-       pci_set_drvdata(pdev, NULL);
        megaraid_cmm_unregister(adapter);
 out_fini_mbox:
        megaraid_fini_mbox(adapter);
@@ -594,11 +593,6 @@ megaraid_detach_one(struct pci_dev *pdev)
        // detach from the IO sub-system
        megaraid_io_detach(adapter);
 
-       // reset the device state in the PCI structure. We check this
-       // condition when we enter here. If the device state is NULL,
-       // that would mean the device has already been removed
-       pci_set_drvdata(pdev, NULL);
-
        // Unregister from common management module
        //
        // FIXME: this must return success or failure for conditions if there
index 3020921a474671e6c9845ba26979d56c389a96c3..a6efc1e088ec322b0d9cbe9963813608c3438be1 100644 (file)
@@ -4449,7 +4449,6 @@ retry_irq_register:
        megasas_mgmt_info.instance[megasas_mgmt_info.max_index] = NULL;
        megasas_mgmt_info.max_index--;
 
-       pci_set_drvdata(pdev, NULL);
        instance->instancet->disable_intr(instance);
        if (instance->msix_vectors)
                for (i = 0 ; i < instance->msix_vectors; i++)
@@ -4805,8 +4804,6 @@ static void megasas_detach_one(struct pci_dev *pdev)
                }
        }
 
-       pci_set_drvdata(instance->pdev, NULL);
-
        instance->instancet->disable_intr(instance);
 
        if (instance->msix_vectors)
@@ -4848,8 +4845,6 @@ static void megasas_detach_one(struct pci_dev *pdev)
                                instance->evt_detail, instance->evt_detail_h);
        scsi_host_put(host);
 
-       pci_set_drvdata(pdev, NULL);
-
        pci_disable_device(pdev);
 
        return;
index 7b7381d7671fdc9cfeecdf3c256984b0261d3116..5ff978be249d22b37df66601787cceca92933047 100644 (file)
@@ -657,7 +657,6 @@ static void mvs_pci_remove(struct pci_dev *pdev)
        tasklet_kill(&((struct mvs_prv_info *)sha->lldd_ha)->mv_tasklet);
 #endif
 
-       pci_set_drvdata(pdev, NULL);
        sas_unregister_ha(sha);
        sas_remove_host(mvi->shost);
        scsi_remove_host(mvi->shost);
index 6b1b4e91e53f655128edf0235589bd02081963fb..6c1f223a8e1d335fa7c86a374e470e666e848906 100644 (file)
@@ -1411,7 +1411,7 @@ static int mvs_exec_internal_tmf_task(struct domain_device *dev,
 
                if (res) {
                        del_timer(&task->slow_task->timer);
-                       mv_printk("executing internel task failed:%d\n", res);
+                       mv_printk("executing internal task failed:%d\n", res);
                        goto ex_err;
                }
 
index c3601b57a80c796cd32aebeb3c00f3d94e89b06f..edbee8dc62c9ab546b5340ca06cbef62ba4cecf3 100644 (file)
@@ -2583,7 +2583,6 @@ static int mvumi_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
        return 0;
 
 fail_io_attach:
-       pci_set_drvdata(pdev, NULL);
        mhba->instancet->disable_intr(mhba);
        free_irq(mhba->pdev->irq, mhba);
 fail_init_irq:
@@ -2618,7 +2617,6 @@ static void mvumi_detach_one(struct pci_dev *pdev)
        free_irq(mhba->pdev->irq, mhba);
        mvumi_release_fw(mhba);
        scsi_host_put(host);
-       pci_set_drvdata(pdev, NULL);
        pci_disable_device(pdev);
        dev_dbg(&pdev->dev, "driver is removed!\n");
 }
index 5982a587babc875a56aaba6ed9983860c8b593a9..7d014b11df62fc086be5d8deff46ad4facaa4499 100644 (file)
@@ -1615,7 +1615,7 @@ struct ncb {
        spinlock_t      smp_lock;       /* Lock for SMP threading       */
 
        /*----------------------------------------------------------------
-       **      Chip and controller indentification.
+       **      Chip and controller identification.
        **----------------------------------------------------------------
        */
        int             unit;           /* Unit number                  */
index f7c189606b8479b3626bcbfe621dbb953e5ee02e..0dba7c7856ab2bcfd013f6d44afe0c8ea0e5505e 100644 (file)
@@ -873,7 +873,6 @@ static void pm8001_pci_remove(struct pci_dev *pdev)
        struct pm8001_hba_info *pm8001_ha;
        int i;
        pm8001_ha = sha->lldd_ha;
-       pci_set_drvdata(pdev, NULL);
        sas_unregister_ha(sha);
        sas_remove_host(pm8001_ha->shost);
        list_del(&pm8001_ha->list);
index 1eb7b0280a45447fc1855ce0a653488cf1591002..e43db7742047aca836fab57c61b1530740f6d383 100644 (file)
@@ -6049,7 +6049,6 @@ out_release_regions:
 
 out_disable_device:
        atomic_dec(&pmcraid_adapter_count);
-       pci_set_drvdata(pdev, NULL);
        pci_disable_device(pdev);
        return -ENODEV;
 }
index bcd57f699ebbcc7dad7d597044c7bc54da22cf52..52be35e0300c901ac18faff6ded2aaf65e43b675 100644 (file)
@@ -3179,7 +3179,6 @@ qla2x00_remove_one(struct pci_dev *pdev)
        pci_disable_pcie_error_reporting(pdev);
 
        pci_disable_device(pdev);
-       pci_set_drvdata(pdev, NULL);
 }
 
 static void
index f8a0a26a3cd4bcdcd236c078a23821e2de7666a1..1be6cefc390b9933432de61466d2d029e4f232ae 100644 (file)
@@ -7400,7 +7400,6 @@ static void qla4xxx_remove_adapter(struct pci_dev *pdev)
 
        pci_disable_pcie_error_reporting(pdev);
        pci_disable_device(pdev);
-       pci_set_drvdata(pdev, NULL);
 }
 
 /**
index 325c31caa6e0dd98dbce0724b968a7ee5efcba69..1aa4befcfbd0120b11df14a4b0f918b00f5be72d 100644 (file)
@@ -1790,8 +1790,6 @@ static void stex_remove(struct pci_dev *pdev)
 
        scsi_remove_host(hba->host);
 
-       pci_set_drvdata(pdev, NULL);
-
        stex_hba_stop(hba);
 
        stex_hba_free(hba);
index b80bf709f104ade623662ea8c646dea308a67818..805369521df8eeb22de129d70432444b45269029 100644 (file)
@@ -174,7 +174,7 @@ struct sym_slcb {
  */
 struct sym_shcb {
        /*
-        *  Chip and controller indentification.
+        *  Chip and controller identification.
         */
        int             unit;
        char            inst_name[16];
index 9327f5fcec4e85c9a8d8606bd9347b7d0702709e..b06a1dea8818c8bec389829b2b795a8d84ee2d19 100644 (file)
@@ -2553,7 +2553,6 @@ static void dc390_remove_one(struct pci_dev *dev)
 
        pci_disable_device(dev);
        scsi_host_put(scsi_host);
-       pci_set_drvdata(dev, NULL);
 }
 
 static struct pci_device_id tmscsim_pci_tbl[] = {
index a823cf44e9494bdc506a2e4b86d7edb190ea76dc..8b9531204c2bb7ee570fb3d504a59803765a4ba6 100644 (file)
@@ -132,7 +132,6 @@ static void ufshcd_pci_remove(struct pci_dev *pdev)
        pm_runtime_forbid(&pdev->dev);
        pm_runtime_get_noresume(&pdev->dev);
        ufshcd_remove(hba);
-       pci_set_drvdata(pdev, NULL);
 }
 
 /**
index 3bfaa66fa0d16d31610ee33ef41c9cce10031f1a..b9755ec0e8123cdd7a3479659fb2111924dc3056 100644 (file)
@@ -1405,7 +1405,6 @@ out_release_resources:
 out_free_host:
        scsi_host_put(host);
 out_disable_device:
-       pci_set_drvdata(pdev, NULL);
        pci_disable_device(pdev);
 
        return error;
@@ -1445,7 +1444,6 @@ static void pvscsi_remove(struct pci_dev *pdev)
 
        scsi_host_put(host);
 
-       pci_set_drvdata(pdev, NULL);
        pci_disable_device(pdev);
 }
 
index 9221a74efd18a00cf31c24c79b3e271a7a181d85..93c7299e83539c2e38edb4d3b10e44867c2333dc 100644 (file)
@@ -42,7 +42,7 @@ struct ad7606_platform_data {
 
 /**
  * struct ad7606_chip_info - chip specifc information
- * @name:              indentification string for chip
+ * @name:              identification string for chip
  * @int_vref_mv:       the internal reference voltage
  * @channels:          channel specification
  * @num_channels:      number of channels
index db535b0aa172c85b3787a476b8fe3adeefbe3e6f..fed7f68d025d1174e9e6882c3cba59a94de8220d 100644 (file)
@@ -28,7 +28,7 @@ config USB_DEFAULT_PERSIST
        bool "Enable USB persist by default"
        default y
        help
-         Say N here if you don't want USB power session persistance
+         Say N here if you don't want USB power session persistence
          enabled by default.  If you say N it will make suspended USB
          devices that lose power get reenumerated as if they had been
          unplugged, causing any mounted filesystems to be lost.  The
index 398cbd517be218bbfc155f06e1bec5e5fe71717c..f9d5094e102943db81708451a43312f6ac2e9525 100644 (file)
@@ -59,7 +59,8 @@ config BTRFS_FS_RUN_SANITY_TESTS
        help
          This will run some basic sanity tests on the free space cache
          code to make sure it is acting as it should.  These are mostly
-         regression tests and are only really interesting to btrfs devlopers.
+         regression tests and are only really interesting to btrfs
+         developers.
 
          If unsure, say N.
 
index aea9e45efce63572eee4daafc2ecfffcdd104b6e..14909b0b9cae71d879df88963a688d37a0e98a8a 100644 (file)
@@ -53,7 +53,7 @@
 
 #elif defined(CONFIG_SPARSEMEM)
 /*
- * Note: section's mem_map is encorded to reflect its start_pfn.
+ * Note: section's mem_map is encoded to reflect its start_pfn.
  * section[i].section_mem_map == mem_map's address - start_pfn;
  */
 #define __page_to_pfn(pg)                                      \
index 62d9303c283789baacfdc3e745d11bb2110431fe..0ddb5c02ad8b6c279047c4c8c9c90e5516327ca7 100644 (file)
@@ -40,7 +40,7 @@
 #define UART010_LCRL           0x10    /* Line control register, low byte. */
 #define UART010_CR             0x14    /* Control register. */
 #define UART01x_FR             0x18    /* Flag register (Read only). */
-#define UART010_IIR            0x1C    /* Interrupt indentification register (Read). */
+#define UART010_IIR            0x1C    /* Interrupt identification register (Read). */
 #define UART010_ICR            0x1C    /* Interrupt clear register (Write). */
 #define ST_UART011_LCRH_RX     0x1C    /* Rx line control register. */
 #define UART01x_ILPR           0x20    /* IrDA low power counter register. */
index 7a7cc74d7f27e9901e59d2a61b850c0ec6acbe9e..d48dc00232a436cbf67b577b54a8bd27336a161c 100644 (file)
@@ -168,7 +168,7 @@ struct devfreq {
        unsigned long max_freq;
        bool stop_polling;
 
-       /* information for device freqeuncy transition */
+       /* information for device frequency transition */
        unsigned int total_trans;
        unsigned int *trans_table;
        unsigned long *time_in_state;
index ba89b94e4a567ee5499ccd8964eb3526928654bf..674b45d5a757bc66fff49abb26aebed88929c9b0 100644 (file)
@@ -316,7 +316,7 @@ enum si476x_smoothmetrics {
  * response to 'FM_RD_STATUS' command
  * @rdstpptyint: Traffic program flag(TP) and/or program type(PTY)
  * code has changed.
- * @rdspiint: Program indentifiaction(PI) code has changed.
+ * @rdspiint: Program identification(PI) code has changed.
  * @rdssyncint: RDS synchronization has changed.
  * @rdsfifoint: RDS was received and the RDS FIFO has at least
  * 'FM_RDS_INTERRUPT_FIFO_COUNT' elements in it.
index 27f62f746621a8758b7beb60b8b530604aa0fb74..c893f2295f496ffb7785b24ad27f4123e41251cb 100644 (file)
@@ -1557,7 +1557,7 @@ static inline void *netdev_priv(const struct net_device *dev)
 #define SET_NETDEV_DEV(net, pdev)      ((net)->dev.parent = (pdev))
 
 /* Set the sysfs device type for the network logical device to allow
- * fin grained indentification of different network device types. For
+ * fine-grained identification of different network device types. For
  * example Ethernet, Wirelss LAN, Bluetooth, WiMAX etc.
  */
 #define SET_NETDEV_DEVTYPE(net, devtype)       ((net)->dev.type = (devtype))
index 51329905bfaafda1c290a26103914d5879144a01..c853b16de4efde38a501440ce58ca260a379e5da 100644 (file)
@@ -240,7 +240,7 @@ struct l2cap_conn_rsp {
 #define L2CAP_PSM_RFCOMM       0x0003
 #define L2CAP_PSM_3DSP         0x0021
 
-/* channel indentifier */
+/* channel identifier */
 #define L2CAP_CID_SIGNALING    0x0001
 #define L2CAP_CID_CONN_LESS    0x0002
 #define L2CAP_CID_A2MP         0x0003
index 73766535ded5bc0a230248db7f7552bb8df7c53d..4d09f69eb76648a5f2495623acad64747ae9c023 100644 (file)
@@ -844,7 +844,7 @@ config NUMA_BALANCING_DEFAULT_ENABLED
        default y
        depends on NUMA_BALANCING
        help
-         If set, autonumic NUMA balancing will be enabled if running on a NUMA
+         If set, automatic NUMA balancing will be enabled if running on a NUMA
          machine.
 
 config NUMA_BALANCING
@@ -855,7 +855,7 @@ config NUMA_BALANCING
        help
          This option adds support for automatic NUMA aware memory/task placement.
          The mechanism is quite primitive and is based on migrating memory when
-         it is references to the node the task is running on.
+         it has references to the node the task is running on.
 
          This system will be inactive on UMA systems.
 
index a3bb14fbe5c61fec344a166f8b542571dab4704c..dc04c166c54d7bc8e86ab87bec4075a3cc492e12 100644 (file)
@@ -214,7 +214,7 @@ void irq_enable(struct irq_desc *desc)
 }
 
 /**
- * irq_disable - Mark interupt disabled
+ * irq_disable - Mark interrupt disabled
  * @desc:      irq descriptor which should be disabled
  *
  * If the chip does not implement the irq_disable callback, we
index 514bcfd855a8f9c05ef2934f364f6c2d7b600e4e..2165253220ee40e26737d4fbe7f86e27d18d562d 100644 (file)
@@ -786,7 +786,7 @@ irq_forced_thread_fn(struct irq_desc *desc, struct irqaction *action)
 }
 
 /*
- * Interrupts explicitely requested as threaded interupts want to be
+ * Interrupts explicitly requested as threaded interrupts want to be
  * preemtible - many of them need to sleep and wait for slow busses to
  * complete.
  */
index 2a74f307c5ec57b050ceeb8a21341f8a394841ef..490afc03627e52e34e51d69e0a15693b7716b17a 100644 (file)
@@ -921,7 +921,7 @@ static int kimage_load_segment(struct kimage *image,
  *   reinitialize them.
  *
  * - A machine specific part that includes the syscall number
- *   and the copies the image to it's final destination.  And
+ *   and then copies the image to it's final destination.  And
  *   jumps into the image at entry.
  *
  * kexec does not sync, or unmount filesystems so if you need
index 947ba25a95a0aeb51415591ab8e19fb1a846b989..3abf53418b67c6ee92c16522299a8821856b749d 100644 (file)
@@ -1613,9 +1613,10 @@ void get_xtime_and_monotonic_and_sleep_offset(struct timespec *xtim,
  * ktime_get_update_offsets - hrtimer helper
  * @offs_real: pointer to storage for monotonic -> realtime offset
  * @offs_boot: pointer to storage for monotonic -> boottime offset
+ * @offs_tai:  pointer to storage for monotonic -> clock tai offset
  *
  * Returns current monotonic time and updates the offsets
- * Called from hrtimer_interupt() or retrigger_next_event()
+ * Called from hrtimer_interrupt() or retrigger_next_event()
  */
 ktime_t ktime_get_update_offsets(ktime_t *offs_real, ktime_t *offs_boot,
                                                        ktime_t *offs_tai)
index 394838f489ebae1b9d00660af54ceac857538653..fdd5ce227e5b2b2d9cf4ba9f4ae24de8c697e885 100644 (file)
@@ -20,7 +20,7 @@ config FLATMEM_MANUAL
 
          Some users of more advanced features like NUMA and
          memory hotplug may have different options here.
-         DISCONTIGMEM is an more mature, better tested system,
+         DISCONTIGMEM is a more mature, better tested system,
          but is incompatible with memory hotplug and may suffer
          decreased performance over SPARSEMEM.  If unsure between
          "Sparse Memory" and "Discontiguous Memory", choose
index c3eb3d3ca83565b925e197f2ad44ac2c313345b8..c9aa8d429da53681799c49d996c7d87435549196 100644 (file)
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -955,7 +955,7 @@ static inline void slab_free_hook(struct kmem_cache *s, void *x)
        kmemleak_free_recursive(x, s->flags);
 
        /*
-        * Trouble is that we may no longer disable interupts in the fast path
+        * Trouble is that we may no longer disable interrupts in the fast path
         * So in order to make the debug calls that expect irqs to be
         * disabled we need to disable interrupts temporarily.
         */
index 3ab8dd2e12828fea31d97b59dbeb3fe7521e953b..d249874a366d363edfc94adc47df54dde6bdba0e 100644 (file)
@@ -420,7 +420,7 @@ static struct hlist_head *find_rcv_list(canid_t *can_id, canid_t *mask,
  * @mask: CAN mask (see description)
  * @func: callback function on filter match
  * @data: returned parameter for callback function
- * @ident: string for calling module indentification
+ * @ident: string for calling module identification
  *
  * Description:
  *  Invokes the callback function with the received sk_buff and the given
index e7c4e0e01ff5de40fb32cdeddd70cb204b84ea32..80c2e2d603e00c718ad1744804ef29f926b9d404 100644 (file)
@@ -84,7 +84,7 @@ set_match_v0_checkentry(const struct xt_mtchk_param *par)
        index = ip_set_nfnl_get_byindex(par->net, info->match_set.index);
 
        if (index == IPSET_INVALID_ID) {
-               pr_warning("Cannot find set indentified by id %u to match\n",
+               pr_warning("Cannot find set identified by id %u to match\n",
                           info->match_set.index);
                return -ENOENT;
        }
@@ -134,7 +134,7 @@ set_match_v1_checkentry(const struct xt_mtchk_param *par)
        index = ip_set_nfnl_get_byindex(par->net, info->match_set.index);
 
        if (index == IPSET_INVALID_ID) {
-               pr_warning("Cannot find set indentified by id %u to match\n",
+               pr_warning("Cannot find set identified by id %u to match\n",
                           info->match_set.index);
                return -ENOENT;
        }
index b5fa7e40cdcbce54fb0c1cb8cce5502e17b0f3c1..14810abedc2ec455adbde24094a5c468477e03d8 100644 (file)
@@ -6,7 +6,7 @@ config VSOCKETS
        tristate "Virtual Socket protocol"
        help
          Virtual Socket Protocol is a socket protocol similar to TCP/IP
-         allowing comunication between Virtual Machines and hypervisor
+         allowing communication between Virtual Machines and hypervisor
          or host.
 
          You should also select one or more hypervisor-specific transports
index f2e62e45f91288916a252486a4ac130c5d7dd022..19e9f222d09c0934cb184843b40ff0ad52b4a1ec 100644 (file)
@@ -614,7 +614,7 @@ struct _pll_div {
 };
 
 /* Note : pll code from original alc5632 driver. Not sure of how good it is */
-/* usefull only for master mode */
+/* useful only for master mode */
 static const struct _pll_div codec_master_pll_div[] = {
 
        {  2048000,  8192000,   0x0ea0},