Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e82b0f2c authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[netdrvr s/390] trim trailing whitespace

Previous fix patches added a bunch of trailing whitespace,
which git-applymbox complained loudly about.
parent 74ef872c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */


#include <linux/init.h>
#include <linux/module.h>
#include <linux/err.h>
+18 −18
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */


/* #define DEBUG */

#include <linux/module.h>
@@ -297,7 +297,7 @@ MODULE_LICENSE("GPL");
/*
 * Debugging stuff
 *******************************************************************************/



#ifdef DEBUG
static int debuglevel = 0;
@@ -344,7 +344,7 @@ do { \
/*
 * Internal functions
 *******************************************************************************/


/**
 * print start banner
 */
+18 −18
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */


#undef DEBUG

#include <linux/module.h>
@@ -65,7 +65,7 @@ MODULE_AUTHOR
    ("(C) 2001 IBM Corporation by Fritz Elfert (felfert@millenux.com)");
MODULE_DESCRIPTION ("Linux for S/390 IUCV network driver");



#define PRINTK_HEADER " iucv: "       /* for debugging */

static struct device_driver netiucv_driver = {
@@ -202,7 +202,7 @@ netiucv_printname(char *name)
	*p = '\0';
	return tmp;
}


/**
 * States of the interface statemachine.
 */
@@ -244,7 +244,7 @@ static const char *dev_event_names[] = {
	"Connection up",
	"Connection down",
};


/**
 * Events of the connection statemachine
 */
@@ -364,7 +364,7 @@ static const char *conn_state_names[] = {
	"Connect error",
};



/**
 * Debug Facility Stuff
 */
@@ -516,7 +516,7 @@ static void
fsm_action_nop(fsm_instance *fi, int event, void *arg)
{
}


/**
 * Actions of the connection statemachine
 *****************************************************************************/
@@ -993,7 +993,7 @@ static const fsm_node conn_fsm[] = {

static const int CONN_FSM_LEN = sizeof(conn_fsm) / sizeof(fsm_node);



/**
 * Actions for interface - statemachine.
 *****************************************************************************/
@@ -1220,7 +1220,7 @@ netiucv_transmit_skb(struct iucv_connection *conn, struct sk_buff *skb) {

	return rc;
}


/**
 * Interface API for upper network layers
 *****************************************************************************/
+13 −13

File changed.

Contains only whitespace changes.

+37 −37

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+311 −311

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

Loading