diff options
Diffstat (limited to 'net/dccp/ccid.c')
-rw-r--r-- | net/dccp/ccid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/ccid.c b/net/dccp/ccid.c index 48b585a5cba7..597557254ddb 100644 --- a/net/dccp/ccid.c +++ b/net/dccp/ccid.c | |||
@@ -46,6 +46,7 @@ bool ccid_support_check(u8 const *ccid_array, u8 array_len) | |||
46 | * ccid_get_builtin_ccids - Populate a list of built-in CCIDs | 46 | * ccid_get_builtin_ccids - Populate a list of built-in CCIDs |
47 | * @ccid_array: pointer to copy into | 47 | * @ccid_array: pointer to copy into |
48 | * @array_len: value to return length into | 48 | * @array_len: value to return length into |
49 | * | ||
49 | * This function allocates memory - caller must see that it is freed after use. | 50 | * This function allocates memory - caller must see that it is freed after use. |
50 | */ | 51 | */ |
51 | int ccid_get_builtin_ccids(u8 **ccid_array, u8 *array_len) | 52 | int ccid_get_builtin_ccids(u8 **ccid_array, u8 *array_len) |