sctp: make sctp_outq_flush/tail/uncork return void
authorXin Long <lucien.xin@gmail.com>
Tue, 13 Sep 2016 18:04:22 +0000 (02:04 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Sep 2016 02:02:33 +0000 (22:02 -0400)
commit83dbc3d4a38411ef38f680d7045c8478cc9c5a56
treec5dd0adc5b4219b2b9538bdef825d1c5f08d7009
parent645194409b0634a43890ec27c491c368b3bffc07
sctp: make sctp_outq_flush/tail/uncork return void

sctp_outq_flush return value is meaningless now, this patch is
to make sctp_outq_flush return void, as well as sctp_outq_fail
and sctp_outq_uncork.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h
net/sctp/outqueue.c
net/sctp/sm_sideeffect.c