Re: [PATCH] Set return code on failure

2022-01-04 Thread Jason Wang
On Wed, Jan 5, 2022 at 5:32 AM Patrick Venture wrote: > > > > On Tue, Jan 4, 2022 at 1:18 PM Patrick Venture wrote: >> >> From: Peter Foley >> >> Match the other error handling in this function. > > > Just noticed I didn't fix up the commit title here to match style. Should I > do a PATCH RESE

Re: [PATCH] Set return code on failure

2022-01-04 Thread Patrick Venture
On Tue, Jan 4, 2022 at 1:18 PM Patrick Venture wrote: > From: Peter Foley > > Match the other error handling in this function. > Just noticed I didn't fix up the commit title here to match style. Should I do a PATCH RESEND or a new patch, or can you add the "net/tap: " to the title before appl

[PATCH] Set return code on failure

2022-01-04 Thread Patrick Venture
From: Peter Foley Match the other error handling in this function. Signed-off-by: Peter Foley --- net/tap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/tap.c b/net/tap.c index f716be3e3f..c5cbeaa7a2 100644 --- a/net/tap.c +++ b/net/tap.c @@ -900,6 +900,7 @@ int net_init_tap(const N