From: matt mooney <mfm@muteddisk.com>
Date: Fri, 6 May 2011 10:47:48 +0000 (-0700)
Subject: staging: usbip: stub.h: coding style cleanup
X-Git-Tag: firefly_0821_release~7613^2~1326^2~494
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=09e0650b25d1b75b16c4b6faede2f537d55b6b18;p=firefly-linux-kernel-4.4.55.git

staging: usbip: stub.h: coding style cleanup

Remove extraneous lines.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---

diff --git a/drivers/staging/usbip/stub.h b/drivers/staging/usbip/stub.h
index 6004fcdbc1a4..6d252b879d54 100644
--- a/drivers/staging/usbip/stub.h
+++ b/drivers/staging/usbip/stub.h
@@ -58,7 +58,6 @@ struct stub_device {
 	struct list_head unlink_tx;
 	struct list_head unlink_free;
 
-
 	wait_queue_head_t tx_waitq;
 };
 
@@ -89,7 +88,6 @@ struct bus_id_priv {
 
 extern struct kmem_cache *stub_priv_cache;
 
-
 /*-------------------------------------------------------------------------*/
 /* prototype declarations */