From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752485AbcF3TFZ (ORCPT ); Thu, 30 Jun 2016 15:05:25 -0400 Received: from tex.lwn.net ([70.33.254.29]:51365 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751996AbcF3TFU (ORCPT ); Thu, 30 Jun 2016 15:05:20 -0400 Date: Thu, 30 Jun 2016 13:05:11 -0600 From: Jonathan Corbet To: Markus Heiser Cc: mchehab@osg.samsung.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, jani.nikula@intel.com, hverkuil@xs4all.nl, daniel.vetter@ffwll.ch, airlied@gmail.com, grant.likely@secretlab.ca, rdunlap@infradead.org, keithp@keithp.com Subject: Re: [PATCH] doc: flat-table directive Message-ID: <20160630130511.34b732e6@lwn.net> In-Reply-To: <1467288022-10496-1-git-send-email-markus.heiser@darmarIT.de> References: <1467288022-10496-1-git-send-email-markus.heiser@darmarIT.de> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 30 Jun 2016 14:00:21 +0200 Markus Heiser wrote: > this is my flat-table patch on top of your docs-next branch / we discussed on > the ML Hmm... we don't have an official kernel coding style for Python, but if we did, I'd sure like it to be a lot more like the usual Python conventions. The added documentation describes the "widths" parameter, but does not tell the reader which units are used. There were also a lot of typos and misspellings in the documentation addition. Anyway, I don't want to delay this work, so I have gone ahead and applied it; I fixed the spelling errors on the way. When you get a chance, can I get a doc tweak for :widths:? Thanks for separating this work out, jon