Re: [PATCH] usb: gadget: Add gadgetmon traffic monitor
From: Greg KH
Date: Fri Jul 25 2025 - 11:33:46 EST
Cool, but:
On Fri, Jul 25, 2025 at 05:25:49PM +0200, Olivier Tuchon wrote:
> Signed-off-by: Oliv <tcn@xxxxxxxxxx>
Doesn't match the From: line :(
> +config GADGETMON_BUFFER_SIZE_MB
> + int "Buffer size for gadget monitor (in MiB)"
> + depends on USB_GADGET_MON
> + default 4
> + help
> + Sets the size of the ring buffer used to transfer event data
> + from the kernel to userspace. A larger buffer reduces the risk
> + of dropping events during high-speed traffic bursts but uses
> + more kernel memory. Value is in Megabytes (MiB).
<snip>
Patch is totally corrupted with whitespace issues everywhere, making it
impossible to apply or even review :(
thanks,
greg k-h