Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90676
b: refs/heads/master
c: 13f51d8
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Apr 14, 2008
1 parent 7362c31 commit 7654d77
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: df39e8ba56a788733d369068c7319e04b1da3cd5
refs/heads/master: 13f51d82acb003918d71ce4639ae77fceaa58cad
2 changes: 1 addition & 1 deletion trunk/net/dccp/ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "feat.h"

/*
* The dccp_ctl_sk is the global socket data structure used for responding to
* The per-net dccp.v4_ctl_sk socket is used for responding to
* the Out-of-the-blue (OOTB) packets. A control sock will be created
* for this socket at the initialization time.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/dccp/ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "ipv6.h"
#include "feat.h"

/* dccp_v6_ctl_sk is used for sending RSTs and ACKs */
/* The per-net dccp.v6_ctl_sk is used for sending RSTs and ACKs */

static struct inet_connection_sock_af_ops dccp_ipv6_mapped;
static struct inet_connection_sock_af_ops dccp_ipv6_af_ops;
Expand Down

0 comments on commit 7654d77

Please sign in to comment.