misc: virtio-devices: manual adjustment of special case

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster 2025-05-28 08:12:25 +02:00 committed by Rob Bradford
parent 30ee2c129d
commit 1433763d40

View file

@ -81,7 +81,7 @@ pub enum Error {
RequestStatus(#[source] GuestMemoryError),
#[error("Failed to enable notification")]
QueueEnableNotification(#[source] virtio_queue::Error),
#[error("Failed to get {lock_type:?} lock for disk image {path}: {error}")]
#[error("Failed to get {lock_type:?} lock for disk image: {path}")]
LockDiskImage {
/// The underlying error.
#[source]