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

Commit 722c9a0c authored by tcharding's avatar tcharding Committed by David S. Miller
Browse files

net: Fix checkpatch WARNING: please, no space before tabs



This patch fixes multiple occurrences of space before tabs warnings.
More lines of code were moved than required to keep kernel-doc
comments uniform.

Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b668b903
Loading
Loading
Loading
Loading
+71 −71
Original line number Diff line number Diff line
@@ -7670,9 +7670,9 @@ EXPORT_SYMBOL(alloc_netdev_mqs);
 * @dev: device
 *
 * This function does the last stage of destroying an allocated device
 * 	interface. The reference to the device object is released.
 *	If this is the last reference then it will be freed.
 *	Must be called in process context.
 * interface. The reference to the device object is released. If this
 * is the last reference then it will be freed.Must be called in process
 * context.
 */
void free_netdev(struct net_device *dev)
{