mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
[SCTP]: __nocast annotations
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
63522f7fdb
commit
3182cd84f0
16 changed files with 100 additions and 74 deletions
|
@ -219,7 +219,7 @@ static void sctp_free_local_addr_list(void)
|
|||
|
||||
/* Copy the local addresses which are valid for 'scope' into 'bp'. */
|
||||
int sctp_copy_local_addr_list(struct sctp_bind_addr *bp, sctp_scope_t scope,
|
||||
int gfp, int copy_flags)
|
||||
unsigned int __nocast gfp, int copy_flags)
|
||||
{
|
||||
struct sctp_sockaddr_entry *addr;
|
||||
int error = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue