Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/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
  ...
  • Loading branch information
torvalds committed May 23, 2011
2 parents ee9ec4f + e64851f commit 57d19e8
Show file tree
Hide file tree
Showing 175 changed files with 254 additions and 257 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ S: Haifa, Israel
N: Johannes Berg
E: [email protected]
W: http://johannes.sipsolutions.net/
P: 1024D/9AB78CA5 AD02 0176 4E29 C137 1DF6 08D2 FC44 CF86 9AB7 8CA5
P: 4096R/7BF9099A C0EB C440 F6DA 091C 884D 8532 E0F3 73F3 7BF9 099A
D: powerpc & 802.11 hacker

N: Stephen R. van den Berg (AKA BuGless)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/powerpc/nintendo/wii.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Nintendo Wii device tree
- reg : should contain the SDHCI registers location and length
- interrupts : should contain the SDHCI interrupt

1.j) The Inter-Processsor Communication (IPC) node
1.j) The Inter-Processor Communication (IPC) node

Represent the Inter-Processor Communication interface. This interface
enables communications between the Broadway and the Starlet processors.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Who: Zhang Rui <[email protected]>
What: CONFIG_ACPI_PROCFS_POWER
When: 2.6.39
Why: sysfs I/F for ACPI power devices, including AC and Battery,
has been working in upstream kenrel since 2.6.24, Sep 2007.
has been working in upstream kernel since 2.6.24, Sep 2007.
In 2.6.37, we make the sysfs I/F always built in and this option
disabled by default.
Remove this option and the ACPI power procfs interface in 2.6.39.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/stable_api_nonsense.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ operating system to suffer.

In both of these instances, all developers agreed that these were
important changes that needed to be made, and they were made, with
relatively little pain. If Linux had to ensure that it preserve a
relatively little pain. If Linux had to ensure that it will preserve a
stable source interface, a new interface would have been created, and
the older, broken one would have had to be maintained over time, leading
to extra work for the USB developers. Since all Linux USB developers do
Expand Down
4 changes: 2 additions & 2 deletions Documentation/sysctl/vm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,10 @@ the DMA zone.
Type(A) is called as "Node" order. Type (B) is "Zone" order.

"Node order" orders the zonelists by node, then by zone within each node.
Specify "[Nn]ode" for zone order
Specify "[Nn]ode" for node order

"Zone Order" orders the zonelists by zone type, then by node within each
zone. Specify "[Zz]one"for zode order.
zone. Specify "[Zz]one" for zone order.

Specify "[Dd]efault" to request automatic configuration. Autoconfiguration
will select "node" order in following case.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/timers/timers-howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ATOMIC CONTEXT:

ndelay(unsigned long nsecs)
udelay(unsigned long usecs)
mdelay(unsgined long msecs)
mdelay(unsigned long msecs)

udelay is the generally preferred API; ndelay-level
precision may not actually exist on many non-PC devices.
Expand Down
3 changes: 2 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
M: Daniel Ribeiro <[email protected]>
M: Stefan Schmidt <[email protected]>
M: Harald Welte <[email protected]>
L: [email protected] (subscribers-only)
L: [email protected] (moderated for non-subscribers)
W: http://www.openezx.org/
S: Maintained
T: topgit git://git.openezx.org/openezx.git
Expand Down Expand Up @@ -6230,6 +6230,7 @@ TRIVIAL PATCHES
M: Jiri Kosina <[email protected]>
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
S: Maintained
K: ^Subject:.*(?i)trivial

TTY LAYER
M: Greg Kroah-Hartman <[email protected]>
Expand Down
3 changes: 0 additions & 3 deletions arch/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ config HAVE_CLK
config HAVE_DMA_API_DEBUG
bool

config HAVE_DEFAULT_NO_SPIN_MUTEXES
bool

config HAVE_HW_BREAKPOINT
bool
depends on PERF_EVENTS
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-at91/at91cap9_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void __init at91_add_device_usba(struct usba_platform_data *data)
*/
usba_udc_data.pdata.vbus_pin = -EINVAL;
usba_udc_data.pdata.num_ep = ARRAY_SIZE(usba_udc_ep);
memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep));;
memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep));

if (data && data->vbus_pin > 0) {
at91_set_gpio_input(data->vbus_pin, 0);
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-at91/at91sam9g45_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ void __init at91_add_device_usba(struct usba_platform_data *data)
{
usba_udc_data.pdata.vbus_pin = -EINVAL;
usba_udc_data.pdata.num_ep = ARRAY_SIZE(usba_udc_ep);
memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep));;
memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep));

if (data && data->vbus_pin > 0) {
at91_set_gpio_input(data->vbus_pin, 0);
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-at91/at91sam9rl_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void __init at91_add_device_usba(struct usba_platform_data *data)
*/
usba_udc_data.pdata.vbus_pin = -EINVAL;
usba_udc_data.pdata.num_ep = ARRAY_SIZE(usba_udc_ep);
memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep));;
memcpy(usba_udc_data.ep, usba_udc_ep, sizeof(usba_udc_ep));

if (data && data->vbus_pin > 0) {
at91_set_gpio_input(data->vbus_pin, 0);
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-msm/include/mach/msm_iomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

#include "msm_iomap-8960.h"

/* Virtual addressses shared across all MSM targets. */
/* Virtual addresses shared across all MSM targets. */
#define MSM_CSR_BASE IOMEM(0xE0001000)
#define MSM_QGIC_DIST_BASE IOMEM(0xF0000000)
#define MSM_QGIC_CPU_BASE IOMEM(0xF0001000)
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/control.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
#define OMAP343X_CONTROL_WKUP_DEBOBS3 (OMAP343X_CONTROL_GENERAL_WKUP + 0x014)
#define OMAP343X_CONTROL_WKUP_DEBOBS4 (OMAP343X_CONTROL_GENERAL_WKUP + 0x018)

/* 36xx-only RTA - Retention till Accesss control registers and bits */
/* 36xx-only RTA - Retention till Access control registers and bits */
#define OMAP36XX_CONTROL_MEM_RTA_CTRL 0x40C
#define OMAP36XX_RTA_DISABLE 0x0

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-tegra/tegra2_clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ static int tegra2_super_clk_set_parent(struct clk *c, struct clk *p)
const struct clk_mux_sel *sel;
int shift;

val = clk_readl(c->reg + SUPER_CLK_MUX);;
val = clk_readl(c->reg + SUPER_CLK_MUX);
BUG_ON(((val & SUPER_STATE_MASK) != SUPER_STATE_RUN) &&
((val & SUPER_STATE_MASK) != SUPER_STATE_IDLE));
shift = ((val & SUPER_STATE_MASK) == SUPER_STATE_IDLE) ?
Expand Down
6 changes: 2 additions & 4 deletions arch/arm/mach-ux500/mbox-db5500.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ struct mbox *mbox_setup(u8 mbox_id, mbox_recv_cb_t *mbox_cb, void *priv)
dev_dbg(&(mbox->pdev->dev),
"Resource name: %s start: 0x%X, end: 0x%X\n",
resource->name, resource->start, resource->end);
mbox->virtbase_peer =
ioremap(resource->start, resource->end - resource->start);
mbox->virtbase_peer = ioremap(resource->start, resource_size(resource));
if (!mbox->virtbase_peer) {
dev_err(&(mbox->pdev->dev), "Unable to ioremap peer mbox\n");
mbox = NULL;
Expand All @@ -440,8 +439,7 @@ struct mbox *mbox_setup(u8 mbox_id, mbox_recv_cb_t *mbox_cb, void *priv)
dev_dbg(&(mbox->pdev->dev),
"Resource name: %s start: 0x%X, end: 0x%X\n",
resource->name, resource->start, resource->end);
mbox->virtbase_local =
ioremap(resource->start, resource->end - resource->start);
mbox->virtbase_local = ioremap(resource->start, resource_size(resource));
if (!mbox->virtbase_local) {
dev_err(&(mbox->pdev->dev), "Unable to ioremap local mbox\n");
mbox = NULL;
Expand Down
1 change: 0 additions & 1 deletion arch/arm/plat-iop/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <linux/interrupt.h>
#include <linux/time.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/timex.h>
#include <linux/sched.h>
#include <linux/io.h>
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/plat-mxc/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ static int __init mxc_cpufreq_init(struct cpufreq_policy *policy)
ret = cpufreq_frequency_table_cpuinfo(policy, imx_freq_table);

if (ret < 0) {
printk(KERN_ERR "%s: failed to register i.MXC CPUfreq \
with error code %d\n", __func__, ret);
printk(KERN_ERR "%s: failed to register i.MXC CPUfreq with error code %d\n",
__func__, ret);
goto err;
}

Expand Down
2 changes: 1 addition & 1 deletion arch/cris/arch-v32/mach-fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

obj-y := dma.o pinmux.o io.o arbiter.o
bj-$(CONFIG_ETRAX_VCS_SIM) += vcs_hook.o
obj-$(CONFIG_ETRAX_VCS_SIM) += vcs_hook.o
obj-$(CONFIG_CPU_FREQ) += cpufreq.o

clean:
Expand Down
2 changes: 1 addition & 1 deletion arch/ia64/hp/common/sba_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ static void sba_unmap_page(struct device *dev, dma_addr_t iova, size_t size,
/*
** Address does not fall w/in IOVA, must be bypassing
*/
DBG_BYPASS("sba_unmap_single_atttrs() bypass addr: 0x%lx\n",
DBG_BYPASS("sba_unmap_single_attrs() bypass addr: 0x%lx\n",
iova);

#ifdef ENABLE_MARK_CLEAN
Expand Down
2 changes: 1 addition & 1 deletion arch/m68k/include/asm/MC68EZ328.h
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ typedef volatile struct {

#define WATCHDOG_EN 0x0001 /* Watchdog Enabled */
#define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */
#define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occcured */
#define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occurred */
#define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */
#define WATCHDOG_CNT_SHIFT 8

Expand Down
2 changes: 1 addition & 1 deletion arch/m68k/include/asm/MC68VZ328.h
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ typedef struct {

#define WATCHDOG_EN 0x0001 /* Watchdog Enabled */
#define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */
#define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occcured */
#define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occurred */
#define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */
#define WATCHDOG_CNT_SHIFT 8

Expand Down
2 changes: 1 addition & 1 deletion arch/mips/fw/arc/cmdline.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* cmdline.c: Kernel command line creation using ARCS argc/argv.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
*/
#include <linux/init.h>
#include <linux/kernel.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/fw/arc/env.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* env.c: ARCS environment variable routines.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
*/
#include <linux/init.h>
#include <linux/kernel.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/fw/arc/identify.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This code is based on arch/mips/sgi/kernel/system.c, which is
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
*/
#include <linux/init.h>
#include <linux/kernel.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/fw/arc/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* PROM library initialisation code.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
*/
#include <linux/init.h>
#include <linux/kernel.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/fw/arc/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Miscellaneous ARCS PROM routines.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1999 Ralf Baechle ([email protected])
* Copyright (C) 1999 Silicon Graphics, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/fw/arc/salone.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Routines to load into memory and execute stand-along program images using
* ARCS PROM firmware.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
*/
#include <linux/init.h>
#include <asm/sgialib.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/fw/arc/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Extracting time information from ARCS prom.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
*/
#include <linux/init.h>

Expand Down
2 changes: 1 addition & 1 deletion arch/mips/fw/arc/tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* PROM component device tree code.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1999 Ralf Baechle ([email protected])
* Copyright (C) 1999 Silicon Graphics, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/include/asm/asmmacro-32.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* asmmacro.h: Assembler macros to make things easier to read.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1998, 1999, 2003 Ralf Baechle
*/
#ifndef _ASM_ASMMACRO_32_H
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/include/asm/asmmacro-64.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* asmmacro.h: Assembler macros to make things easier to read.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1998, 1999 Ralf Baechle
* Copyright (C) 1999 Silicon Graphics, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/include/asm/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cpu.h: Values of the PRId register used to match up
* various MIPS cpu types.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 2004 Maciej W. Rozycki
*/
#ifndef _ASM_CPU_H
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/include/asm/r4kcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Inline assembly cache operations.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1997 - 2002 Ralf Baechle ([email protected])
* Copyright (C) 2004 Ralf Baechle ([email protected])
*/
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/include/asm/sgialib.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* SGI ARCS firmware interface library for the Linux kernel.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 2001, 2002 Ralf Baechle ([email protected])
*/
#ifndef _ASM_SGIALIB_H
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/include/asm/sgiarcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* ARC firmware interface defines.
*
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1999, 2001 Ralf Baechle ([email protected])
* Copyright (C) 1999 Silicon Graphics, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/kernel/octeon_switch.S
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* for more details.
*
* Copyright (C) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1994, 1995, 1996, by Andreas Busse
* Copyright (C) 1999 Silicon Graphics, Inc.
* Copyright (C) 2000 MIPS Technologies, Inc.
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/kernel/r2300_fpu.S
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (C) 1996, 1998 by Ralf Baechle
*
* Multi-arch abstraction and asm macros for easier reading:
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
*
* Further modifications to make this work:
* Copyright (c) 1998 Harald Koerfgen
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/kernel/r2300_switch.S
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (C) 1994, 1995, 1996 by Andreas Busse
*
* Multi-cpu abstraction and macros for easier reading:
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
*
* Further modifications to make this work:
* Copyright (c) 1998-2000 Harald Koerfgen
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/kernel/r4k_fpu.S
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (C) 1996, 98, 99, 2000, 01 Ralf Baechle
*
* Multi-arch abstraction and asm macros for easier reading:
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
*
* Carsten Langgaard, [email protected]
* Copyright (C) 2000 MIPS Technologies, Inc.
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/kernel/r4k_switch.S
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* for more details.
*
* Copyright (C) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1994, 1995, 1996, by Andreas Busse
* Copyright (C) 1999 Silicon Graphics, Inc.
* Copyright (C) 2000 MIPS Technologies, Inc.
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/kernel/r6000_fpu.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Copyright (C) 1996 by Ralf Baechle
*
* Multi-arch abstraction and asm macros for easier reading:
* Copyright (C) 1996 David S. Miller ([email protected])
* Copyright (C) 1996 David S. Miller ([email protected])
*/
#include <asm/asm.h>
#include <asm/fpregdef.h>
Expand Down
Loading

0 comments on commit 57d19e8

Please sign in to comment.