Re: [PATCH net-next 1/7] net: ipa: restructure a few functions

2021-02-05 Thread Alex Elder
On 2/4/21 10:50 PM, Jakub Kicinski wrote: > On Wed, 3 Feb 2021 09:28:49 -0600 Alex Elder wrote: >> Make __gsi_channel_start() and __gsi_channel_stop() more structurally >> and semantically similar to each other: >> - Restructure __gsi_channel_start() to always return at the end of >> the fun

Re: [PATCH net-next 1/7] net: ipa: restructure a few functions

2021-02-04 Thread Jakub Kicinski
On Wed, 3 Feb 2021 09:28:49 -0600 Alex Elder wrote: > Make __gsi_channel_start() and __gsi_channel_stop() more structurally > and semantically similar to each other: > - Restructure __gsi_channel_start() to always return at the end of > the function, similar to the way __gsi_channel_stop() d