Re: [PATCH v6 1/7] cdx: add the cdx bus driver

From: Randy Dunlap
Date: Thu Jan 26 2023 - 11:58:30 EST


Better as:

On 1/26/23 02:46, Nipun Gupta wrote:
> diff --git a/Documentation/ABI/testing/sysfs-bus-cdx b/Documentation/ABI/testing/sysfs-bus-cdx
> new file mode 100644
> index 000000000000..8c2425fdb6d9
> --- /dev/null
> +++ b/Documentation/ABI/testing/sysfs-bus-cdx
> @@ -0,0 +1,12 @@
> +What: /sys/bus/cdx/rescan
> +Date: January 2023
> +Contact: nipun.gupta@xxxxxxx
> +Description:

(also capitalize Linux)

Writing a non-zero value to this file causes rescan
of the bus and devices on the CDX bus. Any new devices are
scanned and added to the list of Linux devices and any
devices removed are also deleted from Linux.

> +
> + For example::
> +
> + # echo 1 > /sys/bus/cdx/rescan

--
~Randy