From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753953AbYI3UAQ (ORCPT ); Tue, 30 Sep 2008 16:00:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751669AbYI3UAB (ORCPT ); Tue, 30 Sep 2008 16:00:01 -0400 Received: from terminus.zytor.com ([198.137.202.10]:44991 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751489AbYI3UAA (ORCPT ); Tue, 30 Sep 2008 16:00:00 -0400 Message-ID: <48E28528.5070605@zytor.com> Date: Tue, 30 Sep 2008 12:59:36 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Yinghai Lu CC: Ingo Molnar , =?UTF-8?B?IkouQS4gTWFnYWxsw7NuIg==?= , Linux-Kernel Subject: Re: Typo bug [Re: Linux 2.6.27-rc8] References: <20080930094346.307ef1e5@werewolf.home> <20080930075553.GB20241@elte.hu> <48E27425.7010705@zytor.com> <86802c440809301230s7dd33e69m83dab51f915580b1@mail.gmail.com> In-Reply-To: <86802c440809301230s7dd33e69m83dab51f915580b1@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Yinghai Lu wrote: > On Tue, Sep 30, 2008 at 11:47 AM, H. Peter Anvin wrote: >> Ingo Molnar wrote: >>>> early_param("enble_mtrr_cleanup", enable_mtrr_cleanup_setup); >>>> ^^^^^^ >>>> >>>> Nice ;) >>> heh. Could you send a patch with a changelog please? >> These options are also named inconsistently with all other options. >> >> The standard way to name an boolean option is "foo" versus "nofoo", in this >> case, "mtrrcleanup" vs "nomtrrcleanup". >> > ok, we could change it... If we're fixing a typo anyway I'd suggest so. We know we're not breaking anyone's working setup... -hpa