From patchwork Mon May 26 01:14:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: George Anthony Vernon X-Patchwork-Id: 892866 Received: from out-186.mta0.migadu.com (out-186.mta0.migadu.com [91.218.175.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D571172607 for ; Mon, 26 May 2025 01:14:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.186 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748222084; cv=none; b=iM4kjqu4dUTWQFURlVGghqX9k9NZqPBdixbJ3tF2ulZvS2yO7jCV67V9XWKgLWNgo7Z/mZ9wiArVkSKZwtWUVtjHije2hNvEhYDf+5tkB47DXpb0HPNqRhW52Hl3tWh2qpkExuAWXdEZoD2dofKBk2CvAHqxLaEX/+sXci4BToo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748222084; c=relaxed/simple; bh=wK8iotMm7YuIyvWzMfRLm+zMPkx9dIkY5oQlX+KyoAw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Jr8DGoAfxGesy1gn79MaBbA7SS2jWVdHJilRTqTwI1L1CU7wEWd7AslxUFJRJOcNxirMP07C5czLqTGPR5zHFu5Fq5XSL2YZzV21Rj1ccSNHpn66J+61iyM0694Up0Mz5JWnLlk6369LQYK4ocYuHn/Nx3CoH6pGGxjs/1h0Ta8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=gvernon.com; spf=pass smtp.mailfrom=gvernon.com; dkim=pass (2048-bit key) header.d=gvernon.com header.i=@gvernon.com header.b=J9QcUn8B; arc=none smtp.client-ip=91.218.175.186 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=gvernon.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gvernon.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=gvernon.com header.i=@gvernon.com header.b="J9QcUn8B" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gvernon.com; s=key1; t=1748222079; 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=aYqvaegJpg9+7eYaLc+ma0QkJLUvpDi0F26E0i+3CRU=; b=J9QcUn8BTAzqe3Dpls4aaGGyrnjVBbjaY0Y6Ex7yp92AV2HLbDxUqRVuT9/6jvV88NQRnh eO1crmCU8OQltDm7Vk0+RbW9unKWPFfucz4lWjAN7880esFK/w/q84hW5oIXITcJM3+Veh bSUPaPXeAin3hnVkApRxm92+jQlyKStwgn3+0CKH33+sZCGYznHauW1LgTam51jS3K9oBB iC39JcInZsSKYwCfCoA+AYEOaPKwABjq7F9u4SLpqPRAcK6zY6ja6NjcCyNSk+J02S6210 N8xnuUBPS0Mmxonkkl2qWtYTyn/BQUiPxcTPZG+u9VjKI+3o3kwi+zKSlAJYIg== From: George Anthony Vernon To: dmitry.torokhov@gmail.com, corbet@lwn.net, skhan@kernel.org Cc: linux-input@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linux.dev, George Anthony Vernon Subject: [PATCH 0/3] Multiple fixes to Amiga joystick documentation Date: Mon, 26 May 2025 02:14:40 +0100 Message-ID: <20250526011443.136804-1-contact@gvernon.com> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT Hi, I've made a few fixes to the Amiga joystick documentation. I discovered the unintentional spanning cell when experimenting with the Sphinx manpage builder which emits warnings for those. I've split these fixes up into logically separated commits which I hope make them easy to review. Please do let me know if I've done so in poor taste. Thanks, George George Anthony Vernon (3): input: docs: Fix broken table formatting input: docs: Correct Amiga 4-jstick adapter pinout input: docs: Fix Amiga joysticks grammar & formatting Documentation/input/devices/amijoy.rst | 126 +++++++++++++------------ 1 file changed, 68 insertions(+), 58 deletions(-)