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

Commit 7836899c authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'net-whitespace-cleanups'



Stephen Hemminger says:

====================
net whitespace cleanups

Ran script that I use to check for trailing whitespace and
blank lines at end of files across all files in net/ directory.
These are errors that checkpatch reports and git flags.

These are the resulting fixes broken up mostly by subsystem.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 8dd30201 e446a276
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,4 +9,3 @@ obj-$(CONFIG_VLAN_8021Q) += 8021q.o
8021q-$(CONFIG_VLAN_8021Q_GVRP)		+= vlan_gvrp.o
8021q-$(CONFIG_VLAN_8021Q_MVRP)		+= vlan_mvrp.o
8021q-$(CONFIG_PROC_FS)			+= vlanproc.o
+0 −6
Original line number Diff line number Diff line
@@ -307,9 +307,3 @@ void mpc_proc_clean(void)
}

#endif /* CONFIG_PROC_FS */





+0 −1
Original line number Diff line number Diff line
@@ -304,4 +304,3 @@ void ax25_digi_invert(const ax25_digi *in, ax25_digi *out)
		}
	}
}
+0 −1
Original line number Diff line number Diff line
@@ -299,4 +299,3 @@ int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)

	return queued;
}
+0 −1
Original line number Diff line number Diff line
@@ -205,4 +205,3 @@ void ax25_dama_off(ax25_cb *ax25)
	ax25->condition &= ~AX25_COND_DAMA_MODE;
	ax25_dev_dama_off(ax25->ax25_dev);
}
Loading