From 0ef02498ee78748a4ae6d1a365e263fcfe5010df Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 16 Sep 2021 11:18:01 +0200 Subject: [PATCH] schemas: Provide grammar for scsi_generic capabilities MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit A nodedev can have 'scsi_generic' capabilities but corresponding RNG is missing. Fortunately, it's very simple - there's only one mandatory child element . Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- docs/schemas/nodedev.rng | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/schemas/nodedev.rng b/docs/schemas/nodedev.rng index 789b21b8da..4ad6708b70 100644 --- a/docs/schemas/nodedev.rng +++ b/docs/schemas/nodedev.rng @@ -78,6 +78,7 @@ + @@ -421,6 +422,16 @@ + + + scsi_generic + + + + + + + scsi_host -- 2.47.2