On Mon, Aug 18, 2025 at 12:17:45PM +0000, Adrian Barnaś wrote: > Address various coding style issues reported by checkpatch.pl > in drivers/usb/mon/mon_bin.c to improve adherence to kernel coding style. Note, given the age of the USB code, there are many portions that do not follow the "correct" coding style. Same for many other kernel subsystems. It's generally not a good idea to attempt to clean them up as it doesn't provide any real benefit, unless the subsystem maintainer says it's ok. Otherwise it's just a constant churn over time as new things get added to checkpatch.pl. If you want to work on coding style cleanups, please do so in drivers/staging/ as that is explicitly where it is allowed to do so. thanks, greg k-h