Commit ec5efa9d authored by Shmulik Hen's avatar Shmulik Hen Committed by Jeff Garzik

[PATCH] bonding cleanup 2.6 - Whitespace cleanup

Chomp all trailing white space.
parent 8d77e99e
This diff is collapsed.
...@@ -1060,7 +1060,7 @@ static int alb_handle_addr_collision_on_attach(struct bonding *bond, struct slav ...@@ -1060,7 +1060,7 @@ static int alb_handle_addr_collision_on_attach(struct bonding *bond, struct slav
* *
* For each slave, this function sets the interface to the new address and then * For each slave, this function sets the interface to the new address and then
* changes its dev_addr field to its previous value. * changes its dev_addr field to its previous value.
* *
* Unwinding assumes bond's mac address has not yet changed. * Unwinding assumes bond's mac address has not yet changed.
*/ */
static int alb_set_mac_address(struct bonding *bond, void *addr) static int alb_set_mac_address(struct bonding *bond, void *addr)
......
This diff is collapsed.
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* *
* This software may be used and distributed according to the terms * This software may be used and distributed according to the terms
* of the GNU Public License, incorporated herein by reference. * of the GNU Public License, incorporated herein by reference.
* *
* *
* 2003/03/18 - Amir Noam <amir.noam at intel dot com>, * 2003/03/18 - Amir Noam <amir.noam at intel dot com>,
* Tsippy Mendelson <tsippy.mendelson at intel dot com> and * Tsippy Mendelson <tsippy.mendelson at intel dot com> and
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* 2003/05/01 - Shmulik Hen <shmulik.hen at intel dot com> * 2003/05/01 - Shmulik Hen <shmulik.hen at intel dot com>
* - Added support for Transmit load balancing mode. * - Added support for Transmit load balancing mode.
*/ */
#ifndef _LINUX_BONDING_H #ifndef _LINUX_BONDING_H
#define _LINUX_BONDING_H #define _LINUX_BONDING_H
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
/* /*
* Checks whether bond is ready for transmit. * Checks whether bond is ready for transmit.
* *
* Caller must hold bond->lock * Caller must hold bond->lock
*/ */
#define BOND_IS_OK(bond) \ #define BOND_IS_OK(bond) \
......
/* /*
* Bond several ethernet interfaces into a Cisco, running 'Etherchannel'. * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
* *
* *
* Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes * Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes
* NCM: Network and Communications Management, Inc. * NCM: Network and Communications Management, Inc.
* *
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
* *
* This software may be used and distributed according to the terms * This software may be used and distributed according to the terms
* of the GNU Public License, incorporated herein by reference. * of the GNU Public License, incorporated herein by reference.
* *
* 2003/03/18 - Amir Noam <amir.noam at intel dot com> * 2003/03/18 - Amir Noam <amir.noam at intel dot com>
* - Added support for getting slave's speed and duplex via ethtool. * - Added support for getting slave's speed and duplex via ethtool.
* Needed for 802.3ad and other future modes. * Needed for 802.3ad and other future modes.
* *
* 2003/03/18 - Tsippy Mendelson <tsippy.mendelson at intel dot com> and * 2003/03/18 - Tsippy Mendelson <tsippy.mendelson at intel dot com> and
* Shmulik Hen <shmulik.hen at intel dot com> * Shmulik Hen <shmulik.hen at intel dot com>
* - Enable support of modes that need to use the unique mac address of * - Enable support of modes that need to use the unique mac address of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment