Staging: bcm: Shortened prototype for GetNextTargetBufferLocation()
authorMatthias Beyer <mail@beyermatthias.de>
Fri, 23 May 2014 20:24:05 +0000 (22:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 22:26:39 +0000 (07:26 +0900)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.c

index 182efccdd64ca74b1003deed7187dd109ea39088..fb1d932c5d790a6e2a6b93b4a2f848c482bee223 100644 (file)
@@ -13,7 +13,8 @@ enum E_CLASSIFIER_ACTION {
        eDeleteClassifier
 };
 
-static ULONG GetNextTargetBufferLocation(struct bcm_mini_adapter *Adapter, B_UINT16 tid);
+static ULONG GetNextTargetBufferLocation(struct bcm_mini_adapter *Adapter,
+               B_UINT16 tid);
 static void restore_endianess_of_pstClassifierEntry(
                struct bcm_classifier_rule *pstClassifierEntry,
                enum bcm_ipaddr_context eIpAddrContext);