From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759109AbYDNNwR (ORCPT ); Mon, 14 Apr 2008 09:52:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753612AbYDNNwE (ORCPT ); Mon, 14 Apr 2008 09:52:04 -0400 Received: from vena.lwn.net ([206.168.112.25]:35147 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753522AbYDNNwD (ORCPT ); Mon, 14 Apr 2008 09:52:03 -0400 To: Dmitri Vorobiev CC: Al Viro , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, Randy Dunlap Subject: Re: [PATCH 1/1] Fix typos in Documentation/filesystems/seq_file.txt From: corbet@lwn.net (Jonathan Corbet) In-reply-to: Your message of "Mon, 14 Apr 2008 06:33:09 +0400." <4802C265.8060802@gmail.com> Date: Mon, 14 Apr 2008 07:52:00 -0600 Message-ID: <28421.1208181120@vena.lwn.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dmitri Vorobiev wrote: > Offhand, it seems that the double spacing convention is being currently used > in a more or less consistent manner throughout Linux docs. It also seems to > me that this can be made a requirement and documented somewhere. Double spacing is my preference, and I appreciate your sending a new patch which doesn't take that out. But *please* let's not try to make "requirements" along those lines. If somebody's going to go to the trouble to write some documentation, I don't think we really want people bouncing it back to them with 100 "single space after period" errors from checkpatch.pl... Thanks, jon