aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-09-01 21:46:42 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2015-09-01 21:46:42 -0400
commit089b669506ef28fae2c24a0ec21e06c02a38556b (patch)
tree128bc47ee0b7ffcb387238dd8b71040fba937238
parent45c680b9949ecdb829a331100ae49926bf82899c (diff)
parente5f6450c3f40668de0b9c4cbc53bb345242df78f (diff)
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree updates from Jiri Kosina: "The usual stuff from trivial tree for 4.3 (kerneldoc updates, printk() fixes, Documentation and MAINTAINERS updates)" * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (28 commits) MAINTAINERS: update my e-mail address mod_devicetable: add space before */ scsi: a100u2w: trivial typo in printk i2c: Fix typo in i2c-bfin-twi.c treewide: fix typos in comment blocks Doc: fix trivial typo in SubmittingPatches proportions: Spelling s/consitent/consistent/ dm: Spelling s/consitent/consistent/ aic7xxx: Fix typo in error message pcmcia: Fix typo in locking documentation scsi/arcmsr: Fix typos in error log drm/nouveau/gr: Fix typo in nv10.c [SCSI] Fix printk typos in drivers/scsi staging: comedi: Grammar s/Enable support a/Enable support for a/ Btrfs: Spelling s/consitent/consistent/ README: GTK+ is a acronym ASoC: omap: Fix typo in config option description mm: tlb.c: Fix error message ntfs: super.c: Fix error log fix typo in Documentation/SubmittingPatches ...
-rw-r--r--Documentation/SubmittingPatches2
-rw-r--r--Documentation/pcmcia/locking.txt2
-rw-r--r--MAINTAINERS18
-rw-r--r--arch/ia64/mm/tlb.c4
-rw-r--r--arch/metag/include/asm/elf.h2
-rw-r--r--arch/mips/kernel/setup.c2
-rw-r--r--arch/powerpc/kvm/book3s.c2
-rw-r--r--arch/powerpc/sysdev/fsl_pci.c2
-rw-r--r--arch/sparc/include/uapi/asm/pstate.h2
-rw-r--r--drivers/gpio/gpiolib-acpi.c2
-rw-r--r--drivers/gpu/drm/drm_atomic_helper.c4
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c4
-rw-r--r--drivers/gpu/drm/via/via_dmablit.c2
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_drv.h2
-rw-r--r--drivers/input/touchscreen/ili210x.c4
-rw-r--r--drivers/isdn/mISDN/dsp_cmx.c2
-rw-r--r--drivers/mailbox/arm_mhu.c2
-rw-r--r--drivers/md/Kconfig2
-rw-r--r--drivers/media/dvb-frontends/au8522_dig.c2
-rw-r--r--drivers/media/platform/exynos4-is/fimc-m2m.c2
-rw-r--r--drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c2
-rw-r--r--drivers/media/v4l2-core/videobuf2-memops.c2
-rw-r--r--drivers/net/ethernet/amd/xgbe/xgbe.h2
-rw-r--r--drivers/net/wireless/ath/ath6kl/wmi.c4
-rw-r--r--drivers/net/wireless/ipw2x00/ipw2100.h2
-rw-r--r--drivers/scsi/53c700.c2
-rw-r--r--drivers/scsi/a100u2w.c2
-rw-r--r--drivers/scsi/aic7xxx/aic7xxx_core.c2
-rw-r--r--drivers/scsi/arcmsr/arcmsr_hba.c2
-rw-r--r--drivers/scsi/fcoe/fcoe_transport.c8
-rw-r--r--drivers/scsi/scsi_transport_iscsi.c2
-rw-r--r--drivers/scsi/scsi_transport_spi.c4
-rw-r--r--drivers/scsi/wd719x.c2
-rw-r--r--drivers/usb/dwc2/core.c2
-rw-r--r--drivers/usb/gadget/udc/bdc/bdc.h2
-rw-r--r--drivers/w1/masters/matrox_w1.c2
-rw-r--r--fs/btrfs/qgroup.c2
-rw-r--r--fs/ecryptfs/mmap.c2
-rw-r--r--fs/freevxfs/vxfs_lookup.c2
-rw-r--r--fs/ntfs/super.c2
-rw-r--r--fs/ocfs2/ocfs2_fs.h4
-rw-r--r--include/linux/mod_devicetable.h2
-rw-r--r--include/linux/proportions.h2
-rw-r--r--include/media/videobuf-core.h2
-rw-r--r--kernel/exit.c2
-rw-r--r--mm/nommu.c10
-rw-r--r--sound/soc/fsl/fsl_esai.c2
-rw-r--r--sound/soc/omap/Kconfig2
48 files changed, 70 insertions, 70 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index fa596d8a3ab0..fd89b04d34f0 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -291,7 +291,7 @@ sending him e-mail.
291 291
292If you have a patch that fixes an exploitable security bug, send that patch 292If you have a patch that fixes an exploitable security bug, send that patch
293to security@kernel.org. For severe bugs, a short embargo may be considered 293to security@kernel.org. For severe bugs, a short embargo may be considered
294to allow distrbutors to get the patch out to users; in such cases, 294to allow distributors to get the patch out to users; in such cases,
295obviously, the patch should not be sent to any public lists. 295obviously, the patch should not be sent to any public lists.
296 296
297Patches that fix a severe bug in a released kernel should be directed 297Patches that fix a severe bug in a released kernel should be directed
diff --git a/Documentation/pcmcia/locking.txt b/Documentation/pcmcia/locking.txt
index 68f622bc4064..b2c9b478906b 100644
--- a/Documentation/pcmcia/locking.txt
+++ b/Documentation/pcmcia/locking.txt
@@ -96,7 +96,7 @@ or single-use fields not mentioned):
963. Per PCMCIA-device Data: 963. Per PCMCIA-device Data:
97-------------------------- 97--------------------------
98 98
99The "main" struct pcmcia_devie is protected as follows (read-only fields 99The "main" struct pcmcia_device is protected as follows (read-only fields
100or single-use fields not mentioned): 100or single-use fields not mentioned):
101 101
102 102
diff --git a/MAINTAINERS b/MAINTAINERS
index 248b46b223b6..532bd5dfcc45 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -361,7 +361,7 @@ S: Supported
361F: drivers/input/touchscreen/ad7879.c 361F: drivers/input/touchscreen/ad7879.c
362 362
363ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR) 363ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364M: Jiri Kosina <jkosina@suse.com> 364M: Jiri Kosina <jikos@kernel.org>
365S: Maintained 365S: Maintained
366 366
367ADM1025 HARDWARE MONITOR DRIVER 367ADM1025 HARDWARE MONITOR DRIVER
@@ -752,7 +752,7 @@ S: Maintained
752F: sound/aoa/ 752F: sound/aoa/
753 753
754APM DRIVER 754APM DRIVER
755M: Jiri Kosina <jkosina@suse.com> 755M: Jiri Kosina <jikos@kernel.org>
756S: Odd fixes 756S: Odd fixes
757F: arch/x86/kernel/apm_32.c 757F: arch/x86/kernel/apm_32.c
758F: include/linux/apm_bios.h 758F: include/linux/apm_bios.h
@@ -4264,7 +4264,7 @@ S: Maintained
4264F: drivers/block/rsxx/ 4264F: drivers/block/rsxx/
4265 4265
4266FLOPPY DRIVER 4266FLOPPY DRIVER
4267M: Jiri Kosina <jkosina@suse.com> 4267M: Jiri Kosina <jikos@kernel.org>
4268T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git 4268T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4269S: Odd fixes 4269S: Odd fixes
4270F: drivers/block/floppy.c 4270F: drivers/block/floppy.c
@@ -4835,7 +4835,7 @@ F: include/linux/pm.h
4835F: arch/*/include/asm/suspend*.h 4835F: arch/*/include/asm/suspend*.h
4836 4836
4837HID CORE LAYER 4837HID CORE LAYER
4838M: Jiri Kosina <jkosina@suse.com> 4838M: Jiri Kosina <jikos@kernel.org>
4839L: linux-input@vger.kernel.org 4839L: linux-input@vger.kernel.org
4840T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 4840T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4841S: Maintained 4841S: Maintained
@@ -4844,7 +4844,7 @@ F: include/linux/hid*
4844F: include/uapi/linux/hid* 4844F: include/uapi/linux/hid*
4845 4845
4846HID SENSOR HUB DRIVERS 4846HID SENSOR HUB DRIVERS
4847M: Jiri Kosina <jkosina@suse.com> 4847M: Jiri Kosina <jikos@kernel.org>
4848M: Jonathan Cameron <jic23@kernel.org> 4848M: Jonathan Cameron <jic23@kernel.org>
4849M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> 4849M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4850L: linux-input@vger.kernel.org 4850L: linux-input@vger.kernel.org
@@ -5597,7 +5597,7 @@ F: include/uapi/linux/ip_vs.h
5597F: net/netfilter/ipvs/ 5597F: net/netfilter/ipvs/
5598 5598
5599IPWIRELESS DRIVER 5599IPWIRELESS DRIVER
5600M: Jiri Kosina <jkosina@suse.com> 5600M: Jiri Kosina <jikos@kernel.org>
5601M: David Sterba <dsterba@suse.com> 5601M: David Sterba <dsterba@suse.com>
5602S: Odd Fixes 5602S: Odd Fixes
5603F: drivers/tty/ipwireless/ 5603F: drivers/tty/ipwireless/
@@ -6286,7 +6286,7 @@ F: drivers/platform/x86/hp_accel.c
6286LIVE PATCHING 6286LIVE PATCHING
6287M: Josh Poimboeuf <jpoimboe@redhat.com> 6287M: Josh Poimboeuf <jpoimboe@redhat.com>
6288M: Seth Jennings <sjenning@redhat.com> 6288M: Seth Jennings <sjenning@redhat.com>
6289M: Jiri Kosina <jkosina@suse.com> 6289M: Jiri Kosina <jikos@kernel.org>
6290M: Vojtech Pavlik <vojtech@suse.com> 6290M: Vojtech Pavlik <vojtech@suse.com>
6291S: Maintained 6291S: Maintained
6292F: kernel/livepatch/ 6292F: kernel/livepatch/
@@ -8062,7 +8062,7 @@ S: Maintained
8062F: drivers/pinctrl/spear/ 8062F: drivers/pinctrl/spear/
8063 8063
8064PKTCDVD DRIVER 8064PKTCDVD DRIVER
8065M: Jiri Kosina <jkosina@suse.com> 8065M: Jiri Kosina <jikos@kernel.org>
8066S: Maintained 8066S: Maintained
8067F: drivers/block/pktcdvd.c 8067F: drivers/block/pktcdvd.c
8068F: include/linux/pktcdvd.h 8068F: include/linux/pktcdvd.h
@@ -10668,7 +10668,7 @@ F: drivers/usb/gadget/
10668F: include/linux/usb/gadget* 10668F: include/linux/usb/gadget*
10669 10669
10670USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 10670USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10671M: Jiri Kosina <jkosina@suse.com> 10671M: Jiri Kosina <jikos@kernel.org>
10672L: linux-usb@vger.kernel.org 10672L: linux-usb@vger.kernel.org
10673T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 10673T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10674S: Maintained 10674S: Maintained
diff --git a/arch/ia64/mm/tlb.c b/arch/ia64/mm/tlb.c
index ed6129768681..46ecc5d948aa 100644
--- a/arch/ia64/mm/tlb.c
+++ b/arch/ia64/mm/tlb.c
@@ -444,7 +444,7 @@ int ia64_itr_entry(u64 target_mask, u64 va, u64 pte, u64 log_size)
444 if (p->pte & 0x1) 444 if (p->pte & 0x1)
445 if (is_tr_overlap(p, va, log_size)) { 445 if (is_tr_overlap(p, va, log_size)) {
446 printk(KERN_DEBUG "Overlapped Entry" 446 printk(KERN_DEBUG "Overlapped Entry"
447 "Inserted for TR Reigster!!\n"); 447 "Inserted for TR Register!!\n");
448 goto out; 448 goto out;
449 } 449 }
450 } 450 }
@@ -456,7 +456,7 @@ int ia64_itr_entry(u64 target_mask, u64 va, u64 pte, u64 log_size)
456 if (p->pte & 0x1) 456 if (p->pte & 0x1)
457 if (is_tr_overlap(p, va, log_size)) { 457 if (is_tr_overlap(p, va, log_size)) {
458 printk(KERN_DEBUG "Overlapped Entry" 458 printk(KERN_DEBUG "Overlapped Entry"
459 "Inserted for TR Reigster!!\n"); 459 "Inserted for TR Register!!\n");
460 goto out; 460 goto out;
461 } 461 }
462 } 462 }
diff --git a/arch/metag/include/asm/elf.h b/arch/metag/include/asm/elf.h
index d2baf6961794..87b0cf1e0acb 100644
--- a/arch/metag/include/asm/elf.h
+++ b/arch/metag/include/asm/elf.h
@@ -11,7 +11,7 @@
11#define R_METAG_RELBRANCH 4 11#define R_METAG_RELBRANCH 4
12#define R_METAG_GETSETOFF 5 12#define R_METAG_GETSETOFF 5
13 13
14/* Backward compatability */ 14/* Backward compatibility */
15#define R_METAG_REG32OP1 6 15#define R_METAG_REG32OP1 6
16#define R_METAG_REG32OP2 7 16#define R_METAG_REG32OP2 7
17#define R_METAG_REG32OP3 8 17#define R_METAG_REG32OP3 8
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index 008b3378653a..35b8316002f8 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -476,7 +476,7 @@ static void __init bootmem_init(void)
476 * o bootmem_init() 476 * o bootmem_init()
477 * o sparse_init() 477 * o sparse_init()
478 * o paging_init() 478 * o paging_init()
479 * o dma_continguous_reserve() 479 * o dma_contiguous_reserve()
480 * 480 *
481 * At this stage the bootmem allocator is ready to use. 481 * At this stage the bootmem allocator is ready to use.
482 * 482 *
diff --git a/arch/powerpc/kvm/book3s.c b/arch/powerpc/kvm/book3s.c
index 05ea8fc7f829..6d6398f4d632 100644
--- a/arch/powerpc/kvm/book3s.c
+++ b/arch/powerpc/kvm/book3s.c
@@ -902,7 +902,7 @@ int kvmppc_core_check_processor_compat(void)
902{ 902{
903 /* 903 /*
904 * We always return 0 for book3s. We check 904 * We always return 0 for book3s. We check
905 * for compatability while loading the HV 905 * for compatibility while loading the HV
906 * or PR module 906 * or PR module
907 */ 907 */
908 return 0; 908 return 0;
diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c
index 9a8fcf0d79d7..ebc1f412cf49 100644
--- a/arch/powerpc/sysdev/fsl_pci.c
+++ b/arch/powerpc/sysdev/fsl_pci.c
@@ -1113,7 +1113,7 @@ static int fsl_pci_pme_probe(struct pci_controller *hose)
1113 IRQF_SHARED, 1113 IRQF_SHARED,
1114 "[PCI] PME", hose); 1114 "[PCI] PME", hose);
1115 if (res < 0) { 1115 if (res < 0) {
1116 dev_err(&dev->dev, "Unable to requiest irq %d for PME\n", pme_irq); 1116 dev_err(&dev->dev, "Unable to request irq %d for PME\n", pme_irq);
1117 irq_dispose_mapping(pme_irq); 1117 irq_dispose_mapping(pme_irq);
1118 1118
1119 return -ENODEV; 1119 return -ENODEV;
diff --git a/arch/sparc/include/uapi/asm/pstate.h b/arch/sparc/include/uapi/asm/pstate.h
index 4b6b998afd99..cf832e14aa05 100644
--- a/arch/sparc/include/uapi/asm/pstate.h
+++ b/arch/sparc/include/uapi/asm/pstate.h
@@ -88,7 +88,7 @@
88#define VERS_MAXTL _AC(0x000000000000ff00,UL) /* Max Trap Level. */ 88#define VERS_MAXTL _AC(0x000000000000ff00,UL) /* Max Trap Level. */
89#define VERS_MAXWIN _AC(0x000000000000001f,UL) /* Max RegWindow Idx.*/ 89#define VERS_MAXWIN _AC(0x000000000000001f,UL) /* Max RegWindow Idx.*/
90 90
91/* Compatability Feature Register (%asr26), SPARC-T4 and later */ 91/* Compatibility Feature Register (%asr26), SPARC-T4 and later */
92#define CFR_AES _AC(0x0000000000000001,UL) /* Supports AES opcodes */ 92#define CFR_AES _AC(0x0000000000000001,UL) /* Supports AES opcodes */
93#define CFR_DES _AC(0x0000000000000002,UL) /* Supports DES opcodes */ 93#define CFR_DES _AC(0x0000000000000002,UL) /* Supports DES opcodes */
94#define CFR_KASUMI _AC(0x0000000000000004,UL) /* Supports KASUMI opcodes */ 94#define CFR_KASUMI _AC(0x0000000000000004,UL) /* Supports KASUMI opcodes */
diff --git a/drivers/gpio/gpiolib-acpi.c b/drivers/gpio/gpiolib-acpi.c
index 533fe5dbe6f8..143a9bdbaa53 100644
--- a/drivers/gpio/gpiolib-acpi.c
+++ b/drivers/gpio/gpiolib-acpi.c
@@ -68,7 +68,7 @@ static int acpi_gpiochip_find(struct gpio_chip *gc, void *data)
68 * GPIO controller driver. 68 * GPIO controller driver.
69 * 69 *
70 * Typically the returned offset is same as @pin, but if the GPIO 70 * Typically the returned offset is same as @pin, but if the GPIO
71 * controller uses pin controller and the mapping is not contigous the 71 * controller uses pin controller and the mapping is not contiguous the
72 * offset might be different. 72 * offset might be different.
73 */ 73 */
74static int acpi_gpiochip_pin_to_gpio_offset(struct gpio_chip *chip, int pin) 74static int acpi_gpiochip_pin_to_gpio_offset(struct gpio_chip *chip, int pin)
diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c
index 9dcc7280e572..3e65daa3436f 100644
--- a/drivers/gpu/drm/drm_atomic_helper.c
+++ b/drivers/gpu/drm/drm_atomic_helper.c
@@ -750,7 +750,7 @@ crtc_set_mode(struct drm_device *dev, struct drm_atomic_state *old_state)
750 * This function shuts down all the outputs that need to be shut down and 750 * This function shuts down all the outputs that need to be shut down and
751 * prepares them (if required) with the new mode. 751 * prepares them (if required) with the new mode.
752 * 752 *
753 * For compatability with legacy crtc helpers this should be called before 753 * For compatibility with legacy crtc helpers this should be called before
754 * drm_atomic_helper_commit_planes(), which is what the default commit function 754 * drm_atomic_helper_commit_planes(), which is what the default commit function
755 * does. But drivers with different needs can group the modeset commits together 755 * does. But drivers with different needs can group the modeset commits together
756 * and do the plane commits at the end. This is useful for drivers doing runtime 756 * and do the plane commits at the end. This is useful for drivers doing runtime
@@ -775,7 +775,7 @@ EXPORT_SYMBOL(drm_atomic_helper_commit_modeset_disables);
775 * This function enables all the outputs with the new configuration which had to 775 * This function enables all the outputs with the new configuration which had to
776 * be turned off for the update. 776 * be turned off for the update.
777 * 777 *
778 * For compatability with legacy crtc helpers this should be called after 778 * For compatibility with legacy crtc helpers this should be called after
779 * drm_atomic_helper_commit_planes(), which is what the default commit function 779 * drm_atomic_helper_commit_planes(), which is what the default commit function
780 * does. But drivers with different needs can group the modeset commits together 780 * does. But drivers with different needs can group the modeset commits together
781 * and do the plane commits at the end. This is useful for drivers doing runtime 781 * and do the plane commits at the end. This is useful for drivers doing runtime
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c b/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c
index 389904eb603f..d6ace41830e9 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c
@@ -845,7 +845,7 @@ nv10_gr_ctx_regs_find_offset(struct nv10_gr_priv *priv, int reg)
845 if (nv10_gr_ctx_regs[i] == reg) 845 if (nv10_gr_ctx_regs[i] == reg)
846 return i; 846 return i;
847 } 847 }
848 nv_error(priv, "unknow offset nv10_ctx_regs %d\n", reg); 848 nv_error(priv, "unknown offset nv10_ctx_regs %d\n", reg);
849 return -1; 849 return -1;
850} 850}
851 851
@@ -857,7 +857,7 @@ nv17_gr_ctx_regs_find_offset(struct nv10_gr_priv *priv, int reg)
857 if (nv17_gr_ctx_regs[i] == reg) 857 if (nv17_gr_ctx_regs[i] == reg)
858 return i; 858 return i;
859 } 859 }
860 nv_error(priv, "unknow offset nv17_ctx_regs %d\n", reg); 860 nv_error(priv, "unknown offset nv17_ctx_regs %d\n", reg);
861 return -1; 861 return -1;
862} 862}
863 863
diff --git a/drivers/gpu/drm/via/via_dmablit.c b/drivers/gpu/drm/via/via_dmablit.c
index ba33cf679180..d0cbd5ecd7f0 100644
--- a/drivers/gpu/drm/via/via_dmablit.c
+++ b/drivers/gpu/drm/via/via_dmablit.c
@@ -260,7 +260,7 @@ via_lock_all_dma_pages(drm_via_sg_info_t *vsg, drm_via_dmablit_t *xfer)
260/* 260/*
261 * Allocate DMA capable memory for the blit descriptor chain, and an array that keeps track of the 261 * Allocate DMA capable memory for the blit descriptor chain, and an array that keeps track of the
262 * pages we allocate. We don't want to use kmalloc for the descriptor chain because it may be 262 * pages we allocate. We don't want to use kmalloc for the descriptor chain because it may be
263 * quite large for some blits, and pages don't need to be contingous. 263 * quite large for some blits, and pages don't need to be contiguous.
264 */ 264 */
265 265
266static int 266static int
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
index d26a6daa9719..0336d49e3d4c 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
@@ -227,7 +227,7 @@ enum vmw_dma_map_mode {
227 * device-specific information. 227 * device-specific information.
228 * 228 *
229 * @sgt: Pointer to a struct sg_table with binding information 229 * @sgt: Pointer to a struct sg_table with binding information
230 * @num_regions: Number of regions with device-address contigous pages 230 * @num_regions: Number of regions with device-address contiguous pages
231 */ 231 */
232struct vmw_sg_table { 232struct vmw_sg_table {
233 enum vmw_dma_map_mode mode; 233 enum vmw_dma_map_mode mode;
diff --git a/drivers/input/touchscreen/ili210x.c b/drivers/input/touchscreen/ili210x.c
index da6dc819c846..586bee407d9a 100644
--- a/drivers/input/touchscreen/ili210x.c
+++ b/drivers/input/touchscreen/ili210x.c
@@ -216,7 +216,7 @@ static int ili210x_i2c_probe(struct i2c_client *client,
216 /* get panel info */ 216 /* get panel info */
217 error = ili210x_read_reg(client, REG_PANEL_INFO, &panel, sizeof(panel)); 217 error = ili210x_read_reg(client, REG_PANEL_INFO, &panel, sizeof(panel));
218 if (error) { 218 if (error) {
219 dev_err(dev, "Failed to get panel informations, err: %d\n", 219 dev_err(dev, "Failed to get panel information, err: %d\n",
220 error); 220 error);
221 return error; 221 return error;
222 } 222 }
@@ -276,7 +276,7 @@ static int ili210x_i2c_probe(struct i2c_client *client,
276 276
277 error = input_register_device(priv->input); 277 error = input_register_device(priv->input);
278 if (error) { 278 if (error) {
279 dev_err(dev, "Cannot regiser input device, err: %d\n", error); 279 dev_err(dev, "Cannot register input device, err: %d\n", error);
280 goto err_remove_sysfs; 280 goto err_remove_sysfs;
281 } 281 }
282 282
diff --git a/drivers/isdn/mISDN/dsp_cmx.c b/drivers/isdn/mISDN/dsp_cmx.c
index 52c43821f746..8e3aa002767b 100644
--- a/drivers/isdn/mISDN/dsp_cmx.c
+++ b/drivers/isdn/mISDN/dsp_cmx.c
@@ -506,7 +506,7 @@ dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp)
506 __func__, conf->id); 506 __func__, conf->id);
507 507
508 if (list_empty(&conf->mlist)) { 508 if (list_empty(&conf->mlist)) {
509 printk(KERN_ERR "%s: conference whithout members\n", 509 printk(KERN_ERR "%s: conference without members\n",
510 __func__); 510 __func__);
511 return; 511 return;
512 } 512 }
diff --git a/drivers/mailbox/arm_mhu.c b/drivers/mailbox/arm_mhu.c
index d9e99f981aa9..d0d0b0305345 100644
--- a/drivers/mailbox/arm_mhu.c
+++ b/drivers/mailbox/arm_mhu.c
@@ -96,7 +96,7 @@ static int mhu_startup(struct mbox_chan *chan)
96 IRQF_SHARED, "mhu_link", chan); 96 IRQF_SHARED, "mhu_link", chan);
97 if (ret) { 97 if (ret) {
98 dev_err(chan->mbox->dev, 98 dev_err(chan->mbox->dev,
99 "Unable to aquire IRQ %d\n", mlink->irq); 99 "Unable to acquire IRQ %d\n", mlink->irq);
100 return ret; 100 return ret;
101 } 101 }
102 102
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index bfec3bdfe598..d5415eedba86 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -478,7 +478,7 @@ config DM_LOG_WRITES
478 This device-mapper target takes two devices, one device to use 478 This device-mapper target takes two devices, one device to use
479 normally, one to log all write operations done to the first device. 479 normally, one to log all write operations done to the first device.
480 This is for use by file system developers wishing to verify that 480 This is for use by file system developers wishing to verify that
481 their fs is writing a consitent file system at all times by allowing 481 their fs is writing a consistent file system at all times by allowing
482 them to replay the log in a variety of ways and to check the 482 them to replay the log in a variety of ways and to check the
483 contents. 483 contents.
484 484
diff --git a/drivers/media/dvb-frontends/au8522_dig.c b/drivers/media/dvb-frontends/au8522_dig.c
index b744a3f8d467..f956f13fb3dc 100644
--- a/drivers/media/dvb-frontends/au8522_dig.c
+++ b/drivers/media/dvb-frontends/au8522_dig.c
@@ -922,7 +922,7 @@ module_param(debug, int, 0644);
922MODULE_PARM_DESC(debug, "Enable verbose debug messages"); 922MODULE_PARM_DESC(debug, "Enable verbose debug messages");
923 923
924module_param(zv_mode, int, 0644); 924module_param(zv_mode, int, 0644);
925MODULE_PARM_DESC(zv_mode, "Turn on/off ZeeVee modulator compatability mode (default:on).\n" 925MODULE_PARM_DESC(zv_mode, "Turn on/off ZeeVee modulator compatibility mode (default:on).\n"
926 "\t\ton - modified AU8522 QAM256 initialization.\n" 926 "\t\ton - modified AU8522 QAM256 initialization.\n"
927 "\t\tProvides faster lock when using ZeeVee modulator based sources"); 927 "\t\tProvides faster lock when using ZeeVee modulator based sources");
928 928
diff --git a/drivers/media/platform/exynos4-is/fimc-m2m.c b/drivers/media/platform/exynos4-is/fimc-m2m.c
index 0ad1b6f84a27..d2bfe7c2a6b4 100644
--- a/drivers/media/platform/exynos4-is/fimc-m2m.c
+++ b/drivers/media/platform/exynos4-is/fimc-m2m.c
@@ -188,7 +188,7 @@ static int fimc_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt,
188 if (IS_ERR(f)) 188 if (IS_ERR(f))
189 return PTR_ERR(f); 189 return PTR_ERR(f);
190 /* 190 /*
191 * Return number of non-contigous planes (plane buffers) 191 * Return number of non-contiguous planes (plane buffers)
192 * depending on the configured color format. 192 * depending on the configured color format.
193 */ 193 */
194 if (!f->fmt) 194 if (!f->fmt)
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
index 12497f5ed8e9..906c83c7e8e7 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
@@ -1734,7 +1734,7 @@ static void s5p_mfc_try_run_v6(struct s5p_mfc_dev *dev)
1734 1734
1735 mfc_debug(1, "New context: %d\n", new_ctx); 1735 mfc_debug(1, "New context: %d\n", new_ctx);
1736 ctx = dev->ctx[new_ctx]; 1736 ctx = dev->ctx[new_ctx];
1737 mfc_debug(1, "Seting new context to %p\n", ctx); 1737 mfc_debug(1, "Setting new context to %p\n", ctx);
1738 /* Got context to run in ctx */ 1738 /* Got context to run in ctx */
1739 mfc_debug(1, "ctx->dst_queue_cnt=%d ctx->dpb_count=%d ctx->src_queue_cnt=%d\n", 1739 mfc_debug(1, "ctx->dst_queue_cnt=%d ctx->dpb_count=%d ctx->src_queue_cnt=%d\n",
1740 ctx->dst_queue_cnt, ctx->pb_count, ctx->src_queue_cnt); 1740 ctx->dst_queue_cnt, ctx->pb_count, ctx->src_queue_cnt);
diff --git a/drivers/media/v4l2-core/videobuf2-memops.c b/drivers/media/v4l2-core/videobuf2-memops.c
index 81c1ad8b2cf1..0d49b7951f84 100644
--- a/drivers/media/v4l2-core/videobuf2-memops.c
+++ b/drivers/media/v4l2-core/videobuf2-memops.c
@@ -125,7 +125,7 @@ int vb2_get_contig_userptr(unsigned long vaddr, unsigned long size,
125 } 125 }
126 126
127 /* 127 /*
128 * Memory is contigous, lock vma and return to the caller 128 * Memory is contiguous, lock vma and return to the caller
129 */ 129 */
130 *res_vma = vb2_get_vma(vma); 130 *res_vma = vb2_get_vma(vma);
131 if (*res_vma == NULL) 131 if (*res_vma == NULL)
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe.h b/drivers/net/ethernet/amd/xgbe/xgbe.h
index 717ce21b6077..8c9d01ef730d 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe.h
+++ b/drivers/net/ethernet/amd/xgbe/xgbe.h
@@ -140,7 +140,7 @@
140 140
141#define XGBE_TX_MAX_BUF_SIZE (0x3fff & ~(64 - 1)) 141#define XGBE_TX_MAX_BUF_SIZE (0x3fff & ~(64 - 1))
142 142
143/* Descriptors required for maximum contigous TSO/GSO packet */ 143/* Descriptors required for maximum contiguous TSO/GSO packet */
144#define XGBE_TX_MAX_SPLIT ((GSO_MAX_SIZE / XGBE_TX_MAX_BUF_SIZE) + 1) 144#define XGBE_TX_MAX_SPLIT ((GSO_MAX_SIZE / XGBE_TX_MAX_BUF_SIZE) + 1)
145 145
146/* Maximum possible descriptors needed for an SKB: 146/* Maximum possible descriptors needed for an SKB:
diff --git a/drivers/net/wireless/ath/ath6kl/wmi.c b/drivers/net/wireless/ath/ath6kl/wmi.c
index b921005ad7ee..a5e1de75a4a3 100644
--- a/drivers/net/wireless/ath/ath6kl/wmi.c
+++ b/drivers/net/wireless/ath/ath6kl/wmi.c
@@ -154,7 +154,7 @@ struct ath6kl_vif *ath6kl_get_vif_by_index(struct ath6kl *ar, u8 if_idx)
154} 154}
155 155
156/* Performs DIX to 802.3 encapsulation for transmit packets. 156/* Performs DIX to 802.3 encapsulation for transmit packets.
157 * Assumes the entire DIX header is contigous and that there is 157 * Assumes the entire DIX header is contiguous and that there is
158 * enough room in the buffer for a 802.3 mac header and LLC+SNAP headers. 158 * enough room in the buffer for a 802.3 mac header and LLC+SNAP headers.
159 */ 159 */
160int ath6kl_wmi_dix_2_dot3(struct wmi *wmi, struct sk_buff *skb) 160int ath6kl_wmi_dix_2_dot3(struct wmi *wmi, struct sk_buff *skb)
@@ -449,7 +449,7 @@ int ath6kl_wmi_dot11_hdr_remove(struct wmi *wmi, struct sk_buff *skb)
449 449
450/* 450/*
451 * Performs 802.3 to DIX encapsulation for received packets. 451 * Performs 802.3 to DIX encapsulation for received packets.
452 * Assumes the entire 802.3 header is contigous. 452 * Assumes the entire 802.3 header is contiguous.
453 */ 453 */
454int ath6kl_wmi_dot3_2_dix(struct sk_buff *skb) 454int ath6kl_wmi_dot3_2_dix(struct sk_buff *skb)
455{ 455{
diff --git a/drivers/net/wireless/ipw2x00/ipw2100.h b/drivers/net/wireless/ipw2x00/ipw2100.h
index c6d78790cb0d..193947865efd 100644
--- a/drivers/net/wireless/ipw2x00/ipw2100.h
+++ b/drivers/net/wireless/ipw2x00/ipw2100.h
@@ -746,7 +746,7 @@ struct ipw2100_priv {
746#define IPW_REG_GPIO IPW_REG_DOMAIN_0_OFFSET + 0x0030 746#define IPW_REG_GPIO IPW_REG_DOMAIN_0_OFFSET + 0x0030
747#define IPW_REG_FW_TYPE IPW_REG_DOMAIN_1_OFFSET + 0x0188 747#define IPW_REG_FW_TYPE IPW_REG_DOMAIN_1_OFFSET + 0x0188
748#define IPW_REG_FW_VERSION IPW_REG_DOMAIN_1_OFFSET + 0x018C 748#define IPW_REG_FW_VERSION IPW_REG_DOMAIN_1_OFFSET + 0x018C
749#define IPW_REG_FW_COMPATABILITY_VERSION IPW_REG_DOMAIN_1_OFFSET + 0x0190 749#define IPW_REG_FW_COMPATIBILITY_VERSION IPW_REG_DOMAIN_1_OFFSET + 0x0190
750 750
751#define IPW_REG_INDIRECT_ADDR_MASK 0x00FFFFFC 751#define IPW_REG_INDIRECT_ADDR_MASK 0x00FFFFFC
752 752
diff --git a/drivers/scsi/53c700.c b/drivers/scsi/53c700.c
index 82abfce1cb42..a209c3418898 100644
--- a/drivers/scsi/53c700.c
+++ b/drivers/scsi/53c700.c
@@ -299,7 +299,7 @@ NCR_700_detect(struct scsi_host_template *tpnt,
299 memory = dma_alloc_noncoherent(hostdata->dev, TOTAL_MEM_SIZE, 299 memory = dma_alloc_noncoherent(hostdata->dev, TOTAL_MEM_SIZE,
300 &pScript, GFP_KERNEL); 300 &pScript, GFP_KERNEL);
301 if(memory == NULL) { 301 if(memory == NULL) {
302 printk(KERN_ERR "53c700: Failed to allocate memory for driver, detatching\n"); 302 printk(KERN_ERR "53c700: Failed to allocate memory for driver, detaching\n");
303 return NULL; 303 return NULL;
304 } 304 }
305 305
diff --git a/drivers/scsi/a100u2w.c b/drivers/scsi/a100u2w.c
index cac6b37d7b1b..8086bd0ac9fd 100644
--- a/drivers/scsi/a100u2w.c
+++ b/drivers/scsi/a100u2w.c
@@ -888,7 +888,7 @@ static int inia100_build_scb(struct orc_host * host, struct orc_scb * scb, struc
888 scb->sense_len = SENSE_SIZE; 888 scb->sense_len = SENSE_SIZE;
889 scb->cdb_len = cmd->cmd_len; 889 scb->cdb_len = cmd->cmd_len;
890 if (scb->cdb_len >= IMAX_CDB) { 890 if (scb->cdb_len >= IMAX_CDB) {
891 printk("max cdb length= %x\b", cmd->cmd_len); 891 printk("max cdb length= %x\n", cmd->cmd_len);
892 scb->cdb_len = IMAX_CDB; 892 scb->cdb_len = IMAX_CDB;
893 } 893 }
894 scb->ident = (u8)(cmd->device->lun & 0xff) | DISC_ALLOW; 894 scb->ident = (u8)(cmd->device->lun & 0xff) | DISC_ALLOW;
diff --git a/drivers/scsi/aic7xxx/aic7xxx_core.c b/drivers/scsi/aic7xxx/aic7xxx_core.c
index c4829d84b335..64ab9eaec428 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_core.c
+++ b/drivers/scsi/aic7xxx/aic7xxx_core.c
@@ -79,7 +79,7 @@ struct ahc_hard_error_entry {
79 79
80static const struct ahc_hard_error_entry ahc_hard_errors[] = { 80static const struct ahc_hard_error_entry ahc_hard_errors[] = {
81 { ILLHADDR, "Illegal Host Access" }, 81 { ILLHADDR, "Illegal Host Access" },
82 { ILLSADDR, "Illegal Sequencer Address referrenced" }, 82 { ILLSADDR, "Illegal Sequencer Address referenced" },
83 { ILLOPCODE, "Illegal Opcode in sequencer program" }, 83 { ILLOPCODE, "Illegal Opcode in sequencer program" },
84 { SQPARERR, "Sequencer Parity Error" }, 84 { SQPARERR, "Sequencer Parity Error" },
85 { DPARERR, "Data-path Parity Error" }, 85 { DPARERR, "Data-path Parity Error" },
diff --git a/drivers/scsi/arcmsr/arcmsr_hba.c b/drivers/scsi/arcmsr/arcmsr_hba.c
index 914c39f9f388..6ac74fb4ea9a 100644
--- a/drivers/scsi/arcmsr/arcmsr_hba.c
+++ b/drivers/scsi/arcmsr/arcmsr_hba.c
@@ -3264,7 +3264,7 @@ static int arcmsr_iop_confirm(struct AdapterControlBlock *acb)
3264 reg->doneq_index = 0; 3264 reg->doneq_index = 0;
3265 writel(ARCMSR_MESSAGE_SET_POST_WINDOW, reg->drv2iop_doorbell); 3265 writel(ARCMSR_MESSAGE_SET_POST_WINDOW, reg->drv2iop_doorbell);
3266 if (!arcmsr_hbaB_wait_msgint_ready(acb)) { 3266 if (!arcmsr_hbaB_wait_msgint_ready(acb)) {
3267 printk(KERN_NOTICE "arcmsr%d:can not set diver mode\n", \ 3267 printk(KERN_NOTICE "arcmsr%d: cannot set driver mode\n", \
3268 acb->host->host_no); 3268 acb->host->host_no);
3269 return 1; 3269 return 1;
3270 } 3270 }
diff --git a/drivers/scsi/fcoe/fcoe_transport.c b/drivers/scsi/fcoe/fcoe_transport.c
index bdc89899561a..d7597c08fa11 100644
--- a/drivers/scsi/fcoe/fcoe_transport.c
+++ b/drivers/scsi/fcoe/fcoe_transport.c
@@ -58,7 +58,7 @@ MODULE_PARM_DESC(show, " Show attached FCoE transports");
58module_param_call(create, fcoe_transport_create, NULL, 58module_param_call(create, fcoe_transport_create, NULL,
59 (void *)FIP_MODE_FABRIC, S_IWUSR); 59 (void *)FIP_MODE_FABRIC, S_IWUSR);
60__MODULE_PARM_TYPE(create, "string"); 60__MODULE_PARM_TYPE(create, "string");
61MODULE_PARM_DESC(create, " Creates fcoe instance on a ethernet interface"); 61MODULE_PARM_DESC(create, " Creates fcoe instance on an ethernet interface");
62 62
63module_param_call(create_vn2vn, fcoe_transport_create, NULL, 63module_param_call(create_vn2vn, fcoe_transport_create, NULL,
64 (void *)FIP_MODE_VN2VN, S_IWUSR); 64 (void *)FIP_MODE_VN2VN, S_IWUSR);
@@ -68,15 +68,15 @@ MODULE_PARM_DESC(create_vn2vn, " Creates a VN_node to VN_node FCoE instance "
68 68
69module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR); 69module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR);
70__MODULE_PARM_TYPE(destroy, "string"); 70__MODULE_PARM_TYPE(destroy, "string");
71MODULE_PARM_DESC(destroy, " Destroys fcoe instance on a ethernet interface"); 71MODULE_PARM_DESC(destroy, " Destroys fcoe instance on an ethernet interface");
72 72
73module_param_call(enable, fcoe_transport_enable, NULL, NULL, S_IWUSR); 73module_param_call(enable, fcoe_transport_enable, NULL, NULL, S_IWUSR);
74__MODULE_PARM_TYPE(enable, "string"); 74__MODULE_PARM_TYPE(enable, "string");
75MODULE_PARM_DESC(enable, " Enables fcoe on a ethernet interface."); 75MODULE_PARM_DESC(enable, " Enables fcoe on an ethernet interface.");
76 76
77module_param_call(disable, fcoe_transport_disable, NULL, NULL, S_IWUSR); 77module_param_call(disable, fcoe_transport_disable, NULL, NULL, S_IWUSR);
78__MODULE_PARM_TYPE(disable, "string"); 78__MODULE_PARM_TYPE(disable, "string");
79MODULE_PARM_DESC(disable, " Disables fcoe on a ethernet interface."); 79MODULE_PARM_DESC(disable, " Disables fcoe on an ethernet interface.");
80 80
81/* notification function for packets from net device */ 81/* notification function for packets from net device */
82static struct notifier_block libfcoe_notifier = { 82static struct notifier_block libfcoe_notifier = {
diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c
index 55647aae065c..da73d5524602 100644
--- a/drivers/scsi/scsi_transport_iscsi.c
+++ b/drivers/scsi/scsi_transport_iscsi.c
@@ -3037,7 +3037,7 @@ iscsi_get_chap(struct iscsi_transport *transport, struct nlmsghdr *nlh)
3037 3037
3038 shost = scsi_host_lookup(ev->u.get_chap.host_no); 3038 shost = scsi_host_lookup(ev->u.get_chap.host_no);
3039 if (!shost) { 3039 if (!shost) {
3040 printk(KERN_ERR "%s: failed. Cound not find host no %u\n", 3040 printk(KERN_ERR "%s: failed. Could not find host no %u\n",
3041 __func__, ev->u.get_chap.host_no); 3041 __func__, ev->u.get_chap.host_no);
3042 return -ENODEV; 3042 return -ENODEV;
3043 } 3043 }
diff --git a/drivers/scsi/scsi_transport_spi.c b/drivers/scsi/scsi_transport_spi.c
index 31bbb0da3397..319868f3f674 100644
--- a/drivers/scsi/scsi_transport_spi.c
+++ b/drivers/scsi/scsi_transport_spi.c
@@ -786,10 +786,10 @@ spi_dv_retrain(struct scsi_device *sdev, u8 *buffer, u8 *ptr,
786 * IU, then QAS (if we can control them), then finally 786 * IU, then QAS (if we can control them), then finally
787 * fall down the periods */ 787 * fall down the periods */
788 if (i->f->set_iu && spi_iu(starget)) { 788 if (i->f->set_iu && spi_iu(starget)) {
789 starget_printk(KERN_ERR, starget, "Domain Validation Disabing Information Units\n"); 789 starget_printk(KERN_ERR, starget, "Domain Validation Disabling Information Units\n");
790 DV_SET(iu, 0); 790 DV_SET(iu, 0);
791 } else if (i->f->set_qas && spi_qas(starget)) { 791 } else if (i->f->set_qas && spi_qas(starget)) {
792 starget_printk(KERN_ERR, starget, "Domain Validation Disabing Quick Arbitration and Selection\n"); 792 starget_printk(KERN_ERR, starget, "Domain Validation Disabling Quick Arbitration and Selection\n");
793 DV_SET(qas, 0); 793 DV_SET(qas, 0);
794 } else { 794 } else {
795 newperiod = spi_period(starget); 795 newperiod = spi_period(starget);
diff --git a/drivers/scsi/wd719x.c b/drivers/scsi/wd719x.c
index 61346aa73178..e3da1a2fdb66 100644
--- a/drivers/scsi/wd719x.c
+++ b/drivers/scsi/wd719x.c
@@ -590,7 +590,7 @@ static inline void wd719x_interrupt_SCB(struct wd719x *wd,
590 dev_dbg(&wd->pdev->dev, "selection timeout\n"); 590 dev_dbg(&wd->pdev->dev, "selection timeout\n");
591 break; 591 break;
592 case WD719X_SUE_RESET: 592 case WD719X_SUE_RESET:
593 dev_dbg(&wd->pdev->dev, "bus reset occured\n"); 593 dev_dbg(&wd->pdev->dev, "bus reset occurred\n");
594 result = DID_RESET; 594 result = DID_RESET;
595 break; 595 break;
596 case WD719X_SUE_BUSERROR: 596 case WD719X_SUE_BUSERROR:
diff --git a/drivers/usb/dwc2/core.c b/drivers/usb/dwc2/core.c
index c3cc1a78d1e2..b00fe9539184 100644
--- a/drivers/usb/dwc2/core.c
+++ b/drivers/usb/dwc2/core.c
@@ -3175,7 +3175,7 @@ int dwc2_get_hwparams(struct dwc2_hsotg *hsotg)
3175 hw->hs_phy_type); 3175 hw->hs_phy_type);
3176 dev_dbg(hsotg->dev, " fs_phy_type=%d\n", 3176 dev_dbg(hsotg->dev, " fs_phy_type=%d\n",
3177 hw->fs_phy_type); 3177 hw->fs_phy_type);
3178 dev_dbg(hsotg->dev, " utmi_phy_data_wdith=%d\n", 3178 dev_dbg(hsotg->dev, " utmi_phy_data_width=%d\n",
3179 hw->utmi_phy_data_width); 3179 hw->utmi_phy_data_width);
3180 dev_dbg(hsotg->dev, " num_dev_ep=%d\n", 3180 dev_dbg(hsotg->dev, " num_dev_ep=%d\n",
3181 hw->num_dev_ep); 3181 hw->num_dev_ep);
diff --git a/drivers/usb/gadget/udc/bdc/bdc.h b/drivers/usb/gadget/udc/bdc/bdc.h
index dc18a20bf040..916d47135cac 100644
--- a/drivers/usb/gadget/udc/bdc/bdc.h
+++ b/drivers/usb/gadget/udc/bdc/bdc.h
@@ -290,7 +290,7 @@ struct bdc_sr {
290 __le32 offset[4]; 290 __le32 offset[4];
291}; 291};
292 292
293/* bd_table: contigous bd's in a table */ 293/* bd_table: contiguous bd's in a table */
294struct bd_table { 294struct bd_table {
295 struct bdc_bd *start_bd; 295 struct bdc_bd *start_bd;
296 /* dma address of start bd of table*/ 296 /* dma address of start bd of table*/
diff --git a/drivers/w1/masters/matrox_w1.c b/drivers/w1/masters/matrox_w1.c
index 684bc9d861cb..3749db8b4396 100644
--- a/drivers/w1/masters/matrox_w1.c
+++ b/drivers/w1/masters/matrox_w1.c
@@ -40,7 +40,7 @@
40 40
41MODULE_LICENSE("GPL"); 41MODULE_LICENSE("GPL");
42MODULE_AUTHOR("Evgeniy Polyakov <zbr@ioremap.net>"); 42MODULE_AUTHOR("Evgeniy Polyakov <zbr@ioremap.net>");
43MODULE_DESCRIPTION("Driver for transport(Dallas 1-wire prtocol) over VGA DDC(matrox gpio)."); 43MODULE_DESCRIPTION("Driver for transport(Dallas 1-wire protocol) over VGA DDC(matrox gpio).");
44 44
45static struct pci_device_id matrox_w1_tbl[] = { 45static struct pci_device_id matrox_w1_tbl[] = {
46 { PCI_DEVICE(PCI_VENDOR_ID_MATROX, PCI_DEVICE_ID_MATROX_G400) }, 46 { PCI_DEVICE(PCI_VENDOR_ID_MATROX, PCI_DEVICE_ID_MATROX_G400) },
diff --git a/fs/btrfs/qgroup.c b/fs/btrfs/qgroup.c
index 8a8202956576..d904ee1c5349 100644
--- a/fs/btrfs/qgroup.c
+++ b/fs/btrfs/qgroup.c
@@ -376,7 +376,7 @@ int btrfs_read_qgroup_config(struct btrfs_fs_info *fs_info)
376 qgroup = find_qgroup_rb(fs_info, found_key.offset); 376 qgroup = find_qgroup_rb(fs_info, found_key.offset);
377 if ((qgroup && found_key.type == BTRFS_QGROUP_INFO_KEY) || 377 if ((qgroup && found_key.type == BTRFS_QGROUP_INFO_KEY) ||
378 (!qgroup && found_key.type == BTRFS_QGROUP_LIMIT_KEY)) { 378 (!qgroup && found_key.type == BTRFS_QGROUP_LIMIT_KEY)) {
379 btrfs_err(fs_info, "inconsitent qgroup config"); 379 btrfs_err(fs_info, "inconsistent qgroup config");
380 flags |= BTRFS_QGROUP_STATUS_FLAG_INCONSISTENT; 380 flags |= BTRFS_QGROUP_STATUS_FLAG_INCONSISTENT;
381 } 381 }
382 if (!qgroup) { 382 if (!qgroup) {
diff --git a/fs/ecryptfs/mmap.c b/fs/ecryptfs/mmap.c
index cf208522998e..caba848ac763 100644
--- a/fs/ecryptfs/mmap.c
+++ b/fs/ecryptfs/mmap.c
@@ -299,7 +299,7 @@ static int ecryptfs_write_begin(struct file *file,
299 rc = ecryptfs_read_lower_page_segment( 299 rc = ecryptfs_read_lower_page_segment(
300 page, index, 0, PAGE_CACHE_SIZE, mapping->host); 300 page, index, 0, PAGE_CACHE_SIZE, mapping->host);
301 if (rc) { 301 if (rc) {
302 printk(KERN_ERR "%s: Error attemping to read " 302 printk(KERN_ERR "%s: Error attempting to read "
303 "lower page segment; rc = [%d]\n", 303 "lower page segment; rc = [%d]\n",
304 __func__, rc); 304 __func__, rc);
305 ClearPageUptodate(page); 305 ClearPageUptodate(page);
diff --git a/fs/freevxfs/vxfs_lookup.c b/fs/freevxfs/vxfs_lookup.c
index 484b32d3234a..1cff72df0389 100644
--- a/fs/freevxfs/vxfs_lookup.c
+++ b/fs/freevxfs/vxfs_lookup.c
@@ -192,7 +192,7 @@ vxfs_inode_by_name(struct inode *dip, struct dentry *dp)
192 * by @dp in @dip. 192 * by @dp in @dip.
193 * 193 *
194 * Returns: 194 * Returns:
195 * A NULL-pointer on success, else an negative error code encoded 195 * A NULL-pointer on success, else a negative error code encoded
196 * in the return pointer. 196 * in the return pointer.
197 */ 197 */
198static struct dentry * 198static struct dentry *
diff --git a/fs/ntfs/super.c b/fs/ntfs/super.c
index 9e1e112074fb..c1128bcbeb5e 100644
--- a/fs/ntfs/super.c
+++ b/fs/ntfs/super.c
@@ -543,7 +543,7 @@ static int ntfs_remount(struct super_block *sb, int *flags, char *opt)
543 return -EROFS; 543 return -EROFS;
544 } 544 }
545 if (!ntfs_stamp_usnjrnl(vol)) { 545 if (!ntfs_stamp_usnjrnl(vol)) {
546 ntfs_error(sb, "Failed to stamp transation log " 546 ntfs_error(sb, "Failed to stamp transaction log "
547 "($UsnJrnl)%s", es); 547 "($UsnJrnl)%s", es);
548 NVolSetErrors(vol); 548 NVolSetErrors(vol);
549 return -EROFS; 549 return -EROFS;
diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h
index db64ce2d4667..540ab5b75dbb 100644
--- a/fs/ocfs2/ocfs2_fs.h
+++ b/fs/ocfs2/ocfs2_fs.h
@@ -168,7 +168,7 @@
168/* Refcount tree support */ 168/* Refcount tree support */
169#define OCFS2_FEATURE_INCOMPAT_REFCOUNT_TREE 0x1000 169#define OCFS2_FEATURE_INCOMPAT_REFCOUNT_TREE 0x1000
170 170
171/* Discontigous block groups */ 171/* Discontiguous block groups */
172#define OCFS2_FEATURE_INCOMPAT_DISCONTIG_BG 0x2000 172#define OCFS2_FEATURE_INCOMPAT_DISCONTIG_BG 0x2000
173 173
174/* 174/*
@@ -939,7 +939,7 @@ struct ocfs2_group_desc
939 /* 939 /*
940 * Block groups may be discontiguous when 940 * Block groups may be discontiguous when
941 * OCFS2_FEATURE_INCOMPAT_DISCONTIG_BG is set. 941 * OCFS2_FEATURE_INCOMPAT_DISCONTIG_BG is set.
942 * The extents of a discontigous block group are 942 * The extents of a discontiguous block group are
943 * stored in bg_list. It is a flat list. 943 * stored in bg_list. It is a flat list.
944 * l_tree_depth must always be zero. A 944 * l_tree_depth must always be zero. A
945 * discontiguous group is signified by a non-zero 945 * discontiguous group is signified by a non-zero
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
index 34f25b7bf642..688997a24aad 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -253,7 +253,7 @@ struct pcmcia_device_id {
253 253
254 __u32 prod_id_hash[4]; 254 __u32 prod_id_hash[4];
255 255
256 /* not matched against in kernelspace*/ 256 /* not matched against in kernelspace */
257 const char * prod_id[4]; 257 const char * prod_id[4];
258 258
259 /* not matched against */ 259 /* not matched against */
diff --git a/include/linux/proportions.h b/include/linux/proportions.h
index 00e8e8fa7358..5440f64d2942 100644
--- a/include/linux/proportions.h
+++ b/include/linux/proportions.h
@@ -33,7 +33,7 @@ struct prop_global {
33/* 33/*
34 * global proportion descriptor 34 * global proportion descriptor
35 * 35 *
36 * this is needed to consitently flip prop_global structures. 36 * this is needed to consistently flip prop_global structures.
37 */ 37 */
38struct prop_descriptor { 38struct prop_descriptor {
39 int index; 39 int index;
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h
index 8c6e825940e5..d760aa73ebbb 100644
--- a/include/media/videobuf-core.h
+++ b/include/media/videobuf-core.h
@@ -37,7 +37,7 @@ struct videobuf_queue;
37 * 37 *
38 * about the mmap helpers (videobuf_mmap_*): 38 * about the mmap helpers (videobuf_mmap_*):
39 * 39 *
40 * The mmaper function allows to map any subset of contingous buffers. 40 * The mmaper function allows to map any subset of contiguous buffers.
41 * This includes one mmap() call for all buffers (which the original 41 * This includes one mmap() call for all buffers (which the original
42 * video4linux API uses) as well as one mmap() for every single buffer 42 * video4linux API uses) as well as one mmap() for every single buffer
43 * (which v4l2 uses). 43 * (which v4l2 uses).
diff --git a/kernel/exit.c b/kernel/exit.c
index 031325e9acf9..ea95ee1b5ef7 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -1471,7 +1471,7 @@ static long do_wait(struct wait_opts *wo)
1471 add_wait_queue(&current->signal->wait_chldexit, &wo->child_wait); 1471 add_wait_queue(&current->signal->wait_chldexit, &wo->child_wait);
1472repeat: 1472repeat:
1473 /* 1473 /*
1474 * If there is nothing that can match our critiera just get out. 1474 * If there is nothing that can match our criteria, just get out.
1475 * We will clear ->notask_error to zero if we see any child that 1475 * We will clear ->notask_error to zero if we see any child that
1476 * might later match our criteria, even if we are not able to reap 1476 * might later match our criteria, even if we are not able to reap
1477 * it yet. 1477 * it yet.
diff --git a/mm/nommu.c b/mm/nommu.c
index ce17abf087ff..1cc0709fcaa5 100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -324,12 +324,12 @@ long vwrite(char *buf, char *addr, unsigned long count)
324} 324}
325 325
326/* 326/*
327 * vmalloc - allocate virtually continguos memory 327 * vmalloc - allocate virtually contiguous memory
328 * 328 *
329 * @size: allocation size 329 * @size: allocation size
330 * 330 *
331 * Allocate enough pages to cover @size from the page level 331 * Allocate enough pages to cover @size from the page level
332 * allocator and map them into continguos kernel virtual space. 332 * allocator and map them into contiguous kernel virtual space.
333 * 333 *
334 * For tight control over page level allocator and protection flags 334 * For tight control over page level allocator and protection flags
335 * use __vmalloc() instead. 335 * use __vmalloc() instead.
@@ -341,12 +341,12 @@ void *vmalloc(unsigned long size)
341EXPORT_SYMBOL(vmalloc); 341EXPORT_SYMBOL(vmalloc);
342 342
343/* 343/*
344 * vzalloc - allocate virtually continguos memory with zero fill 344 * vzalloc - allocate virtually contiguous memory with zero fill
345 * 345 *
346 * @size: allocation size 346 * @size: allocation size
347 * 347 *
348 * Allocate enough pages to cover @size from the page level 348 * Allocate enough pages to cover @size from the page level
349 * allocator and map them into continguos kernel virtual space. 349 * allocator and map them into contiguous kernel virtual space.
350 * The memory allocated is set to zero. 350 * The memory allocated is set to zero.
351 * 351 *
352 * For tight control over page level allocator and protection flags 352 * For tight control over page level allocator and protection flags
@@ -420,7 +420,7 @@ void *vmalloc_exec(unsigned long size)
420 * @size: allocation size 420 * @size: allocation size
421 * 421 *
422 * Allocate enough 32bit PA addressable pages to cover @size from the 422 * Allocate enough 32bit PA addressable pages to cover @size from the
423 * page level allocator and map them into continguos kernel virtual space. 423 * page level allocator and map them into contiguous kernel virtual space.
424 */ 424 */
425void *vmalloc_32(unsigned long size) 425void *vmalloc_32(unsigned long size)
426{ 426{
diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c
index 5c7597191e3f..45eee131c47d 100644
--- a/sound/soc/fsl/fsl_esai.c
+++ b/sound/soc/fsl/fsl_esai.c
@@ -517,7 +517,7 @@ static int fsl_esai_hw_params(struct snd_pcm_substream *substream,
517 u32 bclk, mask, val; 517 u32 bclk, mask, val;
518 int ret; 518 int ret;
519 519
520 /* Override slot_width if being specifially set */ 520 /* Override slot_width if being specifically set */
521 if (esai_priv->slot_width) 521 if (esai_priv->slot_width)
522 slot_width = esai_priv->slot_width; 522 slot_width = esai_priv->slot_width;
523 523
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig
index 30d0109703a9..5185a3844da9 100644
--- a/sound/soc/omap/Kconfig
+++ b/sound/soc/omap/Kconfig
@@ -24,7 +24,7 @@ config SND_OMAP_SOC_HDMI_AUDIO
24 component also under DSS HDMI device. Dummy codec is used as 24 component also under DSS HDMI device. Dummy codec is used as
25 as codec component. The hdmi audio driver implements also 25 as codec component. The hdmi audio driver implements also
26 the card and registers it under its own platform device. 26 the card and registers it under its own platform device.
27 The device for the dirver is registered by OMAPDSS hdmi 27 The device for the driver is registered by OMAPDSS hdmi
28 driver. 28 driver.
29 29
30config SND_OMAP_SOC_N810 30config SND_OMAP_SOC_N810