From nobody Wed Nov 5 13:14:13 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1536606309294846.7289095343914; Mon, 10 Sep 2018 12:05:09 -0700 (PDT) Received: from localhost ([::1]:53552 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzRUi-0005SJ-4Q for importer@patchew.org; Mon, 10 Sep 2018 15:05:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzRPQ-0001Hu-V4 for qemu-devel@nongnu.org; Mon, 10 Sep 2018 14:59:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzRPP-0001Di-BF for qemu-devel@nongnu.org; Mon, 10 Sep 2018 14:59:40 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:36487) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fzRPP-000196-02 for qemu-devel@nongnu.org; Mon, 10 Sep 2018 14:59:39 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 29D9A21F41; Mon, 10 Sep 2018 14:59:08 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Mon, 10 Sep 2018 14:59:08 -0400 Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id CC94410299; Mon, 10 Sep 2018 14:59:07 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=braap.org; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=mesmtp; bh=zAR92fAzzGMW3n /sQbpIuVUh9jBWuzXNG2FSaF0dGYM=; b=tSXU4lj8S+xisYpzgit08ekChcVTdz dmny3kIroJZW+q/VcEwJwJVhblaap44LfUOPZF46+6UO2Vy6ACI4wzNUNIu50ilE f7EwME1ZQtMJVSxXDjqsKCLCmBvJuA2nAJukIEUELbz6ILzA0hTA1ExczQJO6WZ/ tLQrfFgjs2fuA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=zAR92fAzzGMW3n/sQbpIuVUh9jBWuzXNG2FSaF0dGYM=; b=Cg5HU/9F zYpIIZi+vfpXdNjPWm3QKWojhaMGIXls4lMrVcHBJBaK2EHKzEq0DEm0zLp9t2xy a9z5ks9hL7r+Pxtf5LSzov23fiLGTpzfNBWSeFUxS2NJpHQSYM0lefCE1jBjXALG z+uV0iSXLitICFgkjOpi9TaosY+fjh8xA9cVDHEuOz5K8zEIrZCcwbSErzlR3A+O jogHzI7IMoVs4qwZ24kvfwdfhU7XW7QEvbc3pnPEHfBoMSWw51+GyfZZFi2vwlLj W8SVgLryyjeOxf2oPmAadhW0Libe64807cjgEPeZ6Oc/EYqbzY47XLqj6J3gkGho EnUvLWOkqhAKWw== X-ME-Proxy: X-ME-Sender: From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Mon, 10 Sep 2018 14:58:55 -0400 Message-Id: <20180910185859.27917-9-cota@braap.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180910185859.27917-1-cota@braap.org> References: <20180910185859.27917-1-cota@braap.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.25 Subject: [Qemu-devel] [PATCH v2 08/12] qht: fix comment in qht_bucket_remove_entry X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , Richard Henderson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Emilio G. Cota --- util/qht.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/qht.c b/util/qht.c index 50ed7a2102..3564a7e20f 100644 --- a/util/qht.c +++ b/util/qht.c @@ -671,7 +671,7 @@ qht_entry_move(struct qht_bucket *to, int i, struct qht= _bucket *from, int j) } =20 /* - * Find the last valid entry in @head, and swap it with @orig[pos], which = has + * Find the last valid entry in @orig, and swap it with @orig[pos], which = has * just been invalidated. */ static inline void qht_bucket_remove_entry(struct qht_bucket *orig, int po= s) --=20 2.17.1