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:
bcadb1d
)
staging: netlogic: fix missing a blank line after declarations
author
Toby Smith
<toby@tismith.id.au>
Wed, 2 Apr 2014 00:43:05 +0000
(10:43 +1000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 25 Apr 2014 23:05:12 +0000
(16:05 -0700)
Fix checkpatch.pl issues with missing blank line after declarations.
Signed-off-by: Toby Smith <toby@tismith.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/netlogic/xlr_net.c
patch
|
blob
|
history
diff --git
a/drivers/staging/netlogic/xlr_net.c
b/drivers/staging/netlogic/xlr_net.c
index c83e3375104b5066db2a4991726fbb8a3aa45fde..75d7c63cb41328e8f88a86fdbf93ee091a147abd 100644
(file)
--- a/
drivers/staging/netlogic/xlr_net.c
+++ b/
drivers/staging/netlogic/xlr_net.c
@@
-268,6
+268,7
@@
static void xlr_make_tx_desc(struct nlm_fmn_msg *msg, unsigned long addr,
unsigned long physkb = virt_to_phys(skb);
int cpu_core = nlm_core_id();
int fr_stn_id = cpu_core * 8 + XLR_FB_STN; /* FB to 6th bucket */
+
msg->msg0 = (((u64)1 << 63) | /* End of packet descriptor */
((u64)127 << 54) | /* No Free back */
(u64)skb->len << 40 | /* Length of data */