From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) (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 9DAA5A42 for ; Mon, 18 Jul 2022 07:10:35 +0000 (UTC) Received: from canpemm500009.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4LmY0r3K9qzVfrT; Mon, 18 Jul 2022 15:06:36 +0800 (CST) Received: from [10.67.102.169] (10.67.102.169) by canpemm500009.china.huawei.com (7.192.105.203) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Mon, 18 Jul 2022 15:10:22 +0800 CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Yicong Yang Subject: Re: [PATCH v10 7/8] docs: trace: Add HiSilicon PTT device driver documentation To: Bagas Sanjaya References: <20220714092710.53486-1-yangyicong@hisilicon.com> <20220714092710.53486-8-yangyicong@hisilicon.com> From: Yicong Yang Message-ID: Date: Mon, 18 Jul 2022 15:10:22 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.102.169] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To canpemm500009.china.huawei.com (7.192.105.203) X-CFilter-Loop: Reflected On 2022/7/15 16:09, Bagas Sanjaya wrote: > On Thu, Jul 14, 2022 at 05:27:09PM +0800, Yicong Yang wrote: >> +1. Tx path QoS control >> +------------------------ >> + > >> +2. Tx path buffer control >> +------------------------- >> + > > Shouldn't Tx in the headings above be lowercase (tx)? Tx is used to keep consistence with other places. > >> +1. filter >> +--------- > >> +2. type >> +------- > >> +3. direction >> +------------ > >> +4. format >> +-------------- > >> +5. memory management >> +-------------------- > >> +6. decoding >> +----------- > > I think these headings above should use title case instead. ok. > > Anyway, the documentation (htmldocs) builds successfully without new > warnings. > > Reviewed-by: Bagas Sanjaya > Thanks.