X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fsctp%2Fsm_make_chunk.c;h=be783a3761c42525c5f3dedb513b4ca2b1716db4;hb=3ff50b7997fe06cd5d276b229967bb52d6b3b6c1;hp=759ea3d19976a2ee712225137480f6f63717bf48;hpb=c462238d6a6d8ee855bda10f9fff442971540ed2;p=powerpc.git diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c index 759ea3d199..be783a3761 100644 --- a/net/sctp/sm_make_chunk.c +++ b/net/sctp/sm_make_chunk.c @@ -2077,7 +2077,7 @@ static int sctp_process_param(struct sctp_association *asoc, default: /* Just ignore anything else. */ break; - }; + } } break; @@ -2118,7 +2118,7 @@ static int sctp_process_param(struct sctp_association *asoc, SCTP_DEBUG_PRINTK("Ignoring param: %d for association %p.\n", ntohs(param.p->type), asoc); break; - }; + } return retval; }