From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0CA77C433EF for ; Wed, 20 Jul 2022 11:35:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237132AbiGTLfj (ORCPT ); Wed, 20 Jul 2022 07:35:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237865AbiGTLff (ORCPT ); Wed, 20 Jul 2022 07:35:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C82C27165; Wed, 20 Jul 2022 04:35:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 344AE60ADD; Wed, 20 Jul 2022 11:35:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DD28C341CA; Wed, 20 Jul 2022 11:35:31 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="ib6MxC3F" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1658316930; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=maGCRrxRpHrSk2PNn1nY2bqa8mZP2c6t0ndugNv6oL0=; b=ib6MxC3FnDNkqhSrIqYaGOWQROdPk+nPkpxkg4BbjAxQySIRfiimy+giX5fmszMJboop79 xt7lA4e6IuWpfqmy675b7ayCBHBPip3dOy7I2MQ7ExizwOPd/Zew2+x4ujNmFujsklGlZf DTf5VETcRG0vIzf5/suKivVrynSi/yE= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id f8dec305 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 20 Jul 2022 11:35:30 +0000 (UTC) From: "Jason A. Donenfeld" To: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: "Jason A. Donenfeld" , Simon Sapin , Gabriel Somlo , Jonathan Corbet Subject: [PATCH] docs: ABI: correct QEMU fw_cfg spec path Date: Wed, 20 Jul 2022 13:35:18 +0200 Message-Id: <20220720113518.317032-1-Jason@zx2c4.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A few weeks ago, QEMU switched docs/specs/fw_cfg.txt to be docs/specs/fw_cfg.rst, so update the reference in the kernel docs to reflect this. Cc: Simon Sapin Cc: Gabriel Somlo Cc: Jonathan Corbet Signed-off-by: Jason A. Donenfeld --- Documentation/ABI/testing/sysfs-firmware-qemu_fw_cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-firmware-qemu_fw_cfg b/Documentation/ABI/testing/sysfs-firmware-qemu_fw_cfg index ee0d6dbc810e..7cbce4af6346 100644 --- a/Documentation/ABI/testing/sysfs-firmware-qemu_fw_cfg +++ b/Documentation/ABI/testing/sysfs-firmware-qemu_fw_cfg @@ -12,7 +12,7 @@ Description: configuration data to the guest userspace. The authoritative guest-side hardware interface documentation - to the fw_cfg device can be found in "docs/specs/fw_cfg.txt" + to the fw_cfg device can be found in "docs/specs/fw_cfg.rst" in the QEMU source tree. **SysFS fw_cfg Interface** -- 2.35.1