From patchwork Mon May 26 13:59:49 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: 892664 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 AEB1186338 for ; Mon, 26 May 2025 14:00:39 +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=1748268041; cv=none; b=h/sDj8MxqPj5yD2WyHmoBxC9n7RTNkoUvJCHWQ2m5XwnNpZ7lIQBnCkVcLgg81LrlQMVS/X6ysWbxLJgENVjOrpnjDNU/K2TX/j4lHjDL+sTrnzk3TbWPa4H4zu0OOfWKIThLWEaE4a/2bDfcqfZ8FIH++omsN9p7sye7d5+d5M= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748268041; c=relaxed/simple; bh=aNQGcOGLGwzhcIOM8NfPYM0jf7KwNLGhz88QIVgMRM4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=GLNas5acvEODGZrANdx9w0YDfq7o30RmBKV7LQd71HPAsP4saBIDxAP9Z57lDhSEifLJbV9enN3U422Pm746+wiUZVXY7W7GiFjCZPkLdlNYYWQ3gH8BiChxocT2le/gKiRSxcwkoF4Fp9lgSriALNT/eRtJC3ZBJx5GYEiNOjg= 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=LF8Zty1P; 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="LF8Zty1P" 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=1748268037; 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: in-reply-to:in-reply-to:references:references; bh=ORmLrLq9c8xhomXJo56yAZlyEE/xXLB0zfu2z9O+YZ0=; b=LF8Zty1PSNafiuCuzp3qeQKoFXTYqFxEnstUI2gpqI7prTx/YxUn97yrsLncUH1qtn8BqG qlxy3Zm1f4wZHYgkhNcKnnzi7MN+gaGCgLhT2Uc6Zvkz3WqrMIaZ2KZvynnumaPALqk158 86aqUnv1MPBefEB/ULCFPQsb7nbncaQ9vsjUtJwrt2JYJVPvsd9SbYkd6Da77U2sT/IpBy TmESmwlFjsFuceLp8miIXt9/bjIZGb0BsZ/bKBR0YkfUGbvYyq1VFSGA9RQZ0XfBkpVzVn aZ50AFbGsnwB4+a9eC9LSlrdLBVmaCHMBFiVVsliLBW7Pgdf3cIjSnU/tatjkg== From: George Anthony Vernon To: dmitry.torokhov@gmail.com, corbet@lwn.net, skhan@linuxfoundation.org Cc: George Anthony Vernon , bagasdotme@gmail.com, linux-input@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linux.dev Subject: [PATCH v2 1/4] input: docs: Fix broken table formatting Date: Mon, 26 May 2025 14:59:49 +0100 Message-ID: <20250526135957.180254-2-contact@gvernon.com> In-Reply-To: <20250526135957.180254-1-contact@gvernon.com> References: <20250526135957.180254-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 Missing '+' led to unintended spanning cell. Correct this. Signed-off-by: George Anthony Vernon Reviewed-by: Bagas Sanjaya --- Documentation/input/devices/amijoy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/input/devices/amijoy.rst b/Documentation/input/devices/amijoy.rst index 8df7b11cd98d..f854ee975247 100644 --- a/Documentation/input/devices/amijoy.rst +++ b/Documentation/input/devices/amijoy.rst @@ -123,7 +123,7 @@ JOY1DAT Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 X7 X6 X5 X4 X3 X2 X1 X0 clocked by 2 of the signals input from the mouse serial stream. Starting with first bit received: - +-------------------+-----------------------------------------+ + +--------+----------+-----------------------------------------+ | Serial | Bit Name | Description | +========+==========+=========================================+ | 0 | M0H | JOY0DAT Horizontal Clock |