Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp2088948pxb; Sun, 10 Jan 2021 23:57:37 -0800 (PST) X-Google-Smtp-Source: ABdhPJzgU+2PC3DwgHNa1bnpBs+Ug++cdrD8CQ/eEEcnyG/8rv6Fxgb4OSsMYGgbg+mw7tPyU+rD X-Received: by 2002:a17:906:c310:: with SMTP id s16mr10051507ejz.186.1610351857655; Sun, 10 Jan 2021 23:57:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610351857; cv=none; d=google.com; s=arc-20160816; b=a2pVYnt6Kp2RvyL+5HG3m5gWUOBuzkhp8lXefqp/1tu5azqx6BIiCABE9TFfLpfqCy JbL15+NtCnp3LCDIsqR2Qz9m1u4x3iaZqTwRPkUyQV0oAIRXUAZtrHR4/InLyLj9K+eR cFcevcDxRRLOpaQHp6Tb/F7W77Xc1Bc6hnrQHgrIQvXBWeUZ5ZweYl9HhXe9SXGETo3F 8AvdNuf/MEL13/inx5dx3NbNdkKPoYpN+rn8R/RcsW/5LiVcYL5/ew3updgR0zaRfNZA af/chdiWf/cY++hBWapF/g8RjIyKnYV8lGh7wgVlaUIKGDQI0zNfc6lJeqm+BFcdEPYa eTfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=WYwGZ8S3lBge35PxukekuA2ExY2SIzQYWbWcTVXzmRA=; b=v09UwrIKTqCQH0CoJVmd2fH1d2W9kBE7Nx5EjIljt6MO3cbcaDjO0pZGGBmDkfmInY KKan3V7x6vLmULRts1I1jIFjhf9EhB3Jy307SpAAlhRHkS64SoS5uXm9XToLRWDtNFF1 Syhl936+tv3h8x5ZM4sRmeGn7PIqXTYLtfopt7k+taPhGBAsmPIbB6SBSR15t12e0C30 U6yBDvkNIS7R9hdjpXPUc/KKbn8o0Mvr0HAYo6AS5qIGRk53QNK6yCf86XZ1MQsyBm6I 7uBAcMJhhSVmAG4ROZxU0tshZchLbeht+YqEC+EkYWS5xyIQdJi462d3dqknnoeNUh6F /E3Q== 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 c3si6585920eds.266.2021.01.10.23.57.14; Sun, 10 Jan 2021 23:57:37 -0800 (PST) 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 S1727450AbhAKHzD (ORCPT + 99 others); Mon, 11 Jan 2021 02:55:03 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:11005 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725843AbhAKHzC (ORCPT ); Mon, 11 Jan 2021 02:55:02 -0500 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DDmD11mBDzj63t; Mon, 11 Jan 2021 15:53:21 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.202) with Microsoft SMTP Server (TLS) id 14.3.498.0; Mon, 11 Jan 2021 15:54:19 +0800 Subject: Re: linux-next: build warning after merge of the f2fs tree To: Jonathan Corbet , Stephen Rothwell CC: 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> From: Chao Yu Message-ID: <5918c348-666a-ee41-3891-ddcf500c464b@huawei.com> Date: Mon, 11 Jan 2021 15:54:19 +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: <20210110163534.24481e1e@lwn.net> 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 Jonathan, 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 > > Thanks, > > jon > . >