X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fsctp%2Fchunk.c;h=77fb7b06a9c4eb62d2836b8b93fd779f6be4dfc0;hb=5c34202b8bf942da411b6599668a76b07449bbfd;hp=61da2937e641faa8973281fc57fd2c735dd14fbf;hpb=9ffc7a0ebfcace0ed3eb77fb77e159f6f9443ec5;p=powerpc.git diff --git a/net/sctp/chunk.c b/net/sctp/chunk.c index 61da2937e6..77fb7b06a9 100644 --- a/net/sctp/chunk.c +++ b/net/sctp/chunk.c @@ -3,7 +3,7 @@ * * This file is part of the SCTP kernel reference Implementation * - * This file contains the code relating the the chunk abstraction. + * This file contains the code relating the chunk abstraction. * * The SCTP reference implementation is free software; * you can redistribute it and/or modify it under the terms of @@ -62,7 +62,7 @@ static void sctp_datamsg_init(struct sctp_datamsg *msg) } /* Allocate and initialize datamsg. */ -SCTP_STATIC struct sctp_datamsg *sctp_datamsg_new(unsigned int __nocast gfp) +SCTP_STATIC struct sctp_datamsg *sctp_datamsg_new(gfp_t gfp) { struct sctp_datamsg *msg; msg = kmalloc(sizeof(struct sctp_datamsg), gfp);