diff options
author | David S. Miller | 2012-06-26 00:50:32 +0200 |
---|---|---|
committer | David S. Miller | 2012-06-26 00:50:32 +0200 |
commit | e486463e82e4dca9e8f4413649088b21c9ff87e5 (patch) | |
tree | 3fb17b54454a101416c2b22e6b4ea5a027b3c02b /include | |
parent | netxen: Error return off by one for XG port. (diff) | |
parent | ipv6: fib: fix fib dump restart (diff) | |
download | kernel-qcow2-linux-e486463e82e4dca9e8f4413649088b21c9ff87e5.tar.gz kernel-qcow2-linux-e486463e82e4dca9e8f4413649088b21c9ff87e5.tar.xz kernel-qcow2-linux-e486463e82e4dca9e8f4413649088b21c9ff87e5.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/net/usb/qmi_wwan.c
net/batman-adv/translation-table.c
net/ipv6/route.c
qmi_wwan.c resolution provided by Bjørn Mork.
batman-adv conflict is dealing merely with the changes
of global function names to have a proper subsystem
prefix.
ipv6's route.c conflict is merely two side-by-side additions
of network namespace methods.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/phonet/gprs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/phonet/gprs.h b/include/net/phonet/gprs.h index 928daf595beb..bcd525e39a0b 100644 --- a/include/net/phonet/gprs.h +++ b/include/net/phonet/gprs.h @@ -5,7 +5,7 @@ * * Copyright (C) 2008 Nokia Corporation. * - * Author: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> + * Author: Rémi Denis-Courmont * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |