Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175225
b: refs/heads/master
c: 6c8e49d
h: refs/heads/master
i:
  175223: 48543be
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 5b0212e commit afeef85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: a5c330fe8b2f1e17133190e0b297a710c5a4de04
refs/heads/master: 6c8e49dd41a568a1e31e8020ba423a1ade8393b1
2 changes: 1 addition & 1 deletion trunk/drivers/staging/dst/state.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ int dst_data_send_header(struct socket *sock,
msg.msg_namelen = 0;
msg.msg_control = NULL;
msg.msg_controllen = 0;
msg.msg_flags = MSG_WAITALL | (more)?MSG_MORE:0;
msg.msg_flags = MSG_WAITALL | (more ? MSG_MORE : 0);

err = kernel_sendmsg(sock, &msg, &iov, 1, iov.iov_len);
if (err != size) {
Expand Down

0 comments on commit afeef85

Please sign in to comment.