From nobody Fri Apr 26 11:00:36 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of seabios.org designates 78.46.105.101 as permitted sender) client-ip=78.46.105.101; envelope-from=seabios-bounces@seabios.org; helo=coreboot.org; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of seabios.org designates 78.46.105.101 as permitted sender) smtp.mailfrom=seabios-bounces@seabios.org; dmarc=pass(p=reject dis=none) header.from=seabios.org ARC-Seal: i=1; a=rsa-sha256; t=1624745645; cv=none; d=zohomail.com; s=zohoarc; b=AkavZ+DZ/wXQfiIoy1pHOrZ4nplCDI9BqtynflaPASdH6zmsheC06/uUJnzltIiwqlTPpi1FKnKaSpu/13Dz26J8F8QKesz0iBjG4kauTmD4iJBwUcYyM5bMBPdXMcIOeC68/ImjmLmibAps9aeam4WYXFw2h7YJF2uEp/7FwoI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1624745645; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Owner:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Subject:To; bh=2unO2zT2SBXZ6UfLOKdmfG+l+AGYrK9JuUBhKTKBGF0=; b=jA6qdZoK6HIBkSCfrwMSJkgzo3J56QmZj9qhoUCfEwJFI271oVUlmGioPl6qeitZE3Shem2zRWJeAsfdf9ZUwUmyLtp6KDYn1Qg7lcfbjiELpAN+FX3pvR2GhMvistirel2suUXqSHfIzNRWPHqRP1rCTrH7sE7fn0uWIr47UH8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of seabios.org designates 78.46.105.101 as permitted sender) smtp.mailfrom=seabios-bounces@seabios.org; dmarc=pass header.from= (p=reject dis=none) Return-Path: Received: from coreboot.org (coreboot.org [78.46.105.101]) by mx.zohomail.com with SMTPS id 162474564563632.92489214002023; Sat, 26 Jun 2021 15:14:05 -0700 (PDT) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by coreboot.org (Postfix) with ESMTPA id 80F401061A2E; Sat, 26 Jun 2021 22:14:01 +0000 (UTC) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by coreboot.org (Postfix) with ESMTP id B5BAC1061A1A for ; Sat, 26 Jun 2021 22:13:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seabios.org; s=dkim; t=1624745642; h=from:from:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references:list-id:list-owner:list-unsubscribe:list-subscribe:list-post; bh=2unO2zT2SBXZ6UfLOKdmfG+l+AGYrK9JuUBhKTKBGF0=; b=cdQAK9+tDt4VVl/POjrA631TkHijzqIKlVpvMpWdtaUEothZBe/wZllOTMNbGXE5ulfG1d JqoKw5tHbR5BIkfFSU/wh/3rNuPrASmBQwiX3wCeItMeIbJKV4yfI/dKLTWsrZsq4PPMas hXOqWzqOwZzx6180D91oWcmw4LyXPNk= Date: Sat, 26 Jun 2021 22:13:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1624745624; bh=+kRWWnCZ9cWO+PK2Sh6gmGsCAGdkPULhh8cnoCH27M8=; h=Date:To:From:Cc:Reply-To:Subject:From; b=TbKCGsfErYR9rlX3AVEvRpb8G5ba0rJEXXJub4DzR/QpMoQmEREqrLVfF7hvcbFsj FI7ROffNHI6IDlq5CYtee4lF+fs2hKJ2H3wc7rmym1NMjABsOeavyeeKuyzY8HotPp zLBA1wwO2TusA2Mu7Gfwhvy3jZCahcW99gVw5IeA= To: seabios@seabios.org Message-ID: MIME-Version: 1.0 X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Message-ID-Hash: KODHTJLGFNL3BCM3M532JBOWDSTUGYHP X-Message-ID-Hash: KODHTJLGFNL3BCM3M532JBOWDSTUGYHP X-MailFrom: alexmgit@protonmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-seabios.seabios.org-0; header-match-seabios.seabios.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Alex Martens X-Mailman-Version: 3.3.4 Precedence: list Subject: [SeaBIOS] [PATCH] nvme: fix missing newline on sq full print List-Id: SeaBIOS mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: Alex Martens via SeaBIOS Reply-To: Alex Martens Content-Transfer-Encoding: quoted-printable Authentication-Results: coreboot.org; auth=pass smtp.auth=mailman@coreboot.org smtp.mailfrom=seabios-bounces@seabios.org X-Spamd-Bar: --- X-ZohoMail-DKIM: pass (identity @seabios.org) Content-Type: text/plain; charset="utf-8" Signed-off-by: Alex Martens --- 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) =3D=3D sq->tail) { - dprintf(3, "submission queue is full"); + dprintf(3, "submission queue is full\n"); return NULL; } =20 --=20 2.31.1 _______________________________________________ SeaBIOS mailing list -- seabios@seabios.org To unsubscribe send an email to seabios-leave@seabios.org