Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jan 2014 05:21:55 +0000 (21:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jan 2014 05:21:55 +0000 (21:21 -0800)
Pull trivial tree updates from Jiri Kosina:
 "Usual rocket science stuff from trivial.git"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits)
  neighbour.h: fix comment
  sched: Fix warning on make htmldocs caused by wait.h
  slab: struct kmem_cache is protected by slab_mutex
  doc: Fix typo in USB Gadget Documentation
  of/Kconfig: Spelling s/one/once/
  mkregtable: Fix sscanf handling
  lp5523, lp8501: comment improvements
  thermal: rcar: comment spelling
  treewide: fix comments and printk msgs
  IXP4xx: remove '1 &&' from a condition check in ixp4xx_restart()
  Documentation: update /proc/uptime field description
  Documentation: Fix size parameter for snprintf
  arm: fix comment header and macro name
  asm-generic: uaccess: Spelling s/a ny/any/
  mtd: onenand: fix comment header
  doc: driver-model/platform.txt: fix a typo
  drivers: fix typo in DEVTMPFS_MOUNT Kconfig help text
  doc: Fix typo (acces_process_vm -> access_process_vm)
  treewide: Fix typos in printk
  drivers/gpu/drm/qxl/Kconfig: reformat the help text
  ...

76 files changed:
Documentation/DocBook/.gitignore
Documentation/DocBook/Makefile
Documentation/DocBook/kernel-api.tmpl
Documentation/IRQ-domain.txt
Documentation/driver-model/platform.txt
Documentation/efi-stub.txt
Documentation/email-clients.txt
Documentation/filesystems/Locking
Documentation/filesystems/proc.txt
Documentation/io-mapping.txt
Documentation/kernel-parameters.txt
Documentation/laptops/hpfall.c
Documentation/md.txt
Documentation/rfkill.txt
Documentation/rt-mutex-design.txt
Documentation/static-keys.txt
Documentation/usb/gadget_multi.txt
Documentation/x86/x86_64/boot-options.txt
arch/arm/mach-at91/Kconfig.non_dt
arch/arm/mach-imx/mach-pca100.c
arch/arm/mach-ixp4xx/common.c
arch/arm64/kvm/handle_exit.c
arch/mips/ralink/cevt-rt3352.c
arch/mips/ralink/timer.c
arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c
arch/powerpc/platforms/powernv/opal-flash.c
arch/x86/Kconfig
drivers/base/Kconfig
drivers/block/Makefile
drivers/cdrom/Makefile
drivers/char/Makefile
drivers/char/msm_smd_pkt.c
drivers/devfreq/exynos/exynos4_bus.c
drivers/devfreq/exynos/exynos5_bus.c
drivers/gpu/drm/exynos/exynos_drm_crtc.c
drivers/gpu/drm/exynos/exynos_drm_fimc.c
drivers/gpu/drm/exynos/exynos_drm_g2d.c
drivers/gpu/drm/exynos/exynos_drm_gem.c
drivers/gpu/drm/exynos/exynos_drm_gem.h
drivers/gpu/drm/exynos/exynos_drm_gsc.c
drivers/gpu/drm/exynos/exynos_drm_ipp.c
drivers/gpu/drm/exynos/exynos_drm_ipp.h
drivers/gpu/drm/qxl/Kconfig
drivers/gpu/drm/radeon/mkregtable.c
drivers/i2c/busses/i2c-exynos5.c
drivers/i2c/busses/i2c-stu300.c
drivers/iio/adc/twl6030-gpadc.c
drivers/isdn/hisax/hfc4s8s_l1.c
drivers/isdn/mISDN/Kconfig
drivers/leds/leds-lp5523.c
drivers/leds/leds-lp8501.c
drivers/media/platform/ti-vpe/vpdma.c
drivers/misc/fsa9480.c
drivers/mtd/onenand/samsung.h
drivers/net/wan/lmc/lmc_main.c
drivers/net/wireless/libertas/cmdresp.c
drivers/scsi/Kconfig
drivers/scsi/qla2xxx/qla_nx2.c
drivers/scsi/qla4xxx/ql4_83xx.c
drivers/staging/usbip/usbip_common.c
drivers/thermal/rcar_thermal.c
drivers/tty/serial/crisv10.c
drivers/usb/serial/kobil_sct.c
drivers/video/udlfb.c
drivers/xen/Kconfig
fs/btrfs/tests/free-space-tests.c
include/asm-generic/uaccess.h
include/linux/amba/sp810.h
include/linux/slab_def.h
include/linux/tracepoint.h
include/linux/wait.h
include/uapi/linux/neighbour.h
net/core/dev.c
net/netfilter/ipset/Kconfig
net/nfc/digital_dep.c
net/nfc/hci/llc_shdlc.c

index 720f245ceb1f34dcf2f01c9607291db14a118d40..7ebd5465d9277ce250d4cfd97c17295da75afb6a 100644 (file)
@@ -10,5 +10,6 @@
 *.out
 *.png
 *.gif
+*.svg
 media-indices.tmpl
 media-entities.tmpl
index bc3d9f8c0a9018fca305ce3d27920fb39be7c04a..0f9c6ff41aac5206eb470ef07d68553d067022f0 100644 (file)
@@ -54,6 +54,7 @@ htmldocs: $(HTML)
 
 MAN := $(patsubst %.xml, %.9, $(BOOKS))
 mandocs: $(MAN)
+       $(if $(wildcard $(obj)/man/*.9),gzip -f $(obj)/man/*.9)
 
 installmandocs: mandocs
        mkdir -p /usr/local/man/man9/
@@ -145,7 +146,7 @@ build_main_index = rm -rf $(main_idx); \
                   cat $(HTML) >> $(main_idx)
 
 quiet_cmd_db2html = HTML    $@
-      cmd_db2html = xmlto xhtml $(XMLTOFLAGS) -o $(patsubst %.html,%,$@) $< && \
+      cmd_db2html = xmlto html $(XMLTOFLAGS) -o $(patsubst %.html,%,$@) $< && \
                echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/index.html"> \
         $(patsubst %.html,%,$(notdir $@))</a><p>' > $@
 
@@ -159,7 +160,7 @@ quiet_cmd_db2html = HTML    $@
             cp $(PNG-$(basename $(notdir $@))) $(patsubst %.html,%,$@); fi
 
 quiet_cmd_db2man = MAN     $@
-      cmd_db2man = if grep -q refentry $<; then xmlto man $(XMLTOFLAGS) -o $(obj)/man $< ; gzip -f $(obj)/man/*.9; fi
+      cmd_db2man = if grep -q refentry $<; then xmlto man $(XMLTOFLAGS) -o $(obj)/man $< ; fi
 %.9 : %.xml
        @(which xmlto > /dev/null 2>&1) || \
         (echo "*** You need to install xmlto ***"; \
index f75ab4c1b281119672df234624f1ae7aa80919c2..ecfd0ea406619b0a2c76071b2024c7219b9c7a6a 100644 (file)
@@ -109,6 +109,7 @@ X!Ilib/string.c
      <sect1><title>The Slab Cache</title>
 !Iinclude/linux/slab.h
 !Emm/slab.c
+!Emm/util.c
      </sect1>
      <sect1><title>User Space Memory Access</title>
 !Iarch/x86/include/asm/uaccess_32.h
index 9bc95942ec22b9f4c721c7e9dda0189ba75689c7..03df71aeb38c000dd607b657f62ebb477753bf76 100644 (file)
@@ -141,7 +141,7 @@ will use a legacy domain only if an IRQ range is supplied by the
 system and will otherwise use a linear domain mapping. The semantics
 of this call are such that if an IRQ range is specified then
 descriptors will be allocated on-the-fly for it, and if no range is
-specified it will fall through to irq_domain_add_linear() which meand
+specified it will fall through to irq_domain_add_linear() which means
 *no* irq descriptors will be allocated.
 
 A typical use case for simple domains is where an irqchip provider
index 41f41632ee550795e21d8207fb07c6b6372e3de6..07795ec51cdec12eb2d9b73dca2286d9f64fb9be 100644 (file)
@@ -48,7 +48,7 @@ struct platform_driver {
        struct device_driver driver;
 };
 
-Note that probe() should general verify that the specified device hardware
+Note that probe() should in general verify that the specified device hardware
 actually exists; sometimes platform setup code can't be sure.  The probing
 can use device resources, including clocks, and device platform_data.
 
index 44e6bb6ead1012bb03ce42a223eab10ff75b6a76..c628788d5b4753467a3b7154f26bab9f05221252 100644 (file)
@@ -20,7 +20,7 @@ The EFI boot stub is enabled with the CONFIG_EFI_STUB kernel option.
 **** How to install bzImage.efi
 
 The bzImage located in arch/x86/boot/bzImage must be copied to the EFI
-System Partiion (ESP) and renamed with the extension ".efi". Without
+System Partition (ESP) and renamed with the extension ".efi". Without
 the extension the EFI firmware loader will refuse to execute it. It's
 not possible to execute bzImage.efi from the usual Linux file systems
 because EFI firmware doesn't have support for them.
index 860c29a472adfc13af02641001bd03dfe04b9cb6..e9f5daccbd02e2d8e97b489faf372dbb307529d8 100644 (file)
@@ -104,7 +104,7 @@ Then from the "Message" menu item, select insert file and choose your patch.
 As an added bonus you can customise the message creation toolbar menu
 and put the "insert file" icon there.
 
-Make the the composer window wide enough so that no lines wrap. As of
+Make the composer window wide enough so that no lines wrap. As of
 KMail 1.13.5 (KDE 4.5.4), KMail will apply word wrapping when sending
 the email if the lines wrap in the composer window. Having word wrapping
 disabled in the Options menu isn't enough. Thus, if your patch has very
index fe7afe22538149706eab5727c989d91a8530c387..5b0c083d7c0e98eccfb315cf6b5cd72f8e73d7e5 100644 (file)
@@ -544,7 +544,7 @@ like the ->fault() handler, but simply return with VM_FAULT_NOPAGE, which
 will cause the VM to retry the fault.
 
        ->access() is called when get_user_pages() fails in
-acces_process_vm(), typically used to debug a process through
+access_process_vm(), typically used to debug a process through
 /proc/pid/mem or ptrace.  This function is needed only for
 VM_IO | VM_PFNMAP VMAs.
 
index 8533f5f9bb2d32918811c0c41676f1b233f4e252..31f76178c987f1b0d65b778f72848cd5f1b705d7 100644 (file)
@@ -547,7 +547,7 @@ Table 1-5: Kernel info in /proc
  sys         See chapter 2                                     
  sysvipc     Info of SysVIPC Resources (msg, sem, shm)         (2.4)
  tty        Info of tty drivers
- uptime      System uptime                                     
+ uptime      Wall clock since boot, combined idle time of all cpus
  version     Kernel version                                    
  video      bttv info of video resources                       (2.4)
  vmallocinfo Show vmalloced areas
index 473e43b2d588281efc95a3e5cde589e18d4eefa1..5ca78426f54c58d10e3fd0030ad51f6ccb2b5b9b 100644 (file)
@@ -38,7 +38,7 @@ maps are more efficient:
 
        void io_mapping_unmap_atomic(void *vaddr)
 
-               'vaddr' must be the the value returned by the last
+               'vaddr' must be the value returned by the last
                io_mapping_map_atomic_wc call. This unmaps the specified
                page and allows the task to sleep once again.
 
index 4252af6ffda18da2559054fdb9b42316afe6e891..f085a61a1edd6183c3e05f9cdce4d1228f373587 100644 (file)
@@ -515,7 +515,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
 
        cgroup_disable= [KNL] Disable a particular controller
                        Format: {name of the controller(s) to disable}
-                               {Currently supported controllers - "memory"}
+                       The effects of cgroup_disable=foo are:
+                       - foo isn't auto-mounted if you mount all cgroups in
+                         a single hierarchy
+                       - foo isn't visible as an individually mountable
+                         subsystem
+                       {Currently only "memory" controller deal with this and
+                       cut the overhead, others just disable the usage. So
+                       only cgroup_disable=memory is actually worthy}
 
        checkreqprot    [SELINUX] Set initial checkreqprot flag value.
                        Format: { "0" | "1" }
index a4a8fc5d05d4e3261910b805bf668c6bfe523d15..b85dbbac049933dd9dc6f6f45568f3725246f032 100644 (file)
@@ -29,7 +29,7 @@ int set_unload_heads_path(char *device)
                return -EINVAL;
        strncpy(devname, device + 5, sizeof(devname));
 
-       snprintf(unload_heads_path, sizeof(unload_heads_path),
+       snprintf(unload_heads_path, sizeof(unload_heads_path) - 1,
                                "/sys/block/%s/device/unload_heads", devname);
        return 0;
 }
index fbb2fcbf16b6088bdce40f16544d4eee7c48dcd9..f925666e4342bd115010b4ed095547e4235bcad8 100644 (file)
@@ -533,7 +533,7 @@ also have
       found.  The count in 'mismatch_cnt' is the number of sectors
       that were re-written, or (for 'check') would have been
       re-written.  As most raid levels work in units of pages rather
-      than sectors, this my be larger than the number of actual errors
+      than sectors, this may be larger than the number of actual errors
       by a factor of the number of sectors in a page.
 
    bitmap_set_bits
index 03c9d9299c6b1fb55ed48f89f146d4029b323f22..f430004df73c06eb9b8a3f595899cf078360a88d 100644 (file)
@@ -71,7 +71,7 @@ To create an rfkill driver, driver's Kconfig needs to have
        depends on RFKILL || !RFKILL
 
 to ensure the driver cannot be built-in when rfkill is modular. The !RFKILL
-case allows the driver to be built when rfkill is not configured, which which
+case allows the driver to be built when rfkill is not configured, which
 case all rfkill API can still be used but will be provided by static inlines
 which compile to almost nothing.
 
index a5bcd7f5c33fb4d1d818c35b2044b0382179d013..8666070d31896eeb0c54f820189b14d95bd1833d 100644 (file)
@@ -30,7 +30,7 @@ is something called unbounded priority inversion.  That is when the high
 priority process is prevented from running by a lower priority process for
 an undetermined amount of time.
 
-The classic example of unbounded priority inversion is were you have three
+The classic example of unbounded priority inversion is where you have three
 processes, let's call them processes A, B, and C, where A is the highest
 priority process, C is the lowest, and B is in between. A tries to grab a lock
 that C owns and must wait and lets C run to release the lock. But in the
index 9f5263d3152ccff97605234c8b0fe0417b160c59..c4407a41b0fc066b750ed5013db196ba3343bece 100644 (file)
@@ -116,7 +116,7 @@ The branch(es) can then be switched via:
        static_key_slow_dec(&key);
 
 Thus, 'static_key_slow_inc()' means 'make the branch true', and
-'static_key_slow_dec()' means 'make the the branch false' with appropriate
+'static_key_slow_dec()' means 'make the branch false' with appropriate
 reference counting. For example, if the key is initialized true, a
 static_key_slow_dec(), will switch the branch to false. And a subsequent
 static_key_slow_inc(), will change the branch back to true. Likewise, if the
@@ -236,7 +236,7 @@ label case adds:
 
 If we then include the padding bytes, the jump label code saves, 16 total bytes
 of instruction memory for this small function. In this case the non-jump label
-function is 80 bytes long. Thus, we have have saved 20% of the instruction
+function is 80 bytes long. Thus, we have saved 20% of the instruction
 footprint. We can in fact improve this even further, since the 5-byte no-op
 really can be a 2-byte no-op since we can reach the branch with a 2-byte jmp.
 However, we have not yet implemented optimal no-op sizes (they are currently
index 80f4ef0eb75bd76578994d8debec40b6232202de..7d66a8636cb5d16530194445d9000b2d9064197e 100644 (file)
@@ -14,7 +14,7 @@ A CDC ECM (Ethernet) function may be turned on via a Kconfig option
 and RNDIS can be turned off.  If they are both enabled the gadget will
 have two configurations -- one with RNDIS and another with CDC ECM[3].
 
-Please not that if you use non-standard configuration (that is enable
+Please note that if you use non-standard configuration (that is enable
 CDC ECM) you may need to change vendor and/or product ID.
 
 * Host drivers
index 1228b22e142b2c5da2f749cb7922b357209c01a0..5223479291a295e7b248661d28c14ea8a33b3eaa 100644 (file)
@@ -78,14 +78,6 @@ APICs
 
    no_timer_check Don't check the IO-APIC timer. This can work around
                 problems with incorrect timer initialization on some boards.
-
-   apicmaintimer Run time keeping from the local APIC timer instead
-                 of using the PIT/HPET interrupt for this. This is useful
-                 when the PIT/HPET interrupts are unreliable.
-
-   noapicmaintimer  Don't do time keeping using the APIC timer.
-                Useful when this option was auto selected, but doesn't work.
-
    apicpmtimer
                 Do APIC timer calibration using the pmtimer. Implies
                 apicmaintimer. Useful when your PIT timer is totally
@@ -144,11 +136,6 @@ Non Executable Mappings
   on      Enable(default)
   off     Disable
 
-SMP
-
-  additional_cpus=NUM Allow NUM more CPUs for hotplug
-                (defaults are specified by the BIOS, see Documentation/x86/x86_64/cpu-hotplug-spec)
-
 NUMA
 
   numa=off     Only set up a single NUMA node spanning all memory.
@@ -289,16 +276,6 @@ Debugging
 
   kstack=N     Print N words from the kernel stack in oops dumps.
 
-  pagefaulttrace  Dump all page faults. Only useful for extreme debugging
-               and will create a lot of output.
-
-  call_trace=[old|both|newfallback|new]
-               old: use old inexact backtracer
-               new: use new exact dwarf2 unwinder
-               both: print entries from both
-               newfallback: use new unwinder but fall back to old if it gets
-                       stuck (default)
-
 Miscellaneous
 
        nogbpages
index ca900be144ce9466db4a1cfb6fb577eef669e81e..0363dba7d3f6fcadd4452d6f97bcc790936dff7a 100644 (file)
@@ -241,7 +241,7 @@ config MACH_PCONTROL_G20
        bool "PControl G20 CPU module"
        help
          Select this if you are using taskit's Stamp9G20 CPU module on this
-         carrier board, beeing the decentralized unit of a building automation
+         carrier board, being the decentralized unit of a building automation
          system; featuring nvram, eth-switch, iso-rs485, display, io
 
 config MACH_GSIA18S
index c5f95674e9b72c8caa61052a25c7e90521b3ce42..bf3ac51d5acae7441e608c8640bfe77c77d2ca26 100644 (file)
@@ -249,7 +249,7 @@ static int pca100_sdhc2_init(struct device *dev, irq_handler_t detect_irq,
                          "imx-mmc-detect", data);
        if (ret)
                printk(KERN_ERR
-                       "pca100: Failed to reuest irq for sd/mmc detection\n");
+                       "pca100: Failed to request irq for sd/mmc detection\n");
 
        return ret;
 }
index 9edaf4734fa84956d27539b2411e581aa1ef76a5..a7906ebedb19ad202fda88ed91ad1c147e5614d0 100644 (file)
@@ -560,7 +560,7 @@ static void __init ixp4xx_clockevent_init(void)
 
 void ixp4xx_restart(enum reboot_mode mode, const char *cmd)
 {
-       if ( 1 && mode == REBOOT_SOFT) {
+       if (mode == REBOOT_SOFT) {
                /* Jump into ROM at address 0 */
                soft_restart(0);
        } else {
index 8da56067c304cd6b15e654015f8ecb6528c9bb65..42a0f1bddfe7b0dba213ea6ccfcb811134fe7d69 100644 (file)
@@ -90,7 +90,7 @@ static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu)
 
        if (hsr_ec >= ARRAY_SIZE(arm_exit_handlers) ||
            !arm_exit_handlers[hsr_ec]) {
-               kvm_err("Unkown exception class: hsr: %#08x\n",
+               kvm_err("Unknown exception class: hsr: %#08x\n",
                        (unsigned int)kvm_vcpu_get_hsr(vcpu));
                BUG();
        }
index cc17566d1934743cfebb49657ac581578d5575ba..24bf057a36136b61cd1f4b60df57ecc7367ac892 100644 (file)
@@ -138,7 +138,7 @@ static void __init ralink_systick_init(struct device_node *np)
 
        clockevents_register_device(&systick.dev);
 
-       pr_info("%s: runing - mult: %d, shift: %d\n",
+       pr_info("%s: running - mult: %d, shift: %d\n",
                        np->name, systick.dev.mult, systick.dev.shift);
 }
 
index 202785709441c0a704b7cf1110e151834e9219c3..e38692a44e6975b524ddb0df4f08bdd6d0376db5 100644 (file)
@@ -147,7 +147,7 @@ static int rt_timer_probe(struct platform_device *pdev)
        rt_timer_config(rt, 2);
        rt_timer_enable(rt);
 
-       dev_info(&pdev->dev, "maximum frequncy is %luHz\n", rt->timer_freq);
+       dev_info(&pdev->dev, "maximum frequency is %luHz\n", rt->timer_freq);
 
        return 0;
 }
index be7b1aa4d54c5739b112cbd139b3b7e1d1b33c8e..37f7a89c10f2581c0366606d471623cc26bf4997 100644 (file)
@@ -245,7 +245,7 @@ static irqreturn_t mpc52xx_lpbfifo_irq(int irq, void *dev_id)
 
        if (dma && !write) {
                spin_unlock_irqrestore(&lpbfifo.lock, flags);
-               pr_err("bogus LPBFIFO IRQ (dma and not writting)\n");
+               pr_err("bogus LPBFIFO IRQ (dma and not writing)\n");
                return IRQ_HANDLED;
        }
 
index 6ffa6b1ec5b784e2dcfbb3ee555acbd22b5c8526..d8773079ce195afd380a6fa97c5fc5809a976a78 100644 (file)
@@ -126,7 +126,7 @@ struct opal_sg_list {
 
 struct validate_flash_t {
        int             status;         /* Return status */
-       void            *buf;           /* Candiate image buffer */
+       void            *buf;           /* Candidate image buffer */
        uint32_t        buf_size;       /* Image size */
        uint32_t        result;         /* Update results token */
 };
@@ -500,7 +500,7 @@ static int alloc_image_buf(char *buffer, size_t count)
 
        memcpy(&image_header, (void *)buffer, sizeof(struct image_header_t));
        image_data.size = be32_to_cpu(image_header.size);
-       pr_debug("FLASH: Candiate image size = %u\n", image_data.size);
+       pr_debug("FLASH: Candidate image size = %u\n", image_data.size);
 
        if (image_data.size > MAX_IMAGE_SIZE) {
                pr_warn("FLASH: Too large image\n");
index cd18b8393400343aea897ef45de4d11610c05c10..d3b9186e4c2341c5c1973b61d5084bd17a4996d2 100644 (file)
@@ -938,7 +938,7 @@ config X86_ANCIENT_MCE
        depends on X86_32 && X86_MCE
        ---help---
          Include support for machine check handling on old Pentium 5 or WinChip
-         systems. These typically need to be enabled explicitely on the command
+         systems. These typically need to be enabled explicitly on the command
          line.
 
 config X86_MCE_THRESHOLD
index e373671652b0914c10f3237ada35998be9de7fcf..ec36e7772e576667f3e7784daca1735ac4eefd87 100644 (file)
@@ -49,7 +49,7 @@ config DEVTMPFS_MOUNT
          with the commandline parameter: devtmpfs.mount=0|1.
          This option does not affect initramfs based booting, here
          the devtmpfs filesystem always needs to be mounted manually
-         after the roots is mounted.
+         after the rootfs is mounted.
          With this option enabled, it allows to bring up a system in
          rescue mode with init=/bin/sh, even when the /dev directory
          on the rootfs is completely empty.
index 8cc98cd0d4a8578485694e95735af1fd25514bff..816d979c32667f9549b7ef313f38f386b8790705 100644 (file)
@@ -31,7 +31,6 @@ obj-$(CONFIG_BLK_DEV_NBD)     += nbd.o
 obj-$(CONFIG_BLK_DEV_CRYPTOLOOP) += cryptoloop.o
 obj-$(CONFIG_VIRTIO_BLK)       += virtio_blk.o
 
-obj-$(CONFIG_VIODASD)          += viodasd.o
 obj-$(CONFIG_BLK_DEV_SX8)      += sx8.o
 obj-$(CONFIG_BLK_DEV_HD)       += hd.o
 
index ecf85fda0fc100d136afa85ab983b22767ab147f..8ffde4f8ab9ae53f3f6007890a709ce795d19d8f 100644 (file)
@@ -10,5 +10,4 @@ obj-$(CONFIG_BLK_DEV_SR)      +=              cdrom.o
 obj-$(CONFIG_PARIDE_PCD)       +=              cdrom.o
 obj-$(CONFIG_CDROM_PKTCDVD)    +=              cdrom.o
 
-obj-$(CONFIG_VIOCD)            += viocd.o      cdrom.o
 obj-$(CONFIG_GDROM)            += gdrom.o      cdrom.o
index 7ff1d0d208a7c3f89f6827fd3e9ba8815dad202d..290fe5b7fd327f48f9a9b8f7091a6f43b83c1745 100644 (file)
@@ -13,7 +13,6 @@ obj-$(CONFIG_MSM_SMD_PKT)     += msm_smd_pkt.o
 obj-$(CONFIG_MSPEC)            += mspec.o
 obj-$(CONFIG_MMTIMER)          += mmtimer.o
 obj-$(CONFIG_UV_MMTIMER)       += uv_mmtimer.o
-obj-$(CONFIG_VIOTAPE)          += viotape.o
 obj-$(CONFIG_IBM_BSR)          += bsr.o
 obj-$(CONFIG_SGI_MBCS)         += mbcs.o
 obj-$(CONFIG_BFIN_OTP)         += bfin-otp.o
index 8eca55deb3a35c4a0a6ffc41130e3422d22bd926..ba82a06d968429ad12547519c6a46963a379b86e 100644 (file)
@@ -182,7 +182,7 @@ static int smd_pkt_write(struct file *file, const char __user *buf,
        if (count > MAX_BUF_SIZE)
                return -EINVAL;
 
-       DBG("writting %d bytes\n", count);
+       DBG("writing %d bytes\n", count);
 
        smd_pkt_devp = file->private_data;
        if (!smd_pkt_devp || !smd_pkt_devp->ch)
index cede6f71cd63feb5afebde508199b9be9a507778..bbbfe6853b18b96b6e6fbcba1707b9d89553a4de 100644 (file)
@@ -116,7 +116,7 @@ static struct bus_opp_table exynos4210_busclk_table[] = {
 };
 
 /*
- * MIF is the main control knob clock for exynox4x12 MIF/INT
+ * MIF is the main control knob clock for Exynos4x12 MIF/INT
  * clock and voltage of both mif/int are controlled.
  */
 static struct bus_opp_table exynos4x12_mifclk_table[] = {
index a60da3c1c48eef09dca3c2bb8322d429be1ab568..6eef1f7397c6d7365f97ee21a647e7a6d8bd21bd 100644 (file)
@@ -152,7 +152,7 @@ static int exynos5_busfreq_int_target(struct device *dev, unsigned long *_freq,
        if (old_freq == freq)
                return 0;
 
-       dev_dbg(dev, "targetting %lukHz %luuV\n", freq, volt);
+       dev_dbg(dev, "targeting %lukHz %luuV\n", freq, volt);
 
        mutex_lock(&data->lock);
 
index ebc01503d50ec1f2a9034bb81fa4724f12555f16..6f3400f3978a7544cf9138c4e2cd0d7dc41a7f85 100644 (file)
@@ -36,9 +36,9 @@ enum exynos_crtc_mode {
  * @pipe: a crtc index created at load() with a new crtc object creation
  *     and the crtc object would be set to private->crtc array
  *     to get a crtc object corresponding to this pipe from private->crtc
- *     array when irq interrupt occured. the reason of using this pipe is that
+ *     array when irq interrupt occurred. the reason of using this pipe is that
  *     drm framework doesn't support multiple irq yet.
- *     we can refer to the crtc to current hardware interrupt occured through
+ *     we can refer to the crtc to current hardware interrupt occurred through
  *     this pipe value.
  * @dpms: store the crtc dpms value
  * @mode: store the crtc mode value
index 8adfc8f1e08f162c587288e6d1a57f6fbde9887a..30d76b2ff9c26a8e2f3329dff66d8e301d04b11f 100644 (file)
@@ -345,7 +345,7 @@ static bool fimc_check_ovf(struct fimc_context *ctx)
 
                fimc_write(cfg, EXYNOS_CIWDOFST);
 
-               dev_err(ippdrv->dev, "occured overflow at %d, status 0x%x.\n",
+               dev_err(ippdrv->dev, "occurred overflow at %d, status 0x%x.\n",
                        ctx->id, status);
                return true;
        }
index 7bccedca487aebde1483ff08d65898e8d360c1c3..380aec28840b7e5ec4245e71207f0586f05efe75 100644 (file)
@@ -1126,7 +1126,7 @@ int exynos_g2d_set_cmdlist_ioctl(struct drm_device *drm_dev, void *data,
         * G2D interrupt event once current command list execution is
         * finished.
         * Otherwise only ACF bit should be set to INTEN register so
-        * that one interrupt is occured after all command lists
+        * that one interrupt is occurred after all command lists
         * have been completed.
         */
        if (node->event) {
index 1ade191d84f4d6514fd16871cb54cbdc3208d925..be59d50d8b16c836fbd1a5c88ed2bea87a7b769f 100644 (file)
@@ -652,7 +652,7 @@ int exynos_drm_gem_dumb_create(struct drm_file *file_priv,
        int ret;
 
        /*
-        * alocate memory to be used for framebuffer.
+        * allocate memory to be used for framebuffer.
         * - this callback would be called by user application
         *      with DRM_IOCTL_MODE_CREATE_DUMB command.
         */
index 702ec3abe85cc88eb74aa2e7dc99b5224c175dcf..b8c818ba2ff450e104fe545106a544ed92341632 100644 (file)
@@ -60,7 +60,7 @@ struct exynos_drm_gem_buf {
  * @vma: a pointer to vm_area.
  * @flags: indicate memory type to allocated buffer and cache attruibute.
  *
- * P.S. this object would be transfered to user as kms_bo.handle so
+ * P.S. this object would be transferred to user as kms_bo.handle so
  *     user can access the buffer through kms_bo.handle.
  */
 struct exynos_drm_gem_obj {
index cd6aebd53bd0ce10b0ff75b6311f1c2ae5120bcc..fa75059a61047e7c51fc17adad52275f59177589 100644 (file)
@@ -1301,13 +1301,13 @@ static irqreturn_t gsc_irq_handler(int irq, void *dev_id)
 
        status = gsc_read(GSC_IRQ);
        if (status & GSC_IRQ_STATUS_OR_IRQ) {
-               dev_err(ippdrv->dev, "occured overflow at %d, status 0x%x.\n",
+               dev_err(ippdrv->dev, "occurred overflow at %d, status 0x%x.\n",
                        ctx->id, status);
                return IRQ_NONE;
        }
 
        if (status & GSC_IRQ_STATUS_OR_FRM_DONE) {
-               dev_dbg(ippdrv->dev, "occured frame done at %d, status 0x%x.\n",
+               dev_dbg(ippdrv->dev, "occurred frame done at %d, status 0x%x.\n",
                        ctx->id, status);
 
                buf_id[EXYNOS_DRM_OPS_SRC] = gsc_get_src_buf_index(ctx);
index 824e0705c8d333734f1713f996e9c48d225b307f..d519a4e5fe4022bd9101ede7a1e0edd2a4883dba 100644 (file)
@@ -335,7 +335,7 @@ int exynos_drm_ipp_get_property(struct drm_device *drm_dev, void *data,
        } else {
                /*
                 * Getting ippdrv capability by ipp_id.
-                * some deivce not supported wb, output interface.
+                * some device not supported wb, output interface.
                 * so, user application detect correct ipp driver
                 * using this ioctl.
                 */
index 4cadbea7dbde9d71b2011ae012b0e4c9b0b11ce3..ab1634befc05fd11e7766f1b537ae0f039af91bc 100644 (file)
@@ -48,7 +48,7 @@ struct drm_exynos_ipp_cmd_work {
 /*
  * A structure of command node.
  *
- * @priv: IPP private infomation.
+ * @priv: IPP private information.
  * @list: list head to command queue information.
  * @event_list: list head of event.
  * @mem_list: list head to source,destination memory queue information.
@@ -92,7 +92,7 @@ struct drm_exynos_ipp_buf_info {
 };
 
 /*
- * A structure of wb setting infomation.
+ * A structure of wb setting information.
  *
  * @enable: enable flag for wb.
  * @refresh: HZ of the refresh rate.
index 66ac0ff95f5a30408bf722b43e49e76138e74546..38c2bb72e4560f72aac8edf0095acf99b2b171b3 100644 (file)
@@ -5,9 +5,11 @@ config DRM_QXL
        select FB_SYS_COPYAREA
        select FB_SYS_IMAGEBLIT
        select FB_DEFERRED_IO
-        select DRM_KMS_HELPER
+       select DRM_KMS_HELPER
        select DRM_KMS_FB_HELPER
-        select DRM_TTM
+       select DRM_TTM
        select CRC32
        help
-               QXL virtual GPU for Spice virtualization desktop integration. Do not enable this driver unless your distro ships a corresponding X.org QXL driver that can handle kernel modesetting.
+         QXL virtual GPU for Spice virtualization desktop integration.
+         Do not enable this driver unless your distro ships a corresponding
+         X.org QXL driver that can handle kernel modesetting.
index af85299f212673afd9ce61997aa98b2f286fd2a7..4a85bb644e24036302256ad1f590f4afd5a60850 100644 (file)
@@ -655,7 +655,7 @@ static int parser_auth(struct table *t, const char *filename)
 
        /* first line will contain the last register
         * and gpu name */
-       sscanf(buf, "%s %s", gpu_name, last_reg_s);
+       sscanf(buf, "%9s %9s", gpu_name, last_reg_s);
        t->gpu_prefix = gpu_name;
        last_reg = strtol(last_reg_s, NULL, 16);
 
index c1ef228095b5d456608c6b155144a4ec29d9d49e..044f85b01d062f4485cba00a76f0fe4d8540230c 100644 (file)
@@ -571,7 +571,7 @@ static int exynos5_i2c_xfer(struct i2c_adapter *adap,
        int i = 0, ret = 0, stop = 0;
 
        if (i2c->suspended) {
-               dev_err(i2c->dev, "HS-I2C is not initialzed.\n");
+               dev_err(i2c->dev, "HS-I2C is not initialized.\n");
                return -EIO;
        }
 
index 04a17b9b38bbbb9f54cd8cb91ce2888aac95a478..5b80ef3108410fd36c48db2d3d27a3ea55a361cd 100644 (file)
@@ -801,7 +801,7 @@ static int stu300_xfer_msg(struct i2c_adapter *adap,
        /* Check that the bus is free, or wait until some timeout occurs */
        ret = stu300_wait_while_busy(dev);
        if (ret != 0) {
-               dev_err(&dev->pdev->dev, "timout waiting for transfer "
+               dev_err(&dev->pdev->dev, "timeout waiting for transfer "
                       "to commence.\n");
                goto exit_disable;
        }
index 53e1c645cee7c3e6ec8fb512cf9aea7ba33a7038..53a24ebb92c388f3bbc4061e0d861800e427f26d 100644 (file)
@@ -969,7 +969,7 @@ static int twl6030_gpadc_suspend(struct device *pdev)
        ret = twl_i2c_write_u8(TWL6030_MODULE_ID1, TWL6030_GPADCR,
                                TWL6030_REG_TOGGLE1);
        if (ret)
-               dev_err(pdev, "error reseting GPADC (%d)!\n", ret);
+               dev_err(pdev, "error resetting GPADC (%d)!\n", ret);
 
        return 0;
 };
index c49c294fc81ef2176039421f6f0c6886d5e7167a..414dbf6da89afd5890c73785cbcb41f3ab903e54 100644 (file)
@@ -1620,7 +1620,7 @@ hfc4s8s_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 #else
        if (!request_region(hw->iobase, 8, hw->card_name)) {
                printk(KERN_INFO
-                      "HFC-4S/8S: failed to rquest address space at 0x%04x\n",
+                      "HFC-4S/8S: failed to request address space at 0x%04x\n",
                       hw->iobase);
                goto out;
        }
index 1747a02a019a1bcb7ed1ac1d37c02babd2a8c99e..c0730d5c734d6ad805d2a589573da4dfbe53bb48 100644 (file)
@@ -17,7 +17,7 @@ config MISDN_DSP
 
          This module may be used for special applications that require
          cross connecting of bchannels, conferencing, dtmf decoding,
-         echo cancelation, tone generation, and Blowfish encryption and
+         echo cancellation, tone generation, and Blowfish encryption and
          decryption. It may use hardware features if available.
 
          E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu
index fd9ab5f61441c50716620138bf55b175c2ac1045..3a0bc886a87a2c88782c9b075f0eba935271ebc2 100644 (file)
 
 #include "leds-lp55xx-common.h"
 
-#define LP5523_PROGRAM_LENGTH          32
+#define LP5523_PROGRAM_LENGTH          32      /* bytes */
+/* Memory is used like this:
+   0x00 engine 1 program
+   0x10 engine 2 program
+   0x20 engine 3 program
+   0x30 engine 1 muxing info
+   0x40 engine 2 muxing info
+   0x50 engine 3 muxing info
+*/
 #define LP5523_MAX_LEDS                        9
 
 /* Registers */
index f1c704f2243a132738d3104838027a4a65fbd307..00f068b0fa6f0610886d851fdfc907a759326779 100644 (file)
@@ -263,7 +263,7 @@ static void lp8501_firmware_loaded(struct lp55xx_chip *chip)
        }
 
        /*
-        * Program momery sequence
+        * Program memory sequence
         *  1) set engine mode to "LOAD"
         *  2) write firmware data into program memory
         */
index af0a5ffcaa981ce380a329221c55e237539ee5f4..fcbe48a09cf80a09f2be26976b04145eb9093c38 100644 (file)
@@ -577,8 +577,8 @@ static void dump_dtd(struct vpdma_dtd *dtd)
                pr_debug("word5: max_width %d, max_height %d\n",
                        dtd_get_max_width(dtd), dtd_get_max_height(dtd));
 
-       pr_debug("word6: client specfic attr0 = 0x%08x\n", dtd->client_attr0);
-       pr_debug("word7: client specfic attr1 = 0x%08x\n", dtd->client_attr1);
+       pr_debug("word6: client specific attr0 = 0x%08x\n", dtd->client_attr0);
+       pr_debug("word7: client specific attr1 = 0x%08x\n", dtd->client_attr1);
 }
 
 /*
index a725c79c35f5aa74bd682592216c291934fc2815..71d2793b372cacfc130da59b8bf818df0fe604f9 100644 (file)
@@ -396,7 +396,7 @@ static int fsa9480_irq_init(struct fsa9480_usbsw *usbsw)
                                IRQF_TRIGGER_FALLING | IRQF_ONESHOT,
                                "fsa9480 micro USB", usbsw);
                if (ret) {
-                       dev_err(&client->dev, "failed to reqeust IRQ\n");
+                       dev_err(&client->dev, "failed to request IRQ\n");
                        return ret;
                }
 
index c4a80e67e438cf1656e42ccf38c4d57faf26947f..9016dc0136a8eb3e7e28364c44bf98deaf969271 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * linux/arch/arm/plat-s3c/include/plat/regs-onenand.h
- *
  *  Copyright (C) 2008-2010 Samsung Electronics
  *  Kyungmin Park <kyungmin.park@samsung.com>
  *
index 7ef435bab42550ee4f220333e192be158634e875..f51204cfe12fb1e08c730683c7f5d0747ca1156d 100644 (file)
@@ -2126,7 +2126,7 @@ bug_out:
 
     spin_unlock_irqrestore(&sc->lmc_lock, flags);
 
-    lmc_trace(dev, "lmc_driver_timout out");
+    lmc_trace(dev, "lmc_driver_timeout out");
 
 
 }
index 178b222b3ce1daa316d5542d86c16495788d3333..65f18f1e869c86559b1fb8f608a4819b4c3c965e 100644 (file)
@@ -248,7 +248,7 @@ int lbs_process_event(struct lbs_private *priv, u32 event)
                /* handle unexpected PS SLEEP event */
                if (priv->psstate == PS_STATE_FULL_POWER) {
                        lbs_deb_cmd(
-                              "EVENT: in FULL POWER mode, ignoreing PS_SLEEP\n");
+                              "EVENT: in FULL POWER mode, ignoring PS_SLEEP\n");
                        break;
                }
                priv->psstate = PS_STATE_PRE_SLEEP;
index 1f02003ea08d124cfe3bb3f889fe59dfd891b129..c8bd092fc945fd5a1a407b170c398e126beaa0e4 100644 (file)
@@ -204,9 +204,9 @@ config SCSI_MULTI_LUN
          Some devices support more than one LUN (Logical Unit Number) in order
          to allow access to several media, e.g. CD jukebox, USB card reader,
          mobile phone in mass storage mode. This option forces the kernel to
-         probe for all LUNs by default. This setting can be overriden by
+         probe for all LUNs by default. This setting can be overridden by
          max_luns boot/module parameter. Note that this option does not affect
-         devices conforming to SCSI-3 or higher as they can explicitely report
+         devices conforming to SCSI-3 or higher as they can explicitly report
          their number of LUNs. It is safe to say Y here unless you have one of
          those rare devices which reacts in an unexpected way when probed for
          multiple LUNs.
index b45f4d78ee365477ddd531b9bb220ea4174f0d89..f60989d729a8cfae5648e4fc704eab8710681d58 100644 (file)
@@ -2254,7 +2254,7 @@ qla8044_minidump_process_rdmem(struct scsi_qla_host *vha,
 
        if (r_addr & 0xf) {
                ql_dbg(ql_dbg_p3p, vha, 0xb0f1,
-                   "[%s]: Read addr 0x%x not 16 bytes alligned\n",
+                   "[%s]: Read addr 0x%x not 16 bytes aligned\n",
                    __func__, r_addr);
                return QLA_FUNCTION_FAILED;
        }
index 8196c2f7915c49882433f1501e47667526d14a1c..919284834ad7329d347b5f890aa15f7f2ad34580 100644 (file)
@@ -465,7 +465,7 @@ int qla4_83xx_drv_lock(struct scsi_qla_host *ha)
                                }
                                /* Recovery Failed, some other function
                                 * has the lock, wait for 2secs and retry */
-                               ql4_printk(KERN_INFO, ha, "%s: IDC lock Recovery by %d failed, Retrying timout\n",
+                               ql4_printk(KERN_INFO, ha, "%s: IDC lock Recovery by %d failed, Retrying timeout\n",
                                           __func__, ha->func_num);
                                timeout = 0;
                        }
index 4470cd321d650b469fe60e724ada16d2e543f297..96552e3a1bfb2bbebbb81c1af54d9b0473214b59 100644 (file)
@@ -367,7 +367,6 @@ int usbip_recv(struct socket *sock, void *buf, int size)
                msg.msg_namelen = 0;
                msg.msg_control = NULL;
                msg.msg_controllen = 0;
-               msg.msg_namelen    = 0;
                msg.msg_flags      = MSG_NOSIGNAL;
 
                result = kernel_recvmsg(sock, &msg, &iov, 1, size, MSG_WAITALL);
index 88f92e1a99440c7bb3763ff691e3d01d09e2ad25..79a09d02bbca04ce97c1bf621508f3ae46d7d93d 100644 (file)
@@ -408,7 +408,7 @@ static int rcar_thermal_probe(struct platform_device *pdev)
                /* enable temperature comparation */
                rcar_thermal_common_write(common, ENR, 0x00030303);
 
-               idle = 0; /* polling delaye is not needed */
+               idle = 0; /* polling delay is not needed */
        }
 
        for (i = 0;; i++) {
index 477f22f773fc3c17b5dd2732a45c6fce4d955725..690bdea0a0c17abac553a15c7fbcc9549de9bfb7 100644 (file)
@@ -2153,7 +2153,7 @@ static void flush_timeout_function(unsigned long data)
 
        fast_timers[info->line].function = NULL;
        serial_fast_timer_expired++;
-       TIMERD(DEBUG_LOG(info->line, "flush_timout %i ", info->line));
+       TIMERD(DEBUG_LOG(info->line, "flush_timeout %i ", info->line));
        TIMERD(DEBUG_LOG(info->line, "num expired: %i\n", serial_fast_timer_expired));
        check_flush_timeout(info);
 }
index d8d164b82dc37ad953bcfff64ad97a16db0b4603..618c1c1f227e1c56783aea4f05aad0f31dde9bf1 100644 (file)
@@ -193,7 +193,7 @@ static int kobil_open(struct tty_struct *tty, struct usb_serial_port *port)
                          KOBIL_TIMEOUT
        );
        dev_dbg(dev, "%s - Send get_HW_version URB returns: %i\n", __func__, result);
-       dev_dbg(dev, "Harware version: %i.%i.%i\n", transfer_buffer[0],
+       dev_dbg(dev, "Hardware version: %i.%i.%i\n", transfer_buffer[0],
                transfer_buffer[1], transfer_buffer[2]);
 
        /* get firmware version */
index 025f14e30eed27d8f77b6e9c9522be802a77ebc8..77b890e4d296602e4a9ec93b1251b147c7daa39e 100644 (file)
@@ -1624,7 +1624,7 @@ static int dlfb_usb_probe(struct usb_interface *interface,
        }
 
        if (pixel_limit) {
-               pr_warn("DL chip limit of %d overriden"
+               pr_warn("DL chip limit of %d overridden"
                        " by module param to %d\n",
                        dev->sku_pixel_limit, pixel_limit);
                dev->sku_pixel_limit = pixel_limit;
index c794ea1821402dc21e47af3d8b398c9d4f3209e6..12ba6db651427aa6bf11c9cc4e2d219157c03828 100644 (file)
@@ -222,7 +222,7 @@ config XEN_ACPI_PROCESSOR
 
          To do that the driver parses the Power Management data and uploads
          said information to the Xen hypervisor. Then the Xen hypervisor can
-         select the proper Cx and Pxx states. It also registers itslef as the
+         select the proper Cx and Pxx states. It also registers itself as the
          SMM so that other drivers (such as ACPI cpufreq scaling driver) will
          not load.
 
index 6fc82010dc153df8c2ef53e3698217639db3f5f3..c8d9ddf84c6946d166b4e8dc67fa0ffd24a99b46 100644 (file)
@@ -101,7 +101,7 @@ static int test_extents(struct btrfs_block_group_cache *cache)
 
        ret = btrfs_remove_free_space(cache, 2 * 1024 * 1024, 4096);
        if (ret) {
-               test_msg("Error removing middle peice %d\n", ret);
+               test_msg("Error removing middle piece %d\n", ret);
                return ret;
        }
 
@@ -266,7 +266,7 @@ static int test_bitmaps_and_extents(struct btrfs_block_group_cache *cache)
        }
 
        if (test_check_exists(cache, 512 * 1024, 3 * 1024 * 1024)) {
-               test_msg("Left over peices after removing overlapping\n");
+               test_msg("Left over pieces after removing overlapping\n");
                return -1;
        }
 
index dc1269c74a52077b389b30d72523a1530a336eee..72d8803832ff64ef5e53b666abdcb7ea21d44a61 100644 (file)
@@ -3,7 +3,7 @@
 
 /*
  * User space memory access functions, these should work
- * on a ny machine that has kernel and user data in the same
+ * on any machine that has kernel and user data in the same
  * address space, e.g. all NOMMU machines.
  */
 #include <linux/sched.h>
index 6636430dd0e6193ed91301d1a42e928204b8e511..c7df89f99115c82bdd8f5accc7199bd6034d5e6f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * arch/arm/include/asm/hardware/sp810.h
- *
  * ARM PrimeXsys System Controller SP810 header file
  *
  * Copyright (C) 2009 ST Microelectronics
@@ -11,8 +9,8 @@
  * warranty of any kind, whether express or implied.
  */
 
-#ifndef __ASM_ARM_SP810_H
-#define __ASM_ARM_SP810_H
+#ifndef __AMBA_SP810_H
+#define __AMBA_SP810_H
 
 #include <linux/io.h>
 
@@ -61,4 +59,4 @@ static inline void sysctl_soft_reset(void __iomem *base)
        writel(0, base + SCSYSSTAT);
 }
 
-#endif /* __ASM_ARM_SP810_H */
+#endif /* __AMBA_SP810_H */
index 09bfffb08a56db285caa27146202f04e2188b480..40fc39d22d53a3e8ca25122154861877cf946f94 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 struct kmem_cache {
-/* 1) Cache tunables. Protected by cache_chain_mutex */
+/* 1) Cache tunables. Protected by slab_mutex */
        unsigned int batchcount;
        unsigned int limit;
        unsigned int shared;
index f16dc0a4004976376c9036a244e1121ed52ed020..accc497f8d729160b0234756e96d99607cf67f33 100644 (file)
@@ -276,7 +276,7 @@ static inline void tracepoint_synchronize_unregister(void)
  * For use with the TRACE_EVENT macro:
  *
  * We define a tracepoint, its arguments, its printk format
- * and its 'fast binay record' layout.
+ * and its 'fast binary record' layout.
  *
  * Firstly, name your tracepoint via TRACE_EVENT(name : the
  * 'subsystem_event' notation is fine.
index eaa00b10abaaa53cf441170841c3faec588e9de0..559044c79232dcd27b18a3203d82295866fe949f 100644 (file)
@@ -286,8 +286,8 @@ do {                                                                        \
  * wait_event_cmd - sleep until a condition gets true
  * @wq: the waitqueue to wait on
  * @condition: a C expression for the event to wait for
- * cmd1: the command will be executed before sleep
- * cmd2: the command will be executed after sleep
+ * @cmd1: the command will be executed before sleep
+ * @cmd2: the command will be executed after sleep
  *
  * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
  * @condition evaluates to true. The @condition is checked each time
index f175212420ab0bd1f4ffbdae7cac60457b77bb3c..d3ef583104e0c905503a3911c33ca4018294e7de 100644 (file)
@@ -58,7 +58,7 @@ enum {
 
 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
    and make no address resolution or NUD.
-   NUD_PERMANENT is also cannot be deleted by garbage collectors.
+   NUD_PERMANENT also cannot be deleted by garbage collectors.
  */
 
 struct nda_cacheinfo {
index 0ce469e5ec8057c674901b404db13061fe8b7392..2e0c6a90f6f2fdd02ac4b2c5ceb03544a4cd16ab 100644 (file)
@@ -6229,7 +6229,7 @@ void netdev_freemem(struct net_device *dev)
  *     @rxqs:          the number of RX subqueues to allocate
  *
  *     Allocates a struct net_device with private data area for driver use
- *     and performs basic initialization.  Also allocates subquue structs
+ *     and performs basic initialization.  Also allocates subqueue structs
  *     for each queue on the device.
  */
 struct net_device *alloc_netdev_mqs(int sizeof_priv, const char *name,
index a2d6263b6c648e97c663025660ad47320c2c08ff..44cd4f58adf08b914b871d7399942fb58168a623 100644 (file)
@@ -21,7 +21,7 @@ config IP_SET_MAX
          You can define here default value of the maximum number 
          of IP sets for the kernel.
 
-         The value can be overriden by the 'max_sets' module
+         The value can be overridden by the 'max_sets' module
          parameter of the 'ip_set' module.
 
 config IP_SET_BITMAP_IP
index 07bbc24fb4c73e39f79c8e5b70c34d95338b04c3..8b362e802d2ffbb6587ee166cc7b585cc0c1af77 100644 (file)
@@ -563,7 +563,7 @@ static void digital_tg_recv_psl_req(struct nfc_digital_dev *ddev, void *arg,
                rf_tech = NFC_DIGITAL_RF_TECH_424F;
                break;
        default:
-               pr_err("Unsuported dsi value %d\n", dsi);
+               pr_err("Unsupported dsi value %d\n", dsi);
                goto exit;
        }
 
index 27b313befc35eff1f5cfceb41f8ecf9be618c159..3e53c1e029dc2f9079fe1d25c1eb67cd7c3f6073 100644 (file)
@@ -300,7 +300,7 @@ static void llc_shdlc_rcv_rej(struct llc_shdlc *shdlc, int y_nr)
 {
        struct sk_buff *skb;
 
-       pr_debug("remote asks retransmition from frame %d\n", y_nr);
+       pr_debug("remote asks retransmission from frame %d\n", y_nr);
 
        if (llc_shdlc_x_lteq_y_lt_z(shdlc->dnr, y_nr, shdlc->ns)) {
                if (shdlc->t2_active) {