On Fri Oct 25 13:31:44 2024 +0000, Nikolay Sivov wrote:
Let's have those variable at top level, remove indentation, and use actual variable you need instead of "ptr". It's also useful to use a bunch of check_interface() one after another so you know what needs to be supported.
Okay, I thought this would be cleaner and not clutter up the top of the function but I'll change this.