Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256036
b: refs/heads/master
c: 1fd9d20
h: refs/heads/master
v: v3
  • Loading branch information
Gerrit Renker committed Jul 4, 2011
1 parent 5d84949 commit 7b5cac2
Show file tree
Hide file tree
Showing 2 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: 8695e80193fed35f27c06f462bd5b76132fd5697
refs/heads/master: 1fd9d2081a9d8d77e5afccd5aafd28310cab3bfc
4 changes: 2 additions & 2 deletions trunk/net/dccp/ccid.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static int ccid_activate(struct ccid_operations *ccid_ops)
if (ccid_ops->ccid_hc_tx_slab == NULL)
goto out_free_rx_slab;

pr_info("CCID: Activated CCID %d (%s)\n",
pr_info("DCCP: Activated CCID %d (%s)\n",
ccid_ops->ccid_id, ccid_ops->ccid_name);
err = 0;
out:
Expand All @@ -136,7 +136,7 @@ static void ccid_deactivate(struct ccid_operations *ccid_ops)
ccid_kmem_cache_destroy(ccid_ops->ccid_hc_rx_slab);
ccid_ops->ccid_hc_rx_slab = NULL;

pr_info("CCID: Deactivated CCID %d (%s)\n",
pr_info("DCCP: Deactivated CCID %d (%s)\n",
ccid_ops->ccid_id, ccid_ops->ccid_name);
}

Expand Down

0 comments on commit 7b5cac2

Please sign in to comment.