Re: [PATCH] ABI: sysfs-bus-usb: use literal block for console commands
From: Jonathan Corbet
Date: Sat Sep 26 2026 - 11:47:01 EST
Randy Dunlap <rdunlap@xxxxxxxxxxxxx> writes:
> Use a literal block for console I/O so that the lines aren't merged
> together in the produced output.
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> ---
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Cc: linux-usb@xxxxxxxxxxxxxxx
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
> Cc: linux-doc@xxxxxxxxxxxxxxx
>
> Documentation/ABI/testing/sysfs-bus-usb | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> --- linux-next-20260921.orig/Documentation/ABI/testing/sysfs-bus-usb
> +++ linux-next-20260921/Documentation/ABI/testing/sysfs-bus-usb
> @@ -83,7 +83,8 @@ Description:
> idVendor idProduct. After successfully
> removing an ID, the driver will no longer support the
> device. This is useful to ensure auto probing won't
> - match the driver to the device. For example:
> + match the driver to the device. For example::
> +
> # echo "046d c315" > /sys/bus/usb/drivers/foo/remove_id
Applied, thanks.
jon