Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196934
b: refs/heads/master
c: 8d1fe5e
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 87dedf7 commit 4097290
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7e7031aea1215da499b51fea0ade6b92f1232af
refs/heads/master: 8d1fe5eaa3b796609a8e2b7dad2480e623c19819
1 change: 0 additions & 1 deletion trunk/drivers/staging/otus/wwrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,6 @@ int zfLnxCencSendMsg(struct sock *netlink_sk, u_int8_t *msg, int len)
/*填写数据报相关信息*/
nlh = NLMSG_PUT(skb, 0, 0, WAI_K_MSG, size-sizeof(*nlh));
pos = NLMSG_DATA(nlh);
memset(pos, 0, len);

/*传输到用户空间的数据*/
memcpy(pos, msg, len);
Expand Down

0 comments on commit 4097290

Please sign in to comment.