From fd90678e3e71d513c1ecbb8856c29822ac36e177 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Mon, 22 Feb 2021 13:58:05 -0600 Subject: [PATCH] nodedev: add docs about mdev attribute order Mention that mdev attribute order is significant. Signed-off-by: Jonathon Jongsma Reviewed-by: Erik Skultety --- docs/formatnode.html.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/formatnode.html.in b/docs/formatnode.html.in index 5c7286df8a..c58cd01395 100644 --- a/docs/formatnode.html.in +++ b/docs/formatnode.html.in @@ -379,7 +379,10 @@ This optional element can occur multiple times. It represents a vendor-specific attribute that is used to configure this mediated device. It has two required attributes: - name and value. + name and value. Note that the order + in which attributes are set may be important for some devices. + The order that they appear in the xml definition determines the + order that they will be written to the device.