Signed-off-by: Alex Martens <[email protected]>
---
src/hw/nvme.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hw/nvme.c b/src/hw/nvme.c
index 746e468..f035fa2 100644
--- a/src/hw/nvme.c
+++ b/src/hw/nvme.c
@@ -155,7 +155,7 @@ static struct nvme_sqe *
nvme_get_next_sqe(struct nvme_sq *sq, u8 opc, void *metadata, void *data, void
*data2)
{
if (((sq->head + 1) & sq->common.mask) == sq->tail) {
- dprintf(3, "submission queue is full");
+ dprintf(3, "submission queue is full\n");
return NULL;
}
--
2.31.1
_______________________________________________
SeaBIOS mailing list -- [email protected]
To unsubscribe send an email to [email protected]