Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41792
b: refs/heads/master
c: 63706c5
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent 0e768bf commit 88f575f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 5bf2db03908b9121805af3c76e3ac2d0759e199f
refs/heads/master: 63706c5c6fd07f58bed85d0aa031ffbce3a0385f
2 changes: 1 addition & 1 deletion trunk/include/net/sctp/sm.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *,
const size_t paylen);
struct sctp_chunk *sctp_make_op_error(const struct sctp_association *,
const struct sctp_chunk *chunk,
__u16 cause_code,
__be16 cause_code,
const void *payload,
size_t paylen);

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/sctp/sm_make_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ static struct sctp_chunk *sctp_make_op_error_space(
/* Create an Operation Error chunk. */
struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
const struct sctp_chunk *chunk,
__u16 cause_code, const void *payload,
__be16 cause_code, const void *payload,
size_t paylen)
{
struct sctp_chunk *retval;
Expand Down

0 comments on commit 88f575f

Please sign in to comment.