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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7F9B7C433E0 for ; Tue, 12 Jan 2021 06:08:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 22C7F2250E for ; Tue, 12 Jan 2021 06:08:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731406AbhALGIO (ORCPT ); Tue, 12 Jan 2021 01:08:14 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:10956 "EHLO szxga06-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726844AbhALGIO (ORCPT ); Tue, 12 Jan 2021 01:08:14 -0500 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4DFKpV6zd4zj5JX; Tue, 12 Jan 2021 14:06:42 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.212) with Microsoft SMTP Server (TLS) id 14.3.498.0; Tue, 12 Jan 2021 14:07:19 +0800 Subject: Re: linux-next: build warning after merge of the f2fs tree To: Stephen Rothwell CC: Jonathan Corbet , Jaegeuk Kim , "Chao Yu" , Linux Kernel Mailing List , Linux Next Mailing List References: <20210107141158.312835d8@canb.auug.org.au> <3f921b3d-e8f2-e010-0f6b-76596e29e997@huawei.com> <20210111073354.6ec0bbb5@canb.auug.org.au> <20210110163534.24481e1e@lwn.net> <5918c348-666a-ee41-3891-ddcf500c464b@huawei.com> <20210112160930.7074bdf2@canb.auug.org.au> From: Chao Yu Message-ID: <67353a30-9907-7fec-8b88-1d340f6d88ee@huawei.com> Date: Tue, 12 Jan 2021 14:07:18 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20210112160930.7074bdf2@canb.auug.org.au> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.136.114.67] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On 2021/1/12 13:09, Stephen Rothwell wrote: > Hi Chao, > > On Mon, 11 Jan 2021 15:54:19 +0800 Chao Yu wrote: >> >> On 2021/1/11 7:35, Jonathan Corbet wrote: >>> On Mon, 11 Jan 2021 07:33:54 +1100 >>> Stephen Rothwell wrote: >>> >>>> On Thu, 7 Jan 2021 19:28:19 +0800 Chao Yu wrote: >>>>> >>>>> On 2021/1/7 11:11, Stephen Rothwell wrote: >>>>>> >>>>>> After merging the f2fs tree, today's linux-next build (htmldocs) produced >>>>>> this warning: >>>>>> >>>>>> Documentation/ABI/testing/sysfs-fs-f2fs:382: WARNING: Inline emphasis start-string without end-string. >>>>> >>>>> IIUC, should I remove "/*" and "*/" for newly added entry in sysfs-fs-f2fs? >>>> >>>> Sorry, I don't know. Cc'ing Jon. > >>> Removing the comment markers would make the warning go away, but won't >>> lead to a satisfactory rendering in HTML. If you want that too, make the >>> table look like the others immediately above it in the same file. >> >> Copied, thanks for your reminder. >> >> I've fixed it and resent the patch: >> >> https://lore.kernel.org/linux-f2fs-devel/20210111075017.82370-1-yuchao0@huawei.com/T/#u > > I am now getting the following:: > > Documentation/ABI/testing/sysfs-fs-f2fs:382: WARNING: Malformed table. > Text in column margin in table line 15. Oops, > > ===== ===================== ================================= ^ I guess I missed to type one '=' here.... Thanks, > value sb status macro description > 0x1 SBI_IS_DIRTY dirty flag for checkpoint > 0x2 SBI_IS_CLOSE specify unmounting > 0x4 SBI_NEED_FSCK need fsck.f2fs to fix > 0x8 SBI_POR_DOING recovery is doing or not > 0x10 SBI_NEED_SB_WRITE need to recover superblock > 0x20 SBI_NEED_CP need to checkpoint > 0x40 SBI_IS_SHUTDOWN shutdown by ioctl > 0x80 SBI_IS_RECOVERED recovered orphan/data > 0x100 SBI_CP_DISABLED CP was disabled last mount > 0x200 SBI_CP_DISABLED_QUICK CP was disabled quickly > 0x400 SBI_QUOTA_NEED_FLUSH need to flush quota info in CP > 0x800 SBI_QUOTA_SKIP_FLUSH skip flushing quota in current CP > 0x1000 SBI_QUOTA_NEED_REPAIR quota file may be corrupted > 0x2000 SBI_IS_RESIZEFS resizefs is in process > ====== ===================== ================================= >