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

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits)
b43: fix comment typo reqest -> request
Haavard Skinnemoen has left Atmel
cris: typo in mach-fs Makefile
Kconfig: fix copy/paste-ism for dell-wmi-aio driver
doc: timers-howto: fix a typo ("unsgined")
perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c
md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course').
treewide: fix a few typos in comments
regulator: change debug statement be consistent with the style of the rest
Revert "arm: mach-u300/gpio: Fix mem_region resource size miscalculations"
audit: acquire creds selectively to reduce atomic op overhead
rtlwifi: don't touch with treewide double semicolon removal
treewide: cleanup continuations and remove logging message whitespace
ath9k_hw: don't touch with treewide double semicolon removal
include/linux/leds-regulator.h: fix syntax in example code
tty: fix typo in descripton of tty_termios_encode_baud_rate
xtensa: remove obsolete BKL kernel option from defconfig
m68k: fix comment typo 'occcured'
arch:Kconfig.locks Remove unused config option.
treewide: remove extra semicolons
...

+254 -257
+1 -1
CREDITS
··· 328 328 N: Johannes Berg 329 329 E: johannes@sipsolutions.net 330 330 W: http://johannes.sipsolutions.net/ 331 - P: 1024D/9AB78CA5 AD02 0176 4E29 C137 1DF6 08D2 FC44 CF86 9AB7 8CA5 331 + P: 4096R/7BF9099A C0EB C440 F6DA 091C 884D 8532 E0F3 73F3 7BF9 099A 332 332 D: powerpc & 802.11 hacker 333 333 334 334 N: Stephen R. van den Berg (AKA BuGless)
+1 -1
Documentation/devicetree/bindings/powerpc/nintendo/wii.txt
··· 127 127 - reg : should contain the SDHCI registers location and length 128 128 - interrupts : should contain the SDHCI interrupt 129 129 130 - 1.j) The Inter-Processsor Communication (IPC) node 130 + 1.j) The Inter-Processor Communication (IPC) node 131 131 132 132 Represent the Inter-Processor Communication interface. This interface 133 133 enables communications between the Broadway and the Starlet processors.
+1 -1
Documentation/feature-removal-schedule.txt
··· 215 215 What: CONFIG_ACPI_PROCFS_POWER 216 216 When: 2.6.39 217 217 Why: sysfs I/F for ACPI power devices, including AC and Battery, 218 - has been working in upstream kenrel since 2.6.24, Sep 2007. 218 + has been working in upstream kernel since 2.6.24, Sep 2007. 219 219 In 2.6.37, we make the sysfs I/F always built in and this option 220 220 disabled by default. 221 221 Remove this option and the ACPI power procfs interface in 2.6.39.
+1 -1
Documentation/stable_api_nonsense.txt
··· 122 122 123 123 In both of these instances, all developers agreed that these were 124 124 important changes that needed to be made, and they were made, with 125 - relatively little pain. If Linux had to ensure that it preserve a 125 + relatively little pain. If Linux had to ensure that it will preserve a 126 126 stable source interface, a new interface would have been created, and 127 127 the older, broken one would have had to be maintained over time, leading 128 128 to extra work for the USB developers. Since all Linux USB developers do
+2 -2
Documentation/sysctl/vm.txt
··· 481 481 Type(A) is called as "Node" order. Type (B) is "Zone" order. 482 482 483 483 "Node order" orders the zonelists by node, then by zone within each node. 484 - Specify "[Nn]ode" for zone order 484 + Specify "[Nn]ode" for node order 485 485 486 486 "Zone Order" orders the zonelists by zone type, then by node within each 487 - zone. Specify "[Zz]one"for zode order. 487 + zone. Specify "[Zz]one" for zone order. 488 488 489 489 Specify "[Dd]efault" to request automatic configuration. Autoconfiguration 490 490 will select "node" order in following case.
+1 -1
Documentation/timers/timers-howto.txt
··· 24 24 25 25 ndelay(unsigned long nsecs) 26 26 udelay(unsigned long usecs) 27 - mdelay(unsgined long msecs) 27 + mdelay(unsigned long msecs) 28 28 29 29 udelay is the generally preferred API; ndelay-level 30 30 precision may not actually exist on many non-PC devices.
+2 -1
MAINTAINERS
··· 730 730 M: Daniel Ribeiro <drwyrm@gmail.com> 731 731 M: Stefan Schmidt <stefan@openezx.org> 732 732 M: Harald Welte <laforge@openezx.org> 733 - L: openezx-devel@lists.openezx.org (subscribers-only) 733 + L: openezx-devel@lists.openezx.org (moderated for non-subscribers) 734 734 W: http://www.openezx.org/ 735 735 S: Maintained 736 736 T: topgit git://git.openezx.org/openezx.git ··· 6230 6230 M: Jiri Kosina <trivial@kernel.org> 6231 6231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 6232 6232 S: Maintained 6233 + K: ^Subject:.*(?i)trivial 6233 6234 6234 6235 TTY LAYER 6235 6236 M: Greg Kroah-Hartman <gregkh@suse.de>
-3
arch/Kconfig
··· 144 144 config HAVE_DMA_API_DEBUG 145 145 bool 146 146 147 - config HAVE_DEFAULT_NO_SPIN_MUTEXES 148 - bool 149 - 150 147 config HAVE_HW_BREAKPOINT 151 148 bool 152 149 depends on PERF_EVENTS
+1 -1
arch/arm/mach-at91/at91cap9_devices.c
··· 171 171 */ 172 172 usba_udc_data.pdata.vbus_pin = -EINVAL; 173 173 usba_udc_data.pdata.num_ep = ARRAY_SIZE(usba_udc_ep); 174 - memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep));; 174 + memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep)); 175 175 176 176 if (data && data->vbus_pin > 0) { 177 177 at91_set_gpio_input(data->vbus_pin, 0);
+1 -1
arch/arm/mach-at91/at91sam9g45_devices.c
··· 256 256 { 257 257 usba_udc_data.pdata.vbus_pin = -EINVAL; 258 258 usba_udc_data.pdata.num_ep = ARRAY_SIZE(usba_udc_ep); 259 - memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep));; 259 + memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep)); 260 260 261 261 if (data && data->vbus_pin > 0) { 262 262 at91_set_gpio_input(data->vbus_pin, 0);
+1 -1
arch/arm/mach-at91/at91sam9rl_devices.c
··· 145 145 */ 146 146 usba_udc_data.pdata.vbus_pin = -EINVAL; 147 147 usba_udc_data.pdata.num_ep = ARRAY_SIZE(usba_udc_ep); 148 - memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep));; 148 + memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep)); 149 149 150 150 if (data && data->vbus_pin > 0) { 151 151 at91_set_gpio_input(data->vbus_pin, 0);
+1 -1
arch/arm/mach-msm/include/mach/msm_iomap.h
··· 55 55 56 56 #include "msm_iomap-8960.h" 57 57 58 - /* Virtual addressses shared across all MSM targets. */ 58 + /* Virtual addresses shared across all MSM targets. */ 59 59 #define MSM_CSR_BASE IOMEM(0xE0001000) 60 60 #define MSM_QGIC_DIST_BASE IOMEM(0xF0000000) 61 61 #define MSM_QGIC_CPU_BASE IOMEM(0xF0001000)
+1 -1
arch/arm/mach-omap2/control.h
··· 236 236 #define OMAP343X_CONTROL_WKUP_DEBOBS3 (OMAP343X_CONTROL_GENERAL_WKUP + 0x014) 237 237 #define OMAP343X_CONTROL_WKUP_DEBOBS4 (OMAP343X_CONTROL_GENERAL_WKUP + 0x018) 238 238 239 - /* 36xx-only RTA - Retention till Accesss control registers and bits */ 239 + /* 36xx-only RTA - Retention till Access control registers and bits */ 240 240 #define OMAP36XX_CONTROL_MEM_RTA_CTRL 0x40C 241 241 #define OMAP36XX_RTA_DISABLE 0x0 242 242
+1 -1
arch/arm/mach-tegra/tegra2_clocks.c
··· 337 337 const struct clk_mux_sel *sel; 338 338 int shift; 339 339 340 - val = clk_readl(c->reg + SUPER_CLK_MUX);; 340 + val = clk_readl(c->reg + SUPER_CLK_MUX); 341 341 BUG_ON(((val & SUPER_STATE_MASK) != SUPER_STATE_RUN) && 342 342 ((val & SUPER_STATE_MASK) != SUPER_STATE_IDLE)); 343 343 shift = ((val & SUPER_STATE_MASK) == SUPER_STATE_IDLE) ?
+2 -4
arch/arm/mach-ux500/mbox-db5500.c
··· 416 416 dev_dbg(&(mbox->pdev->dev), 417 417 "Resource name: %s start: 0x%X, end: 0x%X\n", 418 418 resource->name, resource->start, resource->end); 419 - mbox->virtbase_peer = 420 - ioremap(resource->start, resource->end - resource->start); 419 + mbox->virtbase_peer = ioremap(resource->start, resource_size(resource)); 421 420 if (!mbox->virtbase_peer) { 422 421 dev_err(&(mbox->pdev->dev), "Unable to ioremap peer mbox\n"); 423 422 mbox = NULL; ··· 439 440 dev_dbg(&(mbox->pdev->dev), 440 441 "Resource name: %s start: 0x%X, end: 0x%X\n", 441 442 resource->name, resource->start, resource->end); 442 - mbox->virtbase_local = 443 - ioremap(resource->start, resource->end - resource->start); 443 + mbox->virtbase_local = ioremap(resource->start, resource_size(resource)); 444 444 if (!mbox->virtbase_local) { 445 445 dev_err(&(mbox->pdev->dev), "Unable to ioremap local mbox\n"); 446 446 mbox = NULL;
-1
arch/arm/plat-iop/time.c
··· 17 17 #include <linux/interrupt.h> 18 18 #include <linux/time.h> 19 19 #include <linux/init.h> 20 - #include <linux/sched.h> 21 20 #include <linux/timex.h> 22 21 #include <linux/sched.h> 23 22 #include <linux/io.h>
+2 -2
arch/arm/plat-mxc/cpufreq.c
··· 153 153 ret = cpufreq_frequency_table_cpuinfo(policy, imx_freq_table); 154 154 155 155 if (ret < 0) { 156 - printk(KERN_ERR "%s: failed to register i.MXC CPUfreq \ 157 - with error code %d\n", __func__, ret); 156 + printk(KERN_ERR "%s: failed to register i.MXC CPUfreq with error code %d\n", 157 + __func__, ret); 158 158 goto err; 159 159 } 160 160
+1 -1
arch/cris/arch-v32/mach-fs/Makefile
··· 4 4 # 5 5 6 6 obj-y := dma.o pinmux.o io.o arbiter.o 7 - bj-$(CONFIG_ETRAX_VCS_SIM) += vcs_hook.o 7 + obj-$(CONFIG_ETRAX_VCS_SIM) += vcs_hook.o 8 8 obj-$(CONFIG_CPU_FREQ) += cpufreq.o 9 9 10 10 clean:
+1 -1
arch/ia64/hp/common/sba_iommu.c
··· 1064 1064 /* 1065 1065 ** Address does not fall w/in IOVA, must be bypassing 1066 1066 */ 1067 - DBG_BYPASS("sba_unmap_single_atttrs() bypass addr: 0x%lx\n", 1067 + DBG_BYPASS("sba_unmap_single_attrs() bypass addr: 0x%lx\n", 1068 1068 iova); 1069 1069 1070 1070 #ifdef ENABLE_MARK_CLEAN
+1 -1
arch/m68k/include/asm/MC68EZ328.h
··· 1047 1047 1048 1048 #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ 1049 1049 #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */ 1050 - #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occcured */ 1050 + #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occurred */ 1051 1051 #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ 1052 1052 #define WATCHDOG_CNT_SHIFT 8 1053 1053
+1 -1
arch/m68k/include/asm/MC68VZ328.h
··· 1143 1143 1144 1144 #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ 1145 1145 #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */ 1146 - #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occcured */ 1146 + #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occurred */ 1147 1147 #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ 1148 1148 #define WATCHDOG_CNT_SHIFT 8 1149 1149
+1 -1
arch/mips/fw/arc/cmdline.c
··· 5 5 * 6 6 * cmdline.c: Kernel command line creation using ARCS argc/argv. 7 7 * 8 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 8 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 9 9 */ 10 10 #include <linux/init.h> 11 11 #include <linux/kernel.h>
+1 -1
arch/mips/fw/arc/env.c
··· 5 5 * 6 6 * env.c: ARCS environment variable routines. 7 7 * 8 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 8 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 9 9 */ 10 10 #include <linux/init.h> 11 11 #include <linux/kernel.h>
+1 -1
arch/mips/fw/arc/identify.c
··· 9 9 * 10 10 * This code is based on arch/mips/sgi/kernel/system.c, which is 11 11 * 12 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 12 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 13 13 */ 14 14 #include <linux/init.h> 15 15 #include <linux/kernel.h>
+1 -1
arch/mips/fw/arc/init.c
··· 5 5 * 6 6 * PROM library initialisation code. 7 7 * 8 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 8 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 9 9 */ 10 10 #include <linux/init.h> 11 11 #include <linux/kernel.h>
+1 -1
arch/mips/fw/arc/misc.c
··· 5 5 * 6 6 * Miscellaneous ARCS PROM routines. 7 7 * 8 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 8 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 9 9 * Copyright (C) 1999 Ralf Baechle (ralf@gnu.org) 10 10 * Copyright (C) 1999 Silicon Graphics, Inc. 11 11 */
+1 -1
arch/mips/fw/arc/salone.c
··· 2 2 * Routines to load into memory and execute stand-along program images using 3 3 * ARCS PROM firmware. 4 4 * 5 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 5 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 6 6 */ 7 7 #include <linux/init.h> 8 8 #include <asm/sgialib.h>
+1 -1
arch/mips/fw/arc/time.c
··· 5 5 * 6 6 * Extracting time information from ARCS prom. 7 7 * 8 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 8 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 9 9 */ 10 10 #include <linux/init.h> 11 11
+1 -1
arch/mips/fw/arc/tree.c
··· 5 5 * 6 6 * PROM component device tree code. 7 7 * 8 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 8 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 9 9 * Copyright (C) 1999 Ralf Baechle (ralf@gnu.org) 10 10 * Copyright (C) 1999 Silicon Graphics, Inc. 11 11 */
+1 -1
arch/mips/include/asm/asmmacro-32.h
··· 1 1 /* 2 2 * asmmacro.h: Assembler macros to make things easier to read. 3 3 * 4 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 4 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 5 5 * Copyright (C) 1998, 1999, 2003 Ralf Baechle 6 6 */ 7 7 #ifndef _ASM_ASMMACRO_32_H
+1 -1
arch/mips/include/asm/asmmacro-64.h
··· 1 1 /* 2 2 * asmmacro.h: Assembler macros to make things easier to read. 3 3 * 4 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 4 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 5 5 * Copyright (C) 1998, 1999 Ralf Baechle 6 6 * Copyright (C) 1999 Silicon Graphics, Inc. 7 7 */
+1 -1
arch/mips/include/asm/cpu.h
··· 2 2 * cpu.h: Values of the PRId register used to match up 3 3 * various MIPS cpu types. 4 4 * 5 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 5 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 6 6 * Copyright (C) 2004 Maciej W. Rozycki 7 7 */ 8 8 #ifndef _ASM_CPU_H
+1 -1
arch/mips/include/asm/r4kcache.h
··· 5 5 * 6 6 * Inline assembly cache operations. 7 7 * 8 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 8 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 9 9 * Copyright (C) 1997 - 2002 Ralf Baechle (ralf@gnu.org) 10 10 * Copyright (C) 2004 Ralf Baechle (ralf@linux-mips.org) 11 11 */
+1 -1
arch/mips/include/asm/sgialib.h
··· 5 5 * 6 6 * SGI ARCS firmware interface library for the Linux kernel. 7 7 * 8 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 8 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 9 9 * Copyright (C) 2001, 2002 Ralf Baechle (ralf@gnu.org) 10 10 */ 11 11 #ifndef _ASM_SGIALIB_H
+1 -1
arch/mips/include/asm/sgiarcs.h
··· 5 5 * 6 6 * ARC firmware interface defines. 7 7 * 8 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 8 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 9 9 * Copyright (C) 1999, 2001 Ralf Baechle (ralf@gnu.org) 10 10 * Copyright (C) 1999 Silicon Graphics, Inc. 11 11 */
+1 -1
arch/mips/kernel/octeon_switch.S
··· 4 4 * for more details. 5 5 * 6 6 * Copyright (C) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle 7 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 7 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 8 8 * Copyright (C) 1994, 1995, 1996, by Andreas Busse 9 9 * Copyright (C) 1999 Silicon Graphics, Inc. 10 10 * Copyright (C) 2000 MIPS Technologies, Inc.
+1 -1
arch/mips/kernel/r2300_fpu.S
··· 6 6 * Copyright (C) 1996, 1998 by Ralf Baechle 7 7 * 8 8 * Multi-arch abstraction and asm macros for easier reading: 9 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 9 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 10 10 * 11 11 * Further modifications to make this work: 12 12 * Copyright (c) 1998 Harald Koerfgen
+1 -1
arch/mips/kernel/r2300_switch.S
··· 5 5 * Copyright (C) 1994, 1995, 1996 by Andreas Busse 6 6 * 7 7 * Multi-cpu abstraction and macros for easier reading: 8 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 8 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 9 9 * 10 10 * Further modifications to make this work: 11 11 * Copyright (c) 1998-2000 Harald Koerfgen
+1 -1
arch/mips/kernel/r4k_fpu.S
··· 6 6 * Copyright (C) 1996, 98, 99, 2000, 01 Ralf Baechle 7 7 * 8 8 * Multi-arch abstraction and asm macros for easier reading: 9 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 9 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 10 10 * 11 11 * Carsten Langgaard, carstenl@mips.com 12 12 * Copyright (C) 2000 MIPS Technologies, Inc.
+1 -1
arch/mips/kernel/r4k_switch.S
··· 4 4 * for more details. 5 5 * 6 6 * Copyright (C) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle 7 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 7 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 8 8 * Copyright (C) 1994, 1995, 1996, by Andreas Busse 9 9 * Copyright (C) 1999 Silicon Graphics, Inc. 10 10 * Copyright (C) 2000 MIPS Technologies, Inc.
+1 -1
arch/mips/kernel/r6000_fpu.S
··· 8 8 * Copyright (C) 1996 by Ralf Baechle 9 9 * 10 10 * Multi-arch abstraction and asm macros for easier reading: 11 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 11 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 12 12 */ 13 13 #include <asm/asm.h> 14 14 #include <asm/fpregdef.h>
+1 -1
arch/mips/mm/c-r3k.c
··· 1 1 /* 2 2 * r2300.c: R2000 and R3000 specific mmu/cache code. 3 3 * 4 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 4 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 5 5 * 6 6 * with a lot of changes to make this thing work for R3000s 7 7 * Tx39XX R4k style caches added. HK
+1 -1
arch/mips/mm/c-r4k.c
··· 3 3 * License. See the file "COPYING" in the main directory of this archive 4 4 * for more details. 5 5 * 6 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 6 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 7 7 * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Ralf Baechle (ralf@gnu.org) 8 8 * Copyright (C) 1999, 2000 Silicon Graphics, Inc. 9 9 */
+1 -1
arch/mips/mm/c-tx39.c
··· 1 1 /* 2 2 * r2300.c: R2000 and R3000 specific mmu/cache code. 3 3 * 4 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 4 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 5 5 * 6 6 * with a lot of changes to make this thing work for R3000s 7 7 * Tx39XX R4k style caches added. HK
+1 -1
arch/mips/mm/sc-ip22.c
··· 2 2 * sc-ip22.c: Indy cache management functions. 3 3 * 4 4 * Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org), 5 - * derived from r4xx0.c by David S. Miller (dm@engr.sgi.com). 5 + * derived from r4xx0.c by David S. Miller (davem@davemloft.net). 6 6 */ 7 7 #include <linux/init.h> 8 8 #include <linux/kernel.h>
+1 -1
arch/mips/mm/sc-r5k.c
··· 1 1 /* 2 2 * Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org), 3 - * derived from r4xx0.c by David S. Miller (dm@engr.sgi.com). 3 + * derived from r4xx0.c by David S. Miller (davem@davemloft.net). 4 4 */ 5 5 #include <linux/init.h> 6 6 #include <linux/kernel.h>
+1 -1
arch/mips/mm/tlb-r3k.c
··· 1 1 /* 2 2 * r2300.c: R2000 and R3000 specific mmu/cache code. 3 3 * 4 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 4 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 5 5 * 6 6 * with a lot of changes to make this thing work for R3000s 7 7 * Tx39XX R4k style caches added. HK
+1 -1
arch/mips/mm/tlb-r4k.c
··· 3 3 * License. See the file "COPYING" in the main directory of this archive 4 4 * for more details. 5 5 * 6 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 6 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 7 7 * Copyright (C) 1997, 1998, 1999, 2000 Ralf Baechle ralf@gnu.org 8 8 * Carsten Langgaard, carstenl@mips.com 9 9 * Copyright (C) 2002 MIPS Technologies, Inc. All rights reserved.
+1 -1
arch/mips/mm/tlb-r8k.c
··· 3 3 * License. See the file "COPYING" in the main directory of this archive 4 4 * for more details. 5 5 * 6 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 6 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 7 7 * Copyright (C) 1997, 1998, 1999, 2000 Ralf Baechle ralf@gnu.org 8 8 * Carsten Langgaard, carstenl@mips.com 9 9 * Copyright (C) 2002 MIPS Technologies, Inc. All rights reserved.
+1 -1
arch/mips/sgi-ip22/ip22-hpc.c
··· 1 1 /* 2 2 * ip22-hpc.c: Routines for generic manipulation of the HPC controllers. 3 3 * 4 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 4 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 5 5 * Copyright (C) 1998 Ralf Baechle 6 6 */ 7 7
+1 -1
arch/mips/sgi-ip22/ip22-int.c
··· 2 2 * ip22-int.c: Routines for generic manipulation of the INT[23] ASIC 3 3 * found on INDY and Indigo2 workstations. 4 4 * 5 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 5 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 6 6 * Copyright (C) 1997, 1998 Ralf Baechle (ralf@gnu.org) 7 7 * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) 8 8 * - Indigo2 changes
+1 -1
arch/mips/sgi-ip22/ip22-mc.c
··· 1 1 /* 2 2 * ip22-mc.c: Routines for manipulating SGI Memory Controller. 3 3 * 4 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 4 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 5 5 * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) - Indigo2 changes 6 6 * Copyright (C) 2003 Ladislav Michl (ladis@linux-mips.org) 7 7 * Copyright (C) 2004 Peter Fuerst (pf@net.alphadv.de) - IP28
+1 -1
arch/mips/sgi-ip22/ip22-setup.c
··· 1 1 /* 2 2 * ip22-setup.c: SGI specific setup, including init of the feature struct. 3 3 * 4 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 4 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 5 5 * Copyright (C) 1997, 1998 Ralf Baechle (ralf@gnu.org) 6 6 */ 7 7 #include <linux/init.h>
+1 -1
arch/powerpc/include/asm/pte-hash64-64k.h
··· 22 22 #define _PAGE_HASHPTE _PAGE_HPTE_SUB 23 23 24 24 /* Note the full page bits must be in the same location as for normal 25 - * 4k pages as the same asssembly will be used to insert 64K pages 25 + * 4k pages as the same assembly will be used to insert 64K pages 26 26 * wether the kernel has CONFIG_PPC_64K_PAGES or not 27 27 */ 28 28 #define _PAGE_F_SECOND 0x00008000 /* full page: hidx bits */
+1 -1
arch/powerpc/kernel/kgdb.c
··· 142 142 return 0; 143 143 144 144 /* 145 - * On Book E and perhaps other processsors, singlestep is handled on 145 + * On Book E and perhaps other processors, singlestep is handled on 146 146 * the critical exception stack. This causes current_thread_info() 147 147 * to fail, since it it locates the thread_info by masking off 148 148 * the low bits of the current stack pointer. We work around
+1 -1
arch/s390/hypfs/hypfs.h
··· 47 47 void *buf; 48 48 void *buf_free_ptr; 49 49 size_t size; 50 - struct hypfs_dbfs_file *dbfs_file;; 50 + struct hypfs_dbfs_file *dbfs_file; 51 51 struct kref kref; 52 52 }; 53 53
+1 -1
arch/um/drivers/mmapper_kern.c
··· 116 116 if (err) { 117 117 printk(KERN_ERR "mmapper - misc_register failed, err = %d\n", 118 118 err); 119 - return err;; 119 + return err; 120 120 } 121 121 return 0; 122 122 }
+1 -1
arch/x86/xen/pci-swiotlb-xen.c
··· 36 36 37 37 /* If running as PV guest, either iommu=soft, or swiotlb=force will 38 38 * activate this IOMMU. If running as PV privileged, activate it 39 - * irregardlesss. 39 + * irregardless. 40 40 */ 41 41 if ((xen_initial_domain() || swiotlb || swiotlb_force) && 42 42 (xen_pv_domain()))
-1
arch/xtensa/configs/s6105_defconfig
··· 23 23 # 24 24 CONFIG_EXPERIMENTAL=y 25 25 CONFIG_BROKEN_ON_SMP=y 26 - CONFIG_LOCK_KERNEL=y 27 26 CONFIG_INIT_ENV_ARG_LIMIT=32 28 27 CONFIG_LOCALVERSION="" 29 28 CONFIG_LOCALVERSION_AUTO=y
+1 -1
drivers/acpi/acpica/utresrc.c
··· 50 50 #if defined(ACPI_DISASSEMBLER) || defined (ACPI_DEBUGGER) 51 51 /* 52 52 * Strings used to decode resource descriptors. 53 - * Used by both the disasssembler and the debugger resource dump routines 53 + * Used by both the disassembler and the debugger resource dump routines 54 54 */ 55 55 const char *acpi_gbl_bm_decode[] = { 56 56 "NotBusMaster",
+1 -1
drivers/acpi/video.c
··· 1521 1521 acpi_bus_generate_proc_event(device, event, 0); 1522 1522 keycode = KEY_BRIGHTNESSDOWN; 1523 1523 break; 1524 - case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS: /* zero brightnesss */ 1524 + case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS: /* zero brightness */ 1525 1525 if (brightness_switch_enabled) 1526 1526 acpi_video_switch_brightness(video_device, event); 1527 1527 acpi_bus_generate_proc_event(device, event, 0);
+4 -5
drivers/base/memory.c
··· 389 389 ret = add_memory(nid, phys_addr, 390 390 PAGES_PER_SECTION << PAGE_SHIFT); 391 391 if (ret) 392 - break; 392 + goto out; 393 393 394 394 phys_addr += MIN_MEMORY_BLOCK_SIZE; 395 395 } 396 396 397 - if (ret) 398 - count = ret; 399 - 400 - return count; 397 + ret = count; 398 + out: 399 + return ret; 401 400 } 402 401 static CLASS_ATTR(probe, S_IWUSR, NULL, memory_probe_store); 403 402
+3 -3
drivers/dma/dmatest.c
··· 56 56 57 57 static int timeout = 3000; 58 58 module_param(timeout, uint, S_IRUGO); 59 - MODULE_PARM_DESC(timeout, "Transfer Timeout in msec (default: 3000), \ 60 - Pass -1 for infinite timeout"); 59 + MODULE_PARM_DESC(timeout, "Transfer Timeout in msec (default: 3000), " 60 + "Pass -1 for infinite timeout"); 61 61 62 62 /* 63 63 * Initialization patterns. All bytes in the source buffer has bit 7 ··· 634 634 } 635 635 module_exit(dmatest_exit); 636 636 637 - MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>"); 637 + MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); 638 638 MODULE_LICENSE("GPL v2");
+1 -1
drivers/dma/dw_dmac.c
··· 1486 1486 1487 1487 MODULE_LICENSE("GPL v2"); 1488 1488 MODULE_DESCRIPTION("Synopsys DesignWare DMA Controller driver"); 1489 - MODULE_AUTHOR("Haavard Skinnemoen <haavard.skinnemoen@atmel.com>"); 1489 + MODULE_AUTHOR("Haavard Skinnemoen (Atmel)");
+1 -1
drivers/firmware/efivars.c
··· 321 321 322 322 /* 323 323 * Generic read/write functions that call the specific functions of 324 - * the atttributes... 324 + * the attributes... 325 325 */ 326 326 static ssize_t efivar_attr_show(struct kobject *kobj, struct attribute *attr, 327 327 char *buf)
+2 -2
drivers/firmware/iscsi_ibft.c
··· 87 87 #define IBFT_ISCSI_VERSION "0.5.0" 88 88 #define IBFT_ISCSI_DATE "2010-Feb-25" 89 89 90 - MODULE_AUTHOR("Peter Jones <pjones@redhat.com> and \ 91 - Konrad Rzeszutek <ketuzsezr@darnok.org>"); 90 + MODULE_AUTHOR("Peter Jones <pjones@redhat.com> and " 91 + "Konrad Rzeszutek <ketuzsezr@darnok.org>"); 92 92 MODULE_DESCRIPTION("sysfs interface to BIOS iBFT information"); 93 93 MODULE_LICENSE("GPL"); 94 94 MODULE_VERSION(IBFT_ISCSI_VERSION);
+3 -4
drivers/gpio/ab8500-gpio.c
··· 482 482 483 483 ret = gpiochip_remove(&ab8500_gpio->chip); 484 484 if (ret < 0) { 485 - dev_err(ab8500_gpio->dev, "unable to remove gpiochip:\ 486 - %d\n", ret); 485 + dev_err(ab8500_gpio->dev, "unable to remove gpiochip: %d\n", 486 + ret); 487 487 return ret; 488 488 } 489 489 ··· 516 516 module_exit(ab8500_gpio_exit); 517 517 518 518 MODULE_AUTHOR("BIBEK BASU <bibek.basu@stericsson.com>"); 519 - MODULE_DESCRIPTION("Driver allows to use AB8500 unused pins\ 520 - to be used as GPIO"); 519 + MODULE_DESCRIPTION("Driver allows to use AB8500 unused pins to be used as GPIO"); 521 520 MODULE_ALIAS("AB8500 GPIO driver"); 522 521 MODULE_LICENSE("GPL v2");
+1 -1
drivers/gpio/langwell_gpio.c
··· 122 122 lnw_gpio_set(chip, offset, value); 123 123 spin_lock_irqsave(&lnw->lock, flags); 124 124 value = readl(gpdr); 125 - value |= BIT(offset % 32);; 125 + value |= BIT(offset % 32); 126 126 writel(value, gpdr); 127 127 spin_unlock_irqrestore(&lnw->lock, flags); 128 128 return 0;
+1 -1
drivers/gpu/drm/radeon/radeon_fence.c
··· 322 322 323 323 *fence = NULL; 324 324 if (tmp) { 325 - kref_put(&tmp->kref, &radeon_fence_destroy); 325 + kref_put(&tmp->kref, radeon_fence_destroy); 326 326 } 327 327 } 328 328
+1 -1
drivers/gpu/drm/radeon/radeon_ring.c
··· 194 194 r = radeon_bo_kmap(rdev->ib_pool.robj, &ptr); 195 195 radeon_bo_unreserve(rdev->ib_pool.robj); 196 196 if (r) { 197 - DRM_ERROR("radeon: failed to map ib poll (%d).\n", r); 197 + DRM_ERROR("radeon: failed to map ib pool (%d).\n", r); 198 198 return r; 199 199 } 200 200 for (i = 0; i < RADEON_IB_POOL_SIZE; i++) {
+1 -1
drivers/gpu/drm/ttm/ttm_object.c
··· 206 206 */ 207 207 208 208 write_lock(&tdev->object_lock); 209 - (void)kref_put(&base->refcount, &ttm_release_base); 209 + kref_put(&base->refcount, ttm_release_base); 210 210 write_unlock(&tdev->object_lock); 211 211 } 212 212 EXPORT_SYMBOL(ttm_base_object_unref);
+1 -1
drivers/i2c/busses/i2c-gpio.c
··· 219 219 } 220 220 module_exit(i2c_gpio_exit); 221 221 222 - MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>"); 222 + MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); 223 223 MODULE_DESCRIPTION("Platform-independent bitbanging I2C driver"); 224 224 MODULE_LICENSE("GPL"); 225 225 MODULE_ALIAS("platform:i2c-gpio");
+1 -1
drivers/leds/leds-mc13783.c
··· 235 235 MC13783_LED_Cx_PERIOD; 236 236 237 237 if (pdata->flags & MC13783_LED_TRIODE_TC3) 238 - reg |= MC13783_LED_Cx_TRIODE_TC_BIT;; 238 + reg |= MC13783_LED_Cx_TRIODE_TC_BIT; 239 239 240 240 ret = mc13783_reg_write(dev, MC13783_REG_LED_CONTROL_5, reg); 241 241 if (ret)
+2 -2
drivers/macintosh/therm_pm72.c
··· 44 44 * TODO: - Check MPU structure version/signature 45 45 * - Add things like /sbin/overtemp for non-critical 46 46 * overtemp conditions so userland can take some policy 47 - * decisions, like slewing down CPUs 47 + * decisions, like slowing down CPUs 48 48 * - Deal with fan and i2c failures in a better way 49 49 * - Maybe do a generic PID based on params used for 50 50 * U3 and Drives ? Definitely need to factor code a bit 51 - * bettter... also make sensor detection more robust using 51 + * better... also make sensor detection more robust using 52 52 * the device-tree to probe for them 53 53 * - Figure out how to get the slots consumption and set the 54 54 * slots fan accordingly
+1 -1
drivers/md/raid5.c
··· 3958 3958 /* spinlock is needed as reshape_progress may be 3959 3959 * 64bit on a 32bit platform, and so it might be 3960 3960 * possible to see a half-updated value 3961 - * Ofcourse reshape_progress could change after 3961 + * Of course reshape_progress could change after 3962 3962 * the lock is dropped, so once we get a reference 3963 3963 * to the stripe that we think it is, we will have 3964 3964 * to check again.
+1 -1
drivers/media/dvb/dvb-usb/dw2102.c
··· 1377 1377 { 0x0f, KEY_BLUE }, /* bottom yellow button */ 1378 1378 { 0x14, KEY_AUDIO }, /* Snapshot */ 1379 1379 { 0x38, KEY_TV }, /* TV/Radio */ 1380 - { 0x0c, KEY_ESC } /* upper Red buttton */ 1380 + { 0x0c, KEY_ESC } /* upper Red button */ 1381 1381 }; 1382 1382 1383 1383 static struct rc_map_dvb_usb_table_table keys_tables[] = {
+1 -1
drivers/media/video/msp3400-driver.c
··· 96 96 MODULE_PARM_DESC(stereo_threshold, "Sets signal threshold to activate stereo"); 97 97 MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect"); 98 98 MODULE_PARM_DESC(amsound, "Hardwire AM sound at 6.5Hz (France), FM can autoscan"); 99 - MODULE_PARM_DESC(dolby, "Activates Dolby processsing"); 99 + MODULE_PARM_DESC(dolby, "Activates Dolby processing"); 100 100 101 101 /* ---------------------------------------------------------------------- */ 102 102
+1 -1
drivers/media/video/saa7164/saa7164-encoder.c
··· 177 177 } 178 178 } 179 179 180 - /* Allocate some kenrel kernel buffers for copying 180 + /* Allocate some kernel buffers for copying 181 181 * to userpsace. 182 182 */ 183 183 len = params->numberoflines * params->pitch;
+1 -1
drivers/media/video/saa7164/saa7164-vbi.c
··· 148 148 } 149 149 } 150 150 151 - /* Allocate some kenrel kernel buffers for copying 151 + /* Allocate some kernel buffers for copying 152 152 * to userpsace. 153 153 */ 154 154 len = params->numberoflines * params->pitch;
+3 -2
drivers/media/video/usbvision/usbvision-video.c
··· 70 70 #include "usbvision.h" 71 71 #include "usbvision-cards.h" 72 72 73 - #define DRIVER_AUTHOR "Joerg Heckenbach <joerg@heckenbach-aw.de>, \ 74 - Dwaine Garden <DwaineGarden@rogers.com>" 73 + #define DRIVER_AUTHOR \ 74 + "Joerg Heckenbach <joerg@heckenbach-aw.de>, " \ 75 + "Dwaine Garden <DwaineGarden@rogers.com>" 75 76 #define DRIVER_NAME "usbvision" 76 77 #define DRIVER_ALIAS "USBVision" 77 78 #define DRIVER_DESC "USBVision USB Video Device Driver for Linux"
+10 -12
drivers/message/fusion/mptbase.c
··· 83 83 84 84 static int mpt_msi_enable_spi; 85 85 module_param(mpt_msi_enable_spi, int, 0); 86 - MODULE_PARM_DESC(mpt_msi_enable_spi, " Enable MSI Support for SPI \ 87 - controllers (default=0)"); 86 + MODULE_PARM_DESC(mpt_msi_enable_spi, 87 + " Enable MSI Support for SPI controllers (default=0)"); 88 88 89 89 static int mpt_msi_enable_fc; 90 90 module_param(mpt_msi_enable_fc, int, 0); 91 - MODULE_PARM_DESC(mpt_msi_enable_fc, " Enable MSI Support for FC \ 92 - controllers (default=0)"); 91 + MODULE_PARM_DESC(mpt_msi_enable_fc, 92 + " Enable MSI Support for FC controllers (default=0)"); 93 93 94 94 static int mpt_msi_enable_sas; 95 95 module_param(mpt_msi_enable_sas, int, 0); 96 - MODULE_PARM_DESC(mpt_msi_enable_sas, " Enable MSI Support for SAS \ 97 - controllers (default=0)"); 98 - 96 + MODULE_PARM_DESC(mpt_msi_enable_sas, 97 + " Enable MSI Support for SAS controllers (default=0)"); 99 98 100 99 static int mpt_channel_mapping; 101 100 module_param(mpt_channel_mapping, int, 0); ··· 104 105 static int mpt_set_debug_level(const char *val, struct kernel_param *kp); 105 106 module_param_call(mpt_debug_level, mpt_set_debug_level, param_get_int, 106 107 &mpt_debug_level, 0600); 107 - MODULE_PARM_DESC(mpt_debug_level, " debug level - refer to mptdebug.h \ 108 - - (default=0)"); 108 + MODULE_PARM_DESC(mpt_debug_level, 109 + " debug level - refer to mptdebug.h - (default=0)"); 109 110 110 111 int mpt_fwfault_debug; 111 112 EXPORT_SYMBOL(mpt_fwfault_debug); 112 113 module_param(mpt_fwfault_debug, int, 0600); 113 - MODULE_PARM_DESC(mpt_fwfault_debug, "Enable detection of Firmware fault" 114 - " and halt Firmware on fault - (default=0)"); 115 - 114 + MODULE_PARM_DESC(mpt_fwfault_debug, 115 + "Enable detection of Firmware fault and halt Firmware on fault - (default=0)"); 116 116 117 117 static char MptCallbacksName[MPT_MAX_PROTOCOL_DRIVERS][50]; 118 118
+1 -1
drivers/message/i2o/README.ioctl
··· 110 110 ENOBUFS Buffer not large enough. If this occurs, the required 111 111 buffer length is written into *(lct->reslen) 112 112 113 - VI. Settting Parameters 113 + VI. Setting Parameters 114 114 115 115 SYNOPSIS 116 116
+4 -4
drivers/misc/bh1780gli.c
··· 49 49 int ret = i2c_smbus_write_byte_data(ddata->client, reg, val); 50 50 if (ret < 0) 51 51 dev_err(&ddata->client->dev, 52 - "i2c_smbus_write_byte_data failed error %d\ 53 - Register (%s)\n", ret, msg); 52 + "i2c_smbus_write_byte_data failed error %d Register (%s)\n", 53 + ret, msg); 54 54 return ret; 55 55 } 56 56 ··· 59 59 int ret = i2c_smbus_read_byte_data(ddata->client, reg); 60 60 if (ret < 0) 61 61 dev_err(&ddata->client->dev, 62 - "i2c_smbus_read_byte_data failed error %d\ 63 - Register (%s)\n", ret, msg); 62 + "i2c_smbus_read_byte_data failed error %d Register (%s)\n", 63 + ret, msg); 64 64 return ret; 65 65 } 66 66
+2 -2
drivers/misc/cs5535-mfgpt.c
··· 329 329 return err; 330 330 } 331 331 332 - static struct platform_driver cs5535_mfgpt_drv = { 332 + static struct platform_driver cs5535_mfgpt_driver = { 333 333 .driver = { 334 334 .name = DRV_NAME, 335 335 .owner = THIS_MODULE, ··· 340 340 341 341 static int __init cs5535_mfgpt_init(void) 342 342 { 343 - return platform_driver_register(&cs5535_mfgpt_drv); 343 + return platform_driver_register(&cs5535_mfgpt_driver); 344 344 } 345 345 346 346 module_init(cs5535_mfgpt_init);
+1 -1
drivers/misc/ibmasm/ibmasmfs.c
··· 29 29 30 30 /* 31 31 * The IBMASM file virtual filesystem. It creates the following hierarchy 32 - * dymamically when mounted from user space: 32 + * dynamically when mounted from user space: 33 33 * 34 34 * /ibmasm 35 35 * |-- 0
+2 -2
drivers/misc/spear13xx_pcie_gadget.c
··· 787 787 788 788 status = request_irq(irq, spear_pcie_gadget_irq, 0, pdev->name, NULL); 789 789 if (status) { 790 - dev_err(&pdev->dev, "pcie gadget interrupt IRQ%d already \ 791 - claimed\n", irq); 790 + dev_err(&pdev->dev, 791 + "pcie gadget interrupt IRQ%d already claimed\n", irq); 792 792 goto err_iounmap; 793 793 } 794 794
+1 -1
drivers/mmc/host/atmel-mci.c
··· 1899 1899 module_exit(atmci_exit); 1900 1900 1901 1901 MODULE_DESCRIPTION("Atmel Multimedia Card Interface driver"); 1902 - MODULE_AUTHOR("Haavard Skinnemoen <haavard.skinnemoen@atmel.com>"); 1902 + MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); 1903 1903 MODULE_LICENSE("GPL v2");
+3 -2
drivers/net/atlx/atl1.c
··· 83 83 #include "atl1.h" 84 84 85 85 #define ATLX_DRIVER_VERSION "2.1.3" 86 - MODULE_AUTHOR("Xiong Huang <xiong.huang@atheros.com>, \ 87 - Chris Snook <csnook@redhat.com>, Jay Cliburn <jcliburn@gmail.com>"); 86 + MODULE_AUTHOR("Xiong Huang <xiong.huang@atheros.com>, " 87 + "Chris Snook <csnook@redhat.com>, " 88 + "Jay Cliburn <jcliburn@gmail.com>"); 88 89 MODULE_LICENSE("GPL"); 89 90 MODULE_VERSION(ATLX_DRIVER_VERSION); 90 91
+1 -1
drivers/net/can/pch_can.c
··· 653 653 u16 data_reg; 654 654 655 655 do { 656 - /* Reading the messsage object from the Message RAM */ 656 + /* Reading the message object from the Message RAM */ 657 657 iowrite32(PCH_CMASK_RX_TX_GET, &priv->regs->ifregs[0].cmask); 658 658 pch_can_rw_msg_obj(&priv->regs->ifregs[0].creq, obj_num); 659 659
+1 -1
drivers/net/can/softing/softing_main.c
··· 797 797 ret = -EINVAL; 798 798 pres = platform_get_resource(pdev, IORESOURCE_MEM, 0); 799 799 if (!pres) 800 - goto platform_resource_failed;; 800 + goto platform_resource_failed; 801 801 card->dpram_phys = pres->start; 802 802 card->dpram_size = pres->end - pres->start + 1; 803 803 card->dpram = ioremap_nocache(card->dpram_phys, card->dpram_size);
+1 -1
drivers/net/irda/ali-ircc.c
··· 1800 1800 MessageCount = inb(iobase+ FIR_LSR)&0x07; 1801 1801 1802 1802 if (MessageCount > 0) 1803 - IRDA_DEBUG(0, "%s(), Messsage count = %d,\n", __func__ , MessageCount); 1803 + IRDA_DEBUG(0, "%s(), Message count = %d,\n", __func__ , MessageCount); 1804 1804 1805 1805 for (i=0; i<=MessageCount; i++) 1806 1806 {
+1 -1
drivers/net/macb.c
··· 1356 1356 1357 1357 MODULE_LICENSE("GPL"); 1358 1358 MODULE_DESCRIPTION("Atmel MACB Ethernet driver"); 1359 - MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>"); 1359 + MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); 1360 1360 MODULE_ALIAS("platform:macb");
+1 -1
drivers/net/s2io.c
··· 7163 7163 /* As per the HW requirement we need to replenish the 7164 7164 * receive buffer to avoid the ring bump. Since there is 7165 7165 * no intention of processing the Rx frame at this pointwe are 7166 - * just settting the ownership bit of rxd in Each Rx 7166 + * just setting the ownership bit of rxd in Each Rx 7167 7167 * ring to HW and set the appropriate buffer size 7168 7168 * based on the ring mode 7169 7169 */
+1 -1
drivers/net/sgiseeq.c
··· 1 1 /* 2 2 * sgiseeq.c: Seeq8003 ethernet driver for SGI machines. 3 3 * 4 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 4 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 5 5 */ 6 6 7 7 #undef DEBUG
+1 -1
drivers/net/sgiseeq.h
··· 1 1 /* 2 2 * sgiseeq.h: Defines for the Seeq8003 ethernet controller. 3 3 * 4 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 4 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 5 5 */ 6 6 #ifndef _SGISEEQ_H 7 7 #define _SGISEEQ_H
+1 -1
drivers/net/ucc_geth_ethtool.c
··· 6 6 * Author: Li Yang <leoli@freescale.com> 7 7 * 8 8 * Limitation: 9 - * Can only get/set setttings of the first queue. 9 + * Can only get/set settings of the first queue. 10 10 * Need to re-open the interface manually after changing some parameters. 11 11 * 12 12 * This program is free software; you can redistribute it and/or modify it
+1 -1
drivers/net/usb/usbnet.c
··· 109 109 110 110 /* take the first altsetting with in-bulk + out-bulk; 111 111 * remember any status endpoint, just in case; 112 - * ignore other endpoints and altsetttings. 112 + * ignore other endpoints and altsettings. 113 113 */ 114 114 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) { 115 115 struct usb_host_endpoint *e;
+1 -1
drivers/net/wan/pc300_drv.c
··· 1445 1445 * Description: In the remote loopback mode the clock and data recovered 1446 1446 * from the line inputs RL1/2 or RDIP/RDIN are routed back 1447 1447 * to the line outputs XL1/2 or XDOP/XDON via the analog 1448 - * transmitter. As in normal mode they are processsed by 1448 + * transmitter. As in normal mode they are processed by 1449 1449 * the synchronizer and then sent to the system interface. 1450 1450 *---------------------------------------------------------------------------- 1451 1451 */
+14 -13
drivers/net/wireless/airo.c
··· 242 242 static int proc_perm = 0644; 243 243 244 244 MODULE_AUTHOR("Benjamin Reed"); 245 - MODULE_DESCRIPTION("Support for Cisco/Aironet 802.11 wireless ethernet \ 246 - cards. Direct support for ISA/PCI/MPI cards and support \ 247 - for PCMCIA when used with airo_cs."); 245 + MODULE_DESCRIPTION("Support for Cisco/Aironet 802.11 wireless ethernet cards. " 246 + "Direct support for ISA/PCI/MPI cards and support for PCMCIA when used with airo_cs."); 248 247 MODULE_LICENSE("Dual BSD/GPL"); 249 248 MODULE_SUPPORTED_DEVICE("Aironet 4500, 4800 and Cisco 340/350"); 250 249 module_param_array(io, int, NULL, 0); ··· 251 252 module_param_array(rates, int, NULL, 0); 252 253 module_param_array(ssids, charp, NULL, 0); 253 254 module_param(auto_wep, int, 0); 254 - MODULE_PARM_DESC(auto_wep, "If non-zero, the driver will keep looping through \ 255 - the authentication options until an association is made. The value of \ 256 - auto_wep is number of the wep keys to check. A value of 2 will try using \ 257 - the key at index 0 and index 1."); 255 + MODULE_PARM_DESC(auto_wep, 256 + "If non-zero, the driver will keep looping through the authentication options until an association is made. " 257 + "The value of auto_wep is number of the wep keys to check. " 258 + "A value of 2 will try using the key at index 0 and index 1."); 258 259 module_param(aux_bap, int, 0); 259 - MODULE_PARM_DESC(aux_bap, "If non-zero, the driver will switch into a mode \ 260 - than seems to work better for older cards with some older buses. Before \ 261 - switching it checks that the switch is needed."); 260 + MODULE_PARM_DESC(aux_bap, 261 + "If non-zero, the driver will switch into a mode that seems to work better for older cards with some older buses. " 262 + "Before switching it checks that the switch is needed."); 262 263 module_param(maxencrypt, int, 0); 263 - MODULE_PARM_DESC(maxencrypt, "The maximum speed that the card can do \ 264 - encryption. Units are in 512kbs. Zero (default) means there is no limit. \ 265 - Older cards used to be limited to 2mbs (4)."); 264 + MODULE_PARM_DESC(maxencrypt, 265 + "The maximum speed that the card can do encryption. " 266 + "Units are in 512kbs. " 267 + "Zero (default) means there is no limit. " 268 + "Older cards used to be limited to 2mbs (4)."); 266 269 module_param(adhoc, int, 0); 267 270 MODULE_PARM_DESC(adhoc, "If non-zero, the card will start in adhoc mode."); 268 271 module_param(probe, int, 0);
+4 -4
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
··· 3327 3327 else 3328 3328 cptr = AR9300_BASE_ADDR; 3329 3329 ath_dbg(common, ATH_DBG_EEPROM, 3330 - "Trying EEPROM accesss at Address 0x%04x\n", cptr); 3330 + "Trying EEPROM access at Address 0x%04x\n", cptr); 3331 3331 if (ar9300_check_eeprom_header(ah, read, cptr)) 3332 3332 goto found; 3333 3333 3334 3334 cptr = AR9300_BASE_ADDR_512; 3335 3335 ath_dbg(common, ATH_DBG_EEPROM, 3336 - "Trying EEPROM accesss at Address 0x%04x\n", cptr); 3336 + "Trying EEPROM access at Address 0x%04x\n", cptr); 3337 3337 if (ar9300_check_eeprom_header(ah, read, cptr)) 3338 3338 goto found; 3339 3339 3340 3340 read = ar9300_read_otp; 3341 3341 cptr = AR9300_BASE_ADDR; 3342 3342 ath_dbg(common, ATH_DBG_EEPROM, 3343 - "Trying OTP accesss at Address 0x%04x\n", cptr); 3343 + "Trying OTP access at Address 0x%04x\n", cptr); 3344 3344 if (ar9300_check_eeprom_header(ah, read, cptr)) 3345 3345 goto found; 3346 3346 3347 3347 cptr = AR9300_BASE_ADDR_512; 3348 3348 ath_dbg(common, ATH_DBG_EEPROM, 3349 - "Trying OTP accesss at Address 0x%04x\n", cptr); 3349 + "Trying OTP access at Address 0x%04x\n", cptr); 3350 3350 if (ar9300_check_eeprom_header(ah, read, cptr)) 3351 3351 goto found; 3352 3352
+2 -2
drivers/net/wireless/b43/b43.h
··· 648 648 char errors[B43_NR_FWTYPES][128]; 649 649 /* Temporary buffer for storing the firmware name. */ 650 650 char fwname[64]; 651 - /* A fatal error occurred while requesting. Firmware reqest 652 - * can not continue, as any other reqest will also fail. */ 651 + /* A fatal error occurred while requesting. Firmware request 652 + * can not continue, as any other request will also fail. */ 653 653 int fatal_failure; 654 654 }; 655 655
+1 -1
drivers/net/wireless/ipw2x00/ipw2200.c
··· 7430 7430 priv->assoc_request.capability &= 7431 7431 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); 7432 7432 7433 - IPW_DEBUG_ASSOC("%sssocation attempt: '%s', channel %d, " 7433 + IPW_DEBUG_ASSOC("%ssociation attempt: '%s', channel %d, " 7434 7434 "802.11%c [%d], %s[:%s], enc=%s%s%s%c%c\n", 7435 7435 roaming ? "Rea" : "A", 7436 7436 print_ssid(ssid, priv->essid, priv->essid_len),
+2 -2
drivers/net/wireless/iwlegacy/iwl-4965-calib.c
··· 713 713 iwl4965_find_first_chain(priv->cfg->valid_tx_ant); 714 714 data->disconn_array[first_chain] = 0; 715 715 active_chains |= BIT(first_chain); 716 - IWL_DEBUG_CALIB(priv, "All Tx chains are disconnected \ 717 - W/A - declare %d as connected\n", 716 + IWL_DEBUG_CALIB(priv, 717 + "All Tx chains are disconnected W/A - declare %d as connected\n", 718 718 first_chain); 719 719 break; 720 720 }
+2 -2
drivers/net/wireless/iwlwifi/iwl-agn-calib.c
··· 817 817 find_first_chain(priv->cfg->valid_tx_ant); 818 818 data->disconn_array[first_chain] = 0; 819 819 active_chains |= BIT(first_chain); 820 - IWL_DEBUG_CALIB(priv, "All Tx chains are disconnected \ 821 - W/A - declare %d as connected\n", 820 + IWL_DEBUG_CALIB(priv, 821 + "All Tx chains are disconnected W/A - declare %d as connected\n", 822 822 first_chain); 823 823 break; 824 824 }
+1 -1
drivers/net/wireless/iwlwifi/iwl-agn.c
··· 1766 1766 max = ARRAY_SIZE(advanced_lookup) - 1; 1767 1767 for (i = 0; i < max; i++) { 1768 1768 if (advanced_lookup[i].num == num) 1769 - break;; 1769 + break; 1770 1770 } 1771 1771 return advanced_lookup[i].name; 1772 1772 }
+1 -1
drivers/net/wireless/rtlwifi/core.c
··· 783 783 { 784 784 struct rtl_priv *rtlpriv = rtl_priv(hw); 785 785 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); 786 - u8 bibss = (mac->opmode == NL80211_IFTYPE_ADHOC) ? 1 : 0;; 786 + u8 bibss = (mac->opmode == NL80211_IFTYPE_ADHOC) ? 1 : 0; 787 787 788 788 mac->tsf = tsf; 789 789 rtlpriv->cfg->ops->set_hw_reg(hw, HW_VAR_CORRECT_TSF, (u8 *) (&bibss));
+2 -2
drivers/net/wireless/rtlwifi/rtl8192ce/hw.c
··· 697 697 rtl_write_word(rtlpriv, REG_CR, 0x2ff); 698 698 699 699 if (_rtl92ce_llt_table_init(hw) == false) 700 - return false;; 700 + return false; 701 701 702 702 rtl_write_dword(rtlpriv, REG_HISR, 0xffffffff); 703 703 rtl_write_byte(rtlpriv, REG_HISRE, 0xff); ··· 754 754 755 755 rtl_write_dword(rtlpriv, REG_MCUTST_1, 0x0); 756 756 757 - return true;; 757 + return true; 758 758 } 759 759 760 760 static void _rtl92ce_hw_configure(struct ieee80211_hw *hw)
+1 -1
drivers/platform/x86/Kconfig
··· 111 111 All-In-One machines. 112 112 113 113 To compile this driver as a module, choose M here: the module will 114 - be called dell-wmi. 114 + be called dell-wmi-aio. 115 115 116 116 117 117 config FUJITSU_LAPTOP
+1 -1
drivers/power/intel_mid_battery.c
··· 522 522 if (retval) { 523 523 dev_warn(pbi->dev, "%s(): ipc pmic read failed\n", 524 524 __func__); 525 - return retval;; 525 + return retval; 526 526 } 527 527 528 528 return 0;
+2 -2
drivers/regulator/max8998.c
··· 405 405 switch (buck) { 406 406 case MAX8998_BUCK1: 407 407 dev_dbg(max8998->dev, 408 - "BUCK1, i:%d, buck1_vol1:%d, buck1_vol2:%d\n\ 409 - buck1_vol3:%d, buck1_vol4:%d\n", 408 + "BUCK1, i:%d, buck1_vol1:%d, buck1_vol2:%d\n" 409 + "buck1_vol3:%d, buck1_vol4:%d\n", 410 410 i, max8998->buck1_vol[0], max8998->buck1_vol[1], 411 411 max8998->buck1_vol[2], max8998->buck1_vol[3]); 412 412
+1 -1
drivers/regulator/mc13783-regulator.c
··· 341 341 struct mc13783_regulator_init_data *init_data; 342 342 int i, ret; 343 343 344 - dev_dbg(&pdev->dev, "mc13783_regulator_probe id %d\n", pdev->id); 344 + dev_dbg(&pdev->dev, "%s id %d\n", __func__, pdev->id); 345 345 346 346 priv = kzalloc(sizeof(*priv) + 347 347 pdata->num_regulators * sizeof(priv->regulators[0]),
+1 -1
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
··· 1 1 /* 2 - * Aic7xxx SCSI host adapter firmware asssembler symbol table implementation 2 + * Aic7xxx SCSI host adapter firmware assembler symbol table implementation 3 3 * 4 4 * Copyright (c) 1997 Justin T. Gibbs. 5 5 * Copyright (c) 2002 Adaptec Inc.
+1 -1
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h
··· 1 1 /* 2 - * Aic7xxx SCSI host adapter firmware asssembler symbol table definitions 2 + * Aic7xxx SCSI host adapter firmware assembler symbol table definitions 3 3 * 4 4 * Copyright (c) 1997 Justin T. Gibbs. 5 5 * Copyright (c) 2002 Adaptec Inc.
+2 -2
drivers/scsi/be2iscsi/be_main.c
··· 619 619 + BE2_NOPOUT_REQ)); 620 620 phba->params.cxns_per_ctrl = phba->fw_config.iscsi_cid_count; 621 621 phba->params.asyncpdus_per_ctrl = phba->fw_config.iscsi_cid_count * 2; 622 - phba->params.icds_per_ctrl = phba->fw_config.iscsi_icd_count;; 622 + phba->params.icds_per_ctrl = phba->fw_config.iscsi_icd_count; 623 623 phba->params.num_sge_per_io = BE2_SGE; 624 624 phba->params.defpdu_hdr_sz = BE2_DEFPDU_HDR_SZ; 625 625 phba->params.defpdu_data_sz = BE2_DEFPDU_DATA_SZ; ··· 782 782 int isr; 783 783 784 784 phba = dev_id; 785 - ctrl = &phba->ctrl;; 785 + ctrl = &phba->ctrl; 786 786 isr = ioread32(ctrl->csr + CEV_ISR0_OFFSET + 787 787 (PCI_FUNC(ctrl->pdev->devfn) * CEV_ISR_SIZE)); 788 788 if (!isr)
+1 -1
drivers/scsi/constants.c
··· 34 34 static const char * cdb_byte0_names[] = { 35 35 /* 00-03 */ "Test Unit Ready", "Rezero Unit/Rewind", NULL, "Request Sense", 36 36 /* 04-07 */ "Format Unit/Medium", "Read Block Limits", NULL, 37 - "Reasssign Blocks", 37 + "Reassign Blocks", 38 38 /* 08-0d */ "Read(6)", NULL, "Write(6)", "Seek(6)", NULL, NULL, 39 39 /* 0e-12 */ NULL, "Read Reverse", "Write Filemarks", "Space", "Inquiry", 40 40 /* 13-16 */ "Verify(6)", "Recover Buffered Data", "Mode Select(6)",
+1 -1
drivers/scsi/esp_scsi.c
··· 1058 1058 esp->ops->send_dma_cmd(esp, esp->command_block_dma, 1059 1059 2, 2, 1, ESP_CMD_DMA | ESP_CMD_TI); 1060 1060 1061 - /* ACK the msssage. */ 1061 + /* ACK the message. */ 1062 1062 scsi_esp_cmd(esp, ESP_CMD_MOK); 1063 1063 1064 1064 for (i = 0; i < ESP_RESELECT_TAG_LIMIT; i++) {
+1 -1
drivers/scsi/lpfc/lpfc_attr.c
··· 4532 4532 * 4533 4533 * This function is called by the lpfc_get_cfgparam() routine to set the 4534 4534 * module lpfc_log_verbose into the @phba cfg_log_verbose for use with 4535 - * log messsage according to the module's lpfc_log_verbose parameter setting 4535 + * log message according to the module's lpfc_log_verbose parameter setting 4536 4536 * before hba port or vport created. 4537 4537 **/ 4538 4538 static void
+1 -1
drivers/scsi/lpfc/lpfc_bsg.c
··· 598 598 dd_data->context_un.iocb.cmdiocbq = cmdiocbq; 599 599 dd_data->context_un.iocb.rspiocbq = rspiocbq; 600 600 dd_data->context_un.iocb.set_job = job; 601 - dd_data->context_un.iocb.bmp = NULL;; 601 + dd_data->context_un.iocb.bmp = NULL; 602 602 dd_data->context_un.iocb.ndlp = ndlp; 603 603 604 604 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
+1 -1
drivers/scsi/lpfc/lpfc_hw.h
··· 1002 1002 #define SLI_MGMT_GRPL 0x102 /* Get registered Port list */ 1003 1003 #define SLI_MGMT_GPAT 0x110 /* Get Port attributes */ 1004 1004 #define SLI_MGMT_RHBA 0x200 /* Register HBA */ 1005 - #define SLI_MGMT_RHAT 0x201 /* Register HBA atttributes */ 1005 + #define SLI_MGMT_RHAT 0x201 /* Register HBA attributes */ 1006 1006 #define SLI_MGMT_RPRT 0x210 /* Register Port */ 1007 1007 #define SLI_MGMT_RPA 0x211 /* Register Port attributes */ 1008 1008 #define SLI_MGMT_DHBA 0x300 /* De-register HBA */
+1 -1
drivers/scsi/lpfc/lpfc_sli.c
··· 3040 3040 list_add_tail(&rspiocbp->list, &(pring->iocb_continueq)); 3041 3041 pring->iocb_continueq_cnt++; 3042 3042 3043 - /* Now, determine whetehr the list is completed for processing */ 3043 + /* Now, determine whether the list is completed for processing */ 3044 3044 irsp = &rspiocbp->iocb; 3045 3045 if (irsp->ulpLe) { 3046 3046 /*
+1 -1
drivers/scsi/nsp32_debug.c
··· 13 13 14 14 static const char * group_0_commands[] = { 15 15 /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", 16 - /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reasssign Blocks", 16 + /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks", 17 17 /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, 18 18 /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", 19 19 /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve",
+1 -1
drivers/scsi/pcmcia/nsp_debug.c
··· 15 15 16 16 static const char * group_0_commands[] = { 17 17 /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", 18 - /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reasssign Blocks", 18 + /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks", 19 19 /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, 20 20 /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", 21 21 /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve",
+1 -1
drivers/scsi/pm8001/pm8001_init.c
··· 160 160 static void pm8001_tasklet(unsigned long opaque) 161 161 { 162 162 struct pm8001_hba_info *pm8001_ha; 163 - pm8001_ha = (struct pm8001_hba_info *)opaque;; 163 + pm8001_ha = (struct pm8001_hba_info *)opaque; 164 164 if (unlikely(!pm8001_ha)) 165 165 BUG_ON(1); 166 166 PM8001_CHIP_DISP->isr(pm8001_ha);
+2 -2
drivers/scsi/qla2xxx/qla_isr.c
··· 1060 1060 } 1061 1061 DEBUG2(qla2x00_dump_buffer((uint8_t *)pkt, sizeof(*pkt))); 1062 1062 } else { 1063 - bsg_job->reply->result = DID_OK << 16;; 1063 + bsg_job->reply->result = DID_OK << 16; 1064 1064 bsg_job->reply->reply_payload_rcv_len = 1065 1065 bsg_job->reply_payload.payload_len; 1066 1066 bsg_job->reply_len = 0; ··· 1155 1155 DEBUG2(qla2x00_dump_buffer((uint8_t *)pkt, sizeof(*pkt))); 1156 1156 } 1157 1157 else { 1158 - bsg_job->reply->result = DID_OK << 16;; 1158 + bsg_job->reply->result = DID_OK << 16; 1159 1159 bsg_job->reply->reply_payload_rcv_len = bsg_job->reply_payload.payload_len; 1160 1160 bsg_job->reply_len = 0; 1161 1161 }
+1 -1
drivers/scsi/qla4xxx/ql4_mbx.c
··· 19 19 * @mbx_cmd: data pointer for mailbox in registers. 20 20 * @mbx_sts: data pointer for mailbox out registers. 21 21 * 22 - * This routine isssue mailbox commands and waits for completion. 22 + * This routine issue mailbox commands and waits for completion. 23 23 * If outCount is 0, this routine completes successfully WITHOUT waiting 24 24 * for the mailbox command to complete. 25 25 **/
+1 -1
drivers/scsi/sgiwd93.c
··· 3 3 * License. See the file "COPYING" in the main directory of this archive 4 4 * for more details. 5 5 * 6 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 6 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 7 7 * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) 8 8 * Copyright (C) 2001 Florian Lohoff (flo@rfc822.org) 9 9 * Copyright (C) 2003, 07 Ralf Baechle (ralf@linux-mips.org)
+1 -1
drivers/spi/atmel_spi.c
··· 935 935 module_exit(atmel_spi_exit); 936 936 937 937 MODULE_DESCRIPTION("Atmel AT32/AT91 SPI Controller driver"); 938 - MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>"); 938 + MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); 939 939 MODULE_LICENSE("GPL"); 940 940 MODULE_ALIAS("platform:atmel_spi");
+2 -2
drivers/target/target_core_alua.c
··· 1036 1036 lu_gp = kmem_cache_zalloc(t10_alua_lu_gp_cache, GFP_KERNEL); 1037 1037 if (!(lu_gp)) { 1038 1038 printk(KERN_ERR "Unable to allocate struct t10_alua_lu_gp\n"); 1039 - return ERR_PTR(-ENOMEM);; 1039 + return ERR_PTR(-ENOMEM); 1040 1040 } 1041 1041 INIT_LIST_HEAD(&lu_gp->lu_gp_list); 1042 1042 INIT_LIST_HEAD(&lu_gp->lu_gp_mem_list); ··· 1044 1044 atomic_set(&lu_gp->lu_gp_ref_cnt, 0); 1045 1045 1046 1046 if (def_group) { 1047 - lu_gp->lu_gp_id = se_global->alua_lu_gps_counter++;; 1047 + lu_gp->lu_gp_id = se_global->alua_lu_gps_counter++; 1048 1048 lu_gp->lu_gp_valid_id = 1; 1049 1049 se_global->alua_lu_gps_count++; 1050 1050 }
+1 -1
drivers/target/target_core_transport.c
··· 2128 2128 { 2129 2129 unsigned long flags; 2130 2130 2131 - spin_lock_irqsave(&SE_HBA(dev)->hba_queue_lock, flags);; 2131 + spin_lock_irqsave(&SE_HBA(dev)->hba_queue_lock, flags); 2132 2132 atomic_inc(&dev->depth_left); 2133 2133 atomic_inc(&SE_HBA(dev)->left_queue_depth); 2134 2134 spin_unlock_irqrestore(&SE_HBA(dev)->hba_queue_lock, flags);
+1 -1
drivers/tty/n_gsm.c
··· 2128 2128 2129 2129 /** 2130 2130 * gsmld_detach_gsm - stop doing 0710 mux 2131 - * @tty: tty atttached to the mux 2131 + * @tty: tty attached to the mux 2132 2132 * @gsm: mux 2133 2133 * 2134 2134 * Shutdown and then clean up the resources used by the line discipline
+1 -2
drivers/tty/serial/bfin_sport_uart.c
··· 296 296 IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING | 297 297 IRQF_DISABLED, "BFIN_SPORT_UART_CTS", up)) { 298 298 up->cts_pin = -1; 299 - dev_info(port->dev, "Unable to attach BlackFin UART \ 300 - over SPORT CTS interrupt. So, disable it.\n"); 299 + dev_info(port->dev, "Unable to attach BlackFin UART over SPORT CTS interrupt. So, disable it.\n"); 301 300 } 302 301 } 303 302 if (up->rts_pin >= 0)
+2 -2
drivers/tty/serial/mfd.c
··· 49 49 50 50 static int hsu_dma_enable; 51 51 module_param(hsu_dma_enable, int, 0); 52 - MODULE_PARM_DESC(hsu_dma_enable, "It is a bitmap to set working mode, if \ 53 - bit[x] is 1, then port[x] will work in DMA mode, otherwise in PIO mode."); 52 + MODULE_PARM_DESC(hsu_dma_enable, 53 + "It is a bitmap to set working mode, if bit[x] is 1, then port[x] will work in DMA mode, otherwise in PIO mode."); 54 54 55 55 struct hsu_dma_buffer { 56 56 u8 *buf;
+1 -1
drivers/tty/serial/mrst_max3110.c
··· 56 56 wait_queue_head_t wq; 57 57 struct task_struct *main_thread; 58 58 struct task_struct *read_thread; 59 - struct mutex thread_mutex;; 59 + struct mutex thread_mutex; 60 60 61 61 u32 baud; 62 62 u16 cur_conf;
+1 -1
drivers/tty/tty_ioctl.c
··· 309 309 * @ospeed: output speed 310 310 * 311 311 * Encode the speeds set into the passed termios structure. This is 312 - * used as a library helper for drivers os that they can report back 312 + * used as a library helper for drivers so that they can report back 313 313 * the actual speed selected when it differs from the speed requested 314 314 * 315 315 * For maximal back compatibility with legacy SYS5/POSIX *nix behaviour
+1 -1
drivers/usb/gadget/atmel_usba_udc.c
··· 2095 2095 module_exit(udc_exit); 2096 2096 2097 2097 MODULE_DESCRIPTION("Atmel USBA UDC driver"); 2098 - MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>"); 2098 + MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); 2099 2099 MODULE_LICENSE("GPL"); 2100 2100 MODULE_ALIAS("platform:atmel_usba_udc");
+1 -1
drivers/usb/host/imx21-dbg.c
··· 384 384 seq_printf(s, "%s %d:\n" 385 385 "cc=0X%02X\n" 386 386 "scheduled frame %d (%d)\n" 387 - "submittted frame %d (%d)\n" 387 + "submitted frame %d (%d)\n" 388 388 "completed frame %d (%d)\n" 389 389 "requested length=%d\n" 390 390 "completed length=%d\n\n",
+4 -3
drivers/usb/host/uhci-hcd.c
··· 53 53 /* 54 54 * Version Information 55 55 */ 56 - #define DRIVER_AUTHOR "Linus 'Frodo Rabbit' Torvalds, Johannes Erdfelt, \ 57 - Randy Dunlap, Georg Acher, Deti Fliegl, Thomas Sailer, Roman Weissgaerber, \ 58 - Alan Stern" 56 + #define DRIVER_AUTHOR \ 57 + "Linus 'Frodo Rabbit' Torvalds, Johannes Erdfelt, " \ 58 + "Randy Dunlap, Georg Acher, Deti Fliegl, Thomas Sailer, " \ 59 + "Roman Weissgaerber, Alan Stern" 59 60 #define DRIVER_DESC "USB Universal Host Controller Interface driver" 60 61 61 62 /* for flakey hardware, ignore overcurrent indicators */
+1 -1
drivers/usb/misc/usbtest.c
··· 104 104 alt = intf->altsetting + tmp; 105 105 106 106 /* take the first altsetting with in-bulk + out-bulk; 107 - * ignore other endpoints and altsetttings. 107 + * ignore other endpoints and altsettings. 108 108 */ 109 109 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) { 110 110 struct usb_host_endpoint *e;
+2 -2
drivers/usb/storage/ene_ub6250.c
··· 715 715 716 716 if (!(misc_reg03 & 0x01)) { 717 717 result = -ENODEV; 718 - printk(KERN_NOTICE "ums_eneub6250: The driver only supports SD\ 719 - card. To use SM/MS card, please build driver/stagging/keucr\n"); 718 + printk(KERN_NOTICE "ums_eneub6250: The driver only supports SD card. " 719 + "To use SM/MS card, please build driver/staging/keucr\n"); 720 720 usb_stor_disconnect(intf); 721 721 } 722 722
+1 -1
drivers/video/backlight/ltv350qv.c
··· 333 333 module_init(ltv350qv_init); 334 334 module_exit(ltv350qv_exit); 335 335 336 - MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>"); 336 + MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); 337 337 MODULE_DESCRIPTION("Samsung LTV350QV LCD Driver"); 338 338 MODULE_LICENSE("GPL"); 339 339 MODULE_ALIAS("spi:ltv350qv");
+1 -1
drivers/video/console/newport_con.c
··· 6 6 * 7 7 * This driver is based on sgicons.c and cons_newport. 8 8 * 9 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 9 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 10 10 * Copyright (C) 1997 Miguel de Icaza (miguel@nuclecu.unam.mx) 11 11 */ 12 12 #include <linux/init.h>
+1 -1
drivers/video/msm/mddi.c
··· 679 679 printk(KERN_ERR "mddi: no associated mem resource!\n"); 680 680 return -ENOMEM; 681 681 } 682 - mddi->base = ioremap(resource->start, resource->end - resource->start); 682 + mddi->base = ioremap(resource->start, resource_size(resource)); 683 683 if (!mddi->base) { 684 684 printk(KERN_ERR "mddi: failed to remap base!\n"); 685 685 ret = -EINVAL;
+1 -1
drivers/video/mxsfb.c
··· 401 401 writel(CTRL1_FIFO_CLEAR, host->base + LCDC_CTRL1 + REG_SET); 402 402 403 403 ctrl = CTRL_BYPASS_COUNT | CTRL_MASTER | 404 - CTRL_SET_BUS_WIDTH(host->ld_intf_width);; 404 + CTRL_SET_BUS_WIDTH(host->ld_intf_width); 405 405 406 406 switch (fb_info->var.bits_per_pixel) { 407 407 case 16:
+1 -1
drivers/watchdog/bcm63xx_wdt.c
··· 248 248 return -ENODEV; 249 249 } 250 250 251 - bcm63xx_wdt_device.regs = ioremap_nocache(r->start, r->end - r->start); 251 + bcm63xx_wdt_device.regs = ioremap_nocache(r->start, resource_size(r)); 252 252 if (!bcm63xx_wdt_device.regs) { 253 253 dev_err(&pdev->dev, "failed to remap I/O resources\n"); 254 254 return -ENXIO;
+1 -1
drivers/xen/evtchn.c
··· 470 470 471 471 filp->private_data = u; 472 472 473 - return nonseekable_open(inode, filp);; 473 + return nonseekable_open(inode, filp); 474 474 } 475 475 476 476 static int evtchn_release(struct inode *inode, struct file *filp)
+1 -1
drivers/xen/swiotlb-xen.c
··· 54 54 55 55 static dma_addr_t xen_phys_to_bus(phys_addr_t paddr) 56 56 { 57 - return phys_to_machine(XPADDR(paddr)).maddr;; 57 + return phys_to_machine(XPADDR(paddr)).maddr; 58 58 } 59 59 60 60 static phys_addr_t xen_bus_to_phys(dma_addr_t baddr)
+1 -1
fs/btrfs/relocation.c
··· 709 709 WARN_ON(cur->checked); 710 710 if (!list_empty(&cur->upper)) { 711 711 /* 712 - * the backref was added previously when processsing 712 + * the backref was added previously when processing 713 713 * backref of type BTRFS_TREE_BLOCK_REF_KEY 714 714 */ 715 715 BUG_ON(!list_is_singular(&cur->upper));
+1 -1
fs/freevxfs/vxfs_inode.c
··· 272 272 * *ip: VFS inode 273 273 * 274 274 * Description: 275 - * vxfs_put_fake_inode frees all data asssociated with @ip. 275 + * vxfs_put_fake_inode frees all data associated with @ip. 276 276 */ 277 277 void 278 278 vxfs_put_fake_inode(struct inode *ip)
+1 -1
fs/logfs/readwrite.c
··· 481 481 val = inode_val0(inode); 482 482 break; 483 483 case INODE_USED_OFS: 484 - val = cpu_to_be64(li->li_used_bytes);; 484 + val = cpu_to_be64(li->li_used_bytes); 485 485 break; 486 486 case INODE_SIZE_OFS: 487 487 val = cpu_to_be64(i_size_read(inode));
+1 -1
fs/nfsd/stats.c
··· 8 8 * Statistsics for the reply cache 9 9 * fh <stale> <total-lookups> <anonlookups> <dir-not-in-dcache> <nondir-not-in-dcache> 10 10 * statistics for filehandle lookup 11 - * io <bytes-read> <bytes-writtten> 11 + * io <bytes-read> <bytes-written> 12 12 * statistics for IO throughput 13 13 * th <threads> <fullcnt> <10%-20%> <20%-30%> ... <90%-100%> <100%> 14 14 * time (seconds) when nfsd thread usage above thresholds
+1 -1
fs/ocfs2/refcounttree.c
··· 3706 3706 context->cow_start = cow_start; 3707 3707 context->cow_len = cow_len; 3708 3708 context->ref_tree = ref_tree; 3709 - context->ref_root_bh = ref_root_bh;; 3709 + context->ref_root_bh = ref_root_bh; 3710 3710 context->cow_object = xv; 3711 3711 3712 3712 context->cow_duplicate_clusters = ocfs2_duplicate_clusters_by_jbd;
+1 -1
fs/partitions/ldm.c
··· 565 565 566 566 data = read_part_sector(state, 0, &sect); 567 567 if (!data) { 568 - ldm_crit ("Disk read failed."); 568 + ldm_info ("Disk read failed."); 569 569 return false; 570 570 } 571 571
+2 -2
fs/squashfs/Kconfig
··· 42 42 select LZO_DECOMPRESS 43 43 help 44 44 Saying Y here includes support for reading Squashfs file systems 45 - compressed with LZO compresssion. LZO compression is mainly 45 + compressed with LZO compression. LZO compression is mainly 46 46 aimed at embedded systems with slower CPUs where the overheads 47 47 of zlib are too high. 48 48 ··· 57 57 select XZ_DEC 58 58 help 59 59 Saying Y here includes support for reading Squashfs file systems 60 - compressed with XZ compresssion. XZ gives better compression than 60 + compressed with XZ compression. XZ gives better compression than 61 61 the default zlib compression, at the expense of greater CPU and 62 62 memory overhead. 63 63
+1 -1
fs/squashfs/cache.c
··· 29 29 * plus functions layered ontop of the generic cache implementation to 30 30 * access the metadata and fragment caches. 31 31 * 32 - * To avoid out of memory and fragmentation isssues with vmalloc the cache 32 + * To avoid out of memory and fragmentation issues with vmalloc the cache 33 33 * uses sequences of kmalloced PAGE_CACHE_SIZE buffers. 34 34 * 35 35 * It should be noted that the cache is not used for file datablocks, these
+1 -1
fs/ufs/inode.c
··· 409 409 } 410 410 411 411 /** 412 - * ufs_getfrag_bloc() - `get_block_t' function, interface between UFS and 412 + * ufs_getfrag_block() - `get_block_t' function, interface between UFS and 413 413 * readpage, writepage and so on 414 414 */ 415 415
+1 -1
fs/xfs/xfs_inode.c
··· 1470 1470 * file but the log buffers containing the free and reallocation 1471 1471 * don't, then we'd end up with garbage in the blocks being freed. 1472 1472 * As long as we make the new_size permanent before actually 1473 - * freeing any blocks it doesn't matter if they get writtten to. 1473 + * freeing any blocks it doesn't matter if they get written to. 1474 1474 * 1475 1475 * The callers must signal into us whether or not the size 1476 1476 * setting here must be synchronous. There are a few cases
+1 -1
include/linux/leds-regulator.h
··· 16 16 * Use "vled" as supply id when declaring the regulator consumer: 17 17 * 18 18 * static struct regulator_consumer_supply pcap_regulator_VVIB_consumers [] = { 19 - * { .dev_name = "leds-regulator.0", supply = "vled" }, 19 + * { .dev_name = "leds-regulator.0", .supply = "vled" }, 20 20 * }; 21 21 * 22 22 * If you have several regulator driven LEDs, you can append a numerical id to
+1 -1
include/linux/posix-clock.h
··· 45 45 * @timer_create: Create a new timer 46 46 * @timer_delete: Remove a previously created timer 47 47 * @timer_gettime: Get remaining time and interval of a timer 48 - * @timer_setttime: Set a timer's initial expiration and interval 48 + * @timer_settime: Set a timer's initial expiration and interval 49 49 * @fasync: Optional character device fasync method 50 50 * @mmap: Optional character device mmap method 51 51 * @open: Optional character device open method
+1 -1
include/net/genetlink.h
··· 260 260 261 261 /** 262 262 * gennlmsg_data - head of message payload 263 - * @gnlh: genetlink messsage header 263 + * @gnlh: genetlink message header 264 264 */ 265 265 static inline void *genlmsg_data(const struct genlmsghdr *gnlh) 266 266 {
+1 -1
include/net/netlink.h
··· 290 290 291 291 /** 292 292 * nlmsg_data - head of message payload 293 - * @nlh: netlink messsage header 293 + * @nlh: netlink message header 294 294 */ 295 295 static inline void *nlmsg_data(const struct nlmsghdr *nlh) 296 296 {
+1 -1
include/video/newport.h
··· 3 3 * newport.h: Defines and register layout for NEWPORT graphics 4 4 * hardware. 5 5 * 6 - * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) 6 + * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 7 7 * 8 8 * Ulf Carlsson - Compatibility with the IRIX structures added 9 9 */
+1 -1
kernel/Kconfig.locks
··· 199 199 def_bool !DEBUG_SPINLOCK && ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE 200 200 201 201 config MUTEX_SPIN_ON_OWNER 202 - def_bool SMP && !DEBUG_MUTEXES && !HAVE_DEFAULT_NO_SPIN_MUTEXES 202 + def_bool SMP && !DEBUG_MUTEXES
+17 -10
kernel/auditsc.c
··· 443 443 444 444 /* Determine if any context name data matches a rule's watch data */ 445 445 /* Compare a task_struct with an audit_rule. Return 1 on match, 0 446 - * otherwise. */ 446 + * otherwise. 447 + * 448 + * If task_creation is true, this is an explicit indication that we are 449 + * filtering a task rule at task creation time. This and tsk == current are 450 + * the only situations where tsk->cred may be accessed without an rcu read lock. 451 + */ 447 452 static int audit_filter_rules(struct task_struct *tsk, 448 453 struct audit_krule *rule, 449 454 struct audit_context *ctx, 450 455 struct audit_names *name, 451 - enum audit_state *state) 456 + enum audit_state *state, 457 + bool task_creation) 452 458 { 453 - const struct cred *cred = get_task_cred(tsk); 459 + const struct cred *cred; 454 460 int i, j, need_sid = 1; 455 461 u32 sid; 462 + 463 + cred = rcu_dereference_check(tsk->cred, tsk == current || task_creation); 456 464 457 465 for (i = 0; i < rule->field_count; i++) { 458 466 struct audit_field *f = &rule->fields[i]; ··· 645 637 break; 646 638 } 647 639 648 - if (!result) { 649 - put_cred(cred); 640 + if (!result) 650 641 return 0; 651 - } 652 642 } 653 643 654 644 if (ctx) { ··· 662 656 case AUDIT_NEVER: *state = AUDIT_DISABLED; break; 663 657 case AUDIT_ALWAYS: *state = AUDIT_RECORD_CONTEXT; break; 664 658 } 665 - put_cred(cred); 666 659 return 1; 667 660 } 668 661 ··· 676 671 677 672 rcu_read_lock(); 678 673 list_for_each_entry_rcu(e, &audit_filter_list[AUDIT_FILTER_TASK], list) { 679 - if (audit_filter_rules(tsk, &e->rule, NULL, NULL, &state)) { 674 + if (audit_filter_rules(tsk, &e->rule, NULL, NULL, 675 + &state, true)) { 680 676 if (state == AUDIT_RECORD_CONTEXT) 681 677 *key = kstrdup(e->rule.filterkey, GFP_ATOMIC); 682 678 rcu_read_unlock(); ··· 711 705 list_for_each_entry_rcu(e, list, list) { 712 706 if ((e->rule.mask[word] & bit) == bit && 713 707 audit_filter_rules(tsk, &e->rule, ctx, NULL, 714 - &state)) { 708 + &state, false)) { 715 709 rcu_read_unlock(); 716 710 ctx->current_state = state; 717 711 return state; ··· 749 743 750 744 list_for_each_entry_rcu(e, list, list) { 751 745 if ((e->rule.mask[word] & bit) == bit && 752 - audit_filter_rules(tsk, &e->rule, ctx, n, &state)) { 746 + audit_filter_rules(tsk, &e->rule, ctx, n, 747 + &state, false)) { 753 748 rcu_read_unlock(); 754 749 ctx->current_state = state; 755 750 return;
+1 -1
kernel/pm_qos_params.c
··· 385 385 s32 value; 386 386 unsigned long flags; 387 387 struct pm_qos_object *o; 388 - struct pm_qos_request_list *pm_qos_req = filp->private_data;; 388 + struct pm_qos_request_list *pm_qos_req = filp->private_data; 389 389 390 390 if (!pm_qos_req) 391 391 return -EINVAL;
+2 -1
lib/Kconfig.debug
··· 7 7 included in printk output. This allows you to measure 8 8 the interval between kernel operations, including bootup 9 9 operations. This is useful for identifying long delays 10 - in kernel startup. 10 + in kernel startup. Or add printk.time=1 at boot-time. 11 + See Documentation/kernel-parameters.txt 11 12 12 13 config DEFAULT_MESSAGE_LOGLEVEL 13 14 int "Default message log level (1-7)"
+3 -6
lib/vsprintf.c
··· 1161 1161 * return is greater than or equal to @size, the resulting 1162 1162 * string is truncated. 1163 1163 * 1164 - * Call this function if you are already dealing with a va_list. 1165 - * You probably want snprintf() instead. 1164 + * If you're not already dealing with a va_list consider using snprintf(). 1166 1165 */ 1167 1166 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) 1168 1167 { ··· 1335 1336 * the @buf not including the trailing '\0'. If @size is == 0 the function 1336 1337 * returns 0. 1337 1338 * 1338 - * Call this function if you are already dealing with a va_list. 1339 - * You probably want scnprintf() instead. 1339 + * If you're not already dealing with a va_list consider using scnprintf(). 1340 1340 * 1341 1341 * See the vsnprintf() documentation for format string extensions over C99. 1342 1342 */ ··· 1414 1416 * into @buf. Use vsnprintf() or vscnprintf() in order to avoid 1415 1417 * buffer overflows. 1416 1418 * 1417 - * Call this function if you are already dealing with a va_list. 1418 - * You probably want sprintf() instead. 1419 + * If you're not already dealing with a va_list consider using sprintf(). 1419 1420 * 1420 1421 * See the vsnprintf() documentation for format string extensions over C99. 1421 1422 */
+1 -1
mm/hugetlb.c
··· 475 475 476 476 /* If reserves cannot be used, ensure enough pages are in the pool */ 477 477 if (avoid_reserve && h->free_huge_pages - h->resv_huge_pages == 0) 478 - goto err;; 478 + goto err; 479 479 480 480 for_each_zone_zonelist_nodemask(zone, z, zonelist, 481 481 MAX_NR_ZONES - 1, nodemask) {
+1 -1
mm/page_alloc.c
··· 3541 3541 pcp->batch = PAGE_SHIFT * 8; 3542 3542 } 3543 3543 3544 - static __meminit void setup_zone_pageset(struct zone *zone) 3544 + static void setup_zone_pageset(struct zone *zone) 3545 3545 { 3546 3546 int cpu; 3547 3547
+1 -1
net/netfilter/ipset/ip_set_bitmap_ip.c
··· 293 293 294 294 for (; !before(ip_to, ip); ip += map->hosts) { 295 295 id = ip_to_id(map, ip); 296 - ret = adtfn(set, &id, timeout);; 296 + ret = adtfn(set, &id, timeout); 297 297 298 298 if (ret && !ip_set_eexist(ret, flags)) 299 299 return ret;
+1 -1
net/sunrpc/addr.c
··· 151 151 return 0; 152 152 153 153 sin->sin_family = AF_INET; 154 - return sizeof(struct sockaddr_in);; 154 + return sizeof(struct sockaddr_in); 155 155 } 156 156 157 157 #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
+1 -1
net/sunrpc/xprtrdma/svc_rdma_transport.c
··· 333 333 } 334 334 335 335 /* 336 - * Processs a completion context 336 + * Process a completion context 337 337 */ 338 338 static void process_context(struct svcxprt_rdma *xprt, 339 339 struct svc_rdma_op_ctxt *ctxt)
+1 -1
scripts/checkstack.pl
··· 12 12 # sh64 port by Paul Mundt 13 13 # Random bits by Matt Mackall <mpm@selenic.com> 14 14 # M68k port by Geert Uytterhoeven and Andreas Schwab 15 - # AVR32 port by Haavard Skinnemoen <hskinnemoen@atmel.com> 15 + # AVR32 port by Haavard Skinnemoen (Atmel) 16 16 # PARISC port by Kyle McMartin <kyle@parisc-linux.org> 17 17 # sparc port by Martin Habets <errandir_news@mph.eclipse.co.uk> 18 18 #
+4 -4
security/selinux/selinuxfs.c
··· 280 280 281 281 length = -ENOMEM; 282 282 if (count >= PAGE_SIZE) 283 - goto out;; 283 + goto out; 284 284 285 285 /* No partial writes. */ 286 286 length = -EINVAL; ··· 876 876 877 877 length = task_has_security(current, SECURITY__COMPUTE_USER); 878 878 if (length) 879 - goto out;; 879 + goto out; 880 880 881 881 length = -ENOMEM; 882 882 con = kzalloc(size + 1, GFP_KERNEL); 883 883 if (!con) 884 - goto out;; 884 + goto out; 885 885 886 886 length = -ENOMEM; 887 887 user = kzalloc(size + 1, GFP_KERNEL); ··· 941 941 length = -ENOMEM; 942 942 scon = kzalloc(size + 1, GFP_KERNEL); 943 943 if (!scon) 944 - goto out;; 944 + goto out; 945 945 946 946 length = -ENOMEM; 947 947 tcon = kzalloc(size + 1, GFP_KERNEL);
-1
tools/perf/util/ui/browsers/annotate.c
··· 5 5 #include "../../hist.h" 6 6 #include "../../sort.h" 7 7 #include "../../symbol.h" 8 - #include "../../annotate.h" 9 8 #include <pthread.h> 10 9 11 10 static void ui__error_window(const char *fmt, ...)
+1 -1
tools/power/x86/turbostat/turbostat.c
··· 990 990 if (!retval) 991 991 print_counters(cnt_delta); 992 992 993 - fprintf(stderr, "%.6f sec\n", tv_delta.tv_sec + tv_delta.tv_usec/1000000.0);; 993 + fprintf(stderr, "%.6f sec\n", tv_delta.tv_sec + tv_delta.tv_usec/1000000.0); 994 994 995 995 return 0; 996 996 }