From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756346Ab1EFK4v (ORCPT ); Fri, 6 May 2011 06:56:51 -0400 Received: from qmta13.emeryville.ca.mail.comcast.net ([76.96.27.243]:41436 "EHLO qmta13.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932153Ab1EFKye (ORCPT ); Fri, 6 May 2011 06:54:34 -0400 From: matt mooney To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: [PATCH 08/16] staging: usbip: stub.h: coding style cleanup Date: Fri, 6 May 2011 03:47:48 -0700 Message-Id: <70fd590bd9756fe52331f7efbe5250310fa5cea7.1304676742.git.mfm@muteddisk.com> X-Mailer: git-send-email 1.7.5.1 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove extraneous lines. Signed-off-by: matt mooney --- drivers/staging/usbip/stub.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/usbip/stub.h b/drivers/staging/usbip/stub.h index 6004fcd..6d252b8 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 */ -- 1.7.5.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: matt mooney Date: Fri, 06 May 2011 10:47:48 +0000 Subject: [PATCH 08/16] staging: usbip: stub.h: coding style cleanup Message-Id: <70fd590bd9756fe52331f7efbe5250310fa5cea7.1304676742.git.mfm@muteddisk.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Remove extraneous lines. Signed-off-by: matt mooney --- drivers/staging/usbip/stub.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/usbip/stub.h b/drivers/staging/usbip/stub.h index 6004fcd..6d252b8 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 */ -- 1.7.5.1