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>
This commit is contained in:
matt mooney 2011-05-06 03:47:48 -07:00 коммит произвёл Greg Kroah-Hartman
Родитель 0f79847ce0
Коммит 09e0650b25
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -58,7 +58,6 @@ struct stub_device {
struct list_head unlink_tx; struct list_head unlink_tx;
struct list_head unlink_free; struct list_head unlink_free;
wait_queue_head_t tx_waitq; wait_queue_head_t tx_waitq;
}; };
@ -89,7 +88,6 @@ struct bus_id_priv {
extern struct kmem_cache *stub_priv_cache; extern struct kmem_cache *stub_priv_cache;
/*-------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------*/
/* prototype declarations */ /* prototype declarations */