> -----Original Message----- > From: Markus Elfring <[email protected]> > Sent: Thursday, September 19, 2024 10:15 AM > To: [email protected]; [email protected]; David S. Miller > <[email protected]>; Eric Dumazet <[email protected]>; Keller, Jacob E > <[email protected]>; Jakub Kicinski <[email protected]>; Kolacinski, > Karol > <[email protected]>; Paolo Abeni <[email protected]>; Kitszel, > Przemyslaw <[email protected]>; Richard Cochran > <[email protected]>; Nguyen, Anthony L <[email protected]> > Cc: LKML <[email protected]> > Subject: [PATCH] ice: Use common error handling code in two functions > > From: Markus Elfring <[email protected]> > Date: Thu, 19 Sep 2024 19:00:25 +0200 > > Add jump targets so that a bit of exception handling can be better reused > at the end of two function implementations. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring <[email protected]> > ---
Seems fine. Reviewed-by: Jacob Keller <[email protected]>
