| From 642125ab985403d04a579be7e709ba4b79ad2853 Mon Sep 17 00:00:00 2001 |
| From: Alexander Usyskin <alexander.usyskin@intel.com> |
| Date: Tue, 8 Oct 2019 03:57:34 +0300 |
| Subject: [PATCH] mei: fix modalias documentation |
| |
| commit 73668309215285366c433489de70d31362987be9 upstream. |
| |
| mei client bus added the client protocol version to the device alias, |
| but ABI documentation was not updated. |
| |
| Fixes: b26864cad1c9 (mei: bus: add client protocol version to the device alias) |
| Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> |
| Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> |
| Link: https://lore.kernel.org/r/20191008005735.12707-1-tomas.winkler@intel.com |
| Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> |
| |
| diff --git a/Documentation/ABI/testing/sysfs-bus-mei b/Documentation/ABI/testing/sysfs-bus-mei |
| index 6bd45346ac7e..3f8701e8fa24 100644 |
| --- a/Documentation/ABI/testing/sysfs-bus-mei |
| +++ b/Documentation/ABI/testing/sysfs-bus-mei |
| @@ -4,7 +4,7 @@ KernelVersion: 3.10 |
| Contact: Samuel Ortiz <sameo@linux.intel.com> |
| linux-mei@linux.intel.com |
| Description: Stores the same MODALIAS value emitted by uevent |
| - Format: mei:<mei device name>:<device uuid>: |
| + Format: mei:<mei device name>:<device uuid>:<protocol version> |
| |
| What: /sys/bus/mei/devices/.../name |
| Date: May 2015 |
| -- |
| 2.7.4 |
| |