Re: [PATCH net] net: wwan: iosm: Fix memory leak in ipc_mux_deinit()

From: Zilin Guan

Date: Tue Dec 30 2025 - 06:04:46 EST


On Tue, Dec 30, 2025 at 10:42:22AM+0100, Markus Elfring wrote:
> Do you tend to interpret such information still as the beginning
> of the function implementation?
> ...
> Would the mentioned variable be relevant only for an additional if branch?

I prefer to strictly follow the existing coding style of the current file,
where all local variables are declared at the top of the function. I do
not wish to mix different declaration styles in this patch.

If you believe the file should be converted to C99 style, that would be
better handled in a separate cleanup patch for the entire file, rather
than mixing it into this bug fix.

Regards,
Zilin Guan