Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755643AbZLNAnW (ORCPT ); Sun, 13 Dec 2009 19:43:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755018AbZLNAnV (ORCPT ); Sun, 13 Dec 2009 19:43:21 -0500 Received: from claw.goop.org ([74.207.240.146]:42874 "EHLO claw.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754904AbZLNAnU (ORCPT ); Sun, 13 Dec 2009 19:43:20 -0500 Message-ID: <4B258A27.3050006@goop.org> Date: Sun, 13 Dec 2009 16:43:19 -0800 From: Jeremy Fitzhardinge User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091203 Fedora/3.0-3.13.rc2.fc12 Thunderbird/3.0 MIME-Version: 1.0 To: Simon Horman CC: liu weni , linux-kernel , =?ISO-8859-1?Q?Toralf_F=F6rster?= Subject: Re: [PATCH v2]kernel: remove mess codes References: <4B249210.7060103@goop.org> <20091214003320.GA29218@verge.net.au> In-Reply-To: <20091214003320.GA29218@verge.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1051 Lines: 27 On 12/13/09 16:33, Simon Horman wrote: > On Sat, Dec 12, 2009 at 11:04:48PM -0800, Jeremy Fitzhardinge wrote: > >> On 12/12/09 22:55, liu weni wrote: >> >>> I found some mess characters(0x0c) in the kernel source code. >>> Then I suggest remove it. >>> >> Those are form-feed characters. Some editors use them to separate >> logically distinct blocks of code into separate "pages". >> > I can see their value in documentation, but I struggle to imagine > their usefulness in code. > I think a folding editor can fold them out, so you can just expand the area you're interested in. Or something. The point is that it is formatting that was presumably put there by the original author. Unless they're actually upsetting something, I'd be inclined to leave them. J -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/