Re: [PATCH v2] sctp: make sctp_transport_init() void
Xin Long <[email protected]>
| Newsgroups | org.kernel.vger.linux-sctp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CADvbK_cp=heq2sg0J2hEa3p4soBFmjdqvY2otSLtCkF0aF2FKQ@mail.gmail.com> |
On Sun, Nov 2, 2025 at 9:38 PM Huiwen He <[email protected]> wrote: > > sctp_transport_init() is static and never returns NULL. It is only > called by sctp_transport_new(), so change it to void and remove the > redundant return value check. > > Signed-off-by: Huiwen He <[email protected]> > --- > Changes in v2: > - Remove the 'fail' label and its path as suggested by Xin Long. > - Link to v1: https://lore.kernel.org/all/[email protected] > Acked-by: Xin Long <[email protected]>