From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relaydlg-01.paragon-software.com (relaydlg-01.paragon-software.com [81.5.88.159]) (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 D8CF072 for ; Mon, 20 Sep 2021 16:10:50 +0000 (UTC) Received: from dlg2.mail.paragon-software.com (vdlg-exch-02.paragon-software.com [172.30.1.105]) by relaydlg-01.paragon-software.com (Postfix) with ESMTPS id 297CB808E5; Mon, 20 Sep 2021 19:10:49 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragon-software.com; s=mail; t=1632154249; bh=xdgmEPYnHFaxg6xjvhwcByKV5eW4B3sKzJ1mZsaWWyM=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=lLQgKepIfwlPTl3CZM9B6UUsgYhWaJO7iRFfOnOZ4/y1IbV2uhu1SZNALyZ/VaAdS 8Lx/bhUIpxCQvqMlcPGpJKTHCJrcWxn5JbwLV9fKh0kHFQxAhoe7qZLQoOHNR7Shm7 qFhRE2+PdmiGUKo4O94QqCU19wC+HKVdCbQ7TyvQ= Received: from [192.168.211.150] (192.168.211.150) by vdlg-exch-02.paragon-software.com (172.30.1.105) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Mon, 20 Sep 2021 19:10:48 +0300 Message-ID: Date: Mon, 20 Sep 2021 19:10:47 +0300 Precedence: bulk X-Mailing-List: ntfs3@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.1 Subject: Re: [PATCH] Doc/fs/ntfs3: Fix rst format and make it cleaner Content-Language: en-US To: Kari Argillander , CC: Jonathan Corbet , , References: <20210909215753.34138-1-kari.argillander@gmail.com> From: Konstantin Komarov In-Reply-To: <20210909215753.34138-1-kari.argillander@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.211.150] X-ClientProxiedBy: vobn-exch-01.paragon-software.com (172.30.72.13) To vdlg-exch-02.paragon-software.com (172.30.1.105) On 10.09.2021 00:57, Kari Argillander wrote: > Current ntfs3 rst documentation is broken. I turn table to list table as > this is current Linux documentation quide line. Simple table also did > not quite work in our situation as we need to span rows together. > > It still look quite good as text so we did not loss anything. This will > also make diffing quite bit more pleasure. > > Signed-off-by: Kari Argillander > --- Applied, thanks!