projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fdf44c
)
Staging: bcm: Shortened prototype for GetNextTargetBufferLocation()
author
Matthias Beyer
<mail@beyermatthias.de>
Fri, 23 May 2014 20:24:05 +0000
(22:24 +0200)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/CmHost.c
b/drivers/staging/bcm/CmHost.c
index 182efccdd64ca74b1003deed7187dd109ea39088..fb1d932c5d790a6e2a6b93b4a2f848c482bee223 100644
(file)
--- a/
drivers/staging/bcm/CmHost.c
+++ b/
drivers/staging/bcm/CmHost.c
@@
-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);