Received: by 2002:a05:6a10:6006:0:0:0:0 with SMTP id w6csp249463pxa; Thu, 27 Aug 2020 00:48:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxW5onYfY0DEZeFCf/CZCUJq2UonLVszTr+u9qu/E7Fu6lWBtoGSgrIrYa2HvvWsGvp38V3 X-Received: by 2002:a05:6402:787:: with SMTP id d7mr4726594edy.234.1598514504971; Thu, 27 Aug 2020 00:48:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598514504; cv=none; d=google.com; s=arc-20160816; b=Vkn2vL/lw4PegZNQ1+epRS7icgNf08GXAbMOMhhvzWNCsZjHhuWOiuwhNRhzZD13ux Whu/i1RjikKpH6ETx53yiGXTtPhY1tDMG+78ByGMHcRhEv3TGfmv7nabSrPLVBwJiSJs r4HFrpLhoEtl5qVnYqBnrNFViLWA01efCEhEwAkfw13oDH1M2fyT0Ax6GA/j+7jB8sit +CCpKhkV1GCNvwxuBBVrC4Ep5L1PqAFkwLObYjzrlYtHq2P2FAnkCguFXzbmyqUjLqaR utIVpIVcuHgThzjCQcTVN0EojKrQUq80yLdVGBM6hJHCQ04XhQcsQTytUZEcrAlKVEq+ 1spA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:references :in-reply-to:to:from; bh=nCspC+McWxxj6NIPOVjKsfptdC3SEoBu+2S94AB7Inw=; b=DZhbUEEBHqMz0rQ6MaJMwuIKmtUKqAI+A49/r0Hzv8fLab5InTAwwedYPM7FX/ubHy p5REN7LvLr3BczXAE1vygUQnnhwoj31w32TlLBUAWGS5AHIuGVcIkSaecLT7mAnFUOf1 waBUBl7FV5QeKo1xmQF5RfX79EFv4aHzhN/d2WJOpUUPm2wFiFygExIfrrnmkeBq+zOL t5XX/PpiTR48xf2kK3YglIsSS/EdFd8x7RbaZjp7lAQWPb5SV34Vut9jf32F5KuAxuYJ eN7HWG/dinFAcmKNp0wkl6vG5mjE5c2xO63WACkjwv+XWM57J4D9xH+9GI18G8isFqaj hufw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j2si960153edp.166.2020.08.27.00.48.02; Thu, 27 Aug 2020 00:48:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728351AbgH0HrB (ORCPT + 99 others); Thu, 27 Aug 2020 03:47:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51350 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726851AbgH0Hq7 (ORCPT ); Thu, 27 Aug 2020 03:46:59 -0400 Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2E07C06121A; Thu, 27 Aug 2020 00:46:58 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4BcZYr2ZqWz9sTK; Thu, 27 Aug 2020 17:46:55 +1000 (AEST) From: Michael Ellerman To: Michael Ellerman , LKML , "linux-doc@vger.kernel.org" , Nicholas Piggin , Randy Dunlap , linuxppc-dev@lists.ozlabs.org In-Reply-To: References: Subject: Re: [PATCH] Documentation/powerpc: fix malformed table in syscall64-abi Message-Id: <159851436088.52163.10131581013009684108.b4-ty@ellerman.id.au> Date: Thu, 27 Aug 2020 17:46:55 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 23 Aug 2020 17:31:16 -0700, Randy Dunlap wrote: > Fix malformed table warning in powerpc/syscall64-abi.rst by making > two tables and moving the headings. > > Documentation/powerpc/syscall64-abi.rst:53: WARNING: Malformed table. > Text in column margin in table line 2. > > =========== ============= ======================================== > --- For the sc instruction, differences with the ELF ABI --- > r0 Volatile (System call number.) > r3 Volatile (Parameter 1, and return value.) > r4-r8 Volatile (Parameters 2-6.) > cr0 Volatile (cr0.SO is the return error condition.) > cr1, cr5-7 Nonvolatile > lr Nonvolatile > > [...] Applied to powerpc/fixes. [1/1] Documentation/powerpc: fix malformed table in syscall64-abi https://git.kernel.org/powerpc/c/aa661d7fab436d8a782618b3138da1a84ca28a31 cheers