Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756022AbYHMOul (ORCPT ); Wed, 13 Aug 2008 10:50:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753503AbYHMOuS (ORCPT ); Wed, 13 Aug 2008 10:50:18 -0400 Received: from mail-gx0-f16.google.com ([209.85.217.16]:45267 "EHLO mail-gx0-f16.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753265AbYHMOuP (ORCPT ); Wed, 13 Aug 2008 10:50:15 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=NDuIaXffa4/SOALUXn7kY6gxDY4pLGcgkfrIhUMLwuWtI9OmA+pRfz6BQJGvIkm/jT 2aR85XIj8ADX31Vlzl+ZHgV1NICNnIIBZJXvvYHuW/OtdgjUgl6BvJAO/QdYWtb3xjtj cXf8KJuC1yDauqUk40HSKczdX5C5DpoYX7ay0= Message-ID: Date: Wed, 13 Aug 2008 07:50:14 -0700 From: "Tim Hockin" To: "Pavel Machek" Subject: Re: [patch 1/3] kmsg: Kernel message catalog macros. Cc: "Rusty Russell" , "Martin Schwidefsky" , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, lf_kernel_messages@lists.linux-foundation.org, "Andrew Morton" , "Michael Holzheu" , "Gerrit Huizenga" , "Greg Kroah-Hartman" , "Randy Dunlap" , "Jan Kara" , "Sam Ravnborg" , "Joe Perches" , "=?UTF-8?Q?Jochen_Vo=C3=9F?=" , "Kunai Takashi" , "Tim Bird" In-Reply-To: <20080813071323.GA6298@elf.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080730165656.118280544@de.ibm.com> <20080730171156.824640459@de.ibm.com> <200808131433.02966.rusty@rustcorp.com.au> <20080813071323.GA6298@elf.ucw.cz> X-Google-Sender-Auth: 97c01f2b522af408 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 748 Lines: 19 On Wed, Aug 13, 2008 at 12:13 AM, Pavel Machek wrote: > Hi! > >> But there are a number of places that have different strings for the >> same meaning: "Can't" vs "can't" vs "can not" vs "failed to", etc. > > Do you have examples? > > That wastes space in bzImage (and hints of duplicated code), so we may > want to fix it anyway. I can look for the specific examples. I just saw the regexes we use this week and was taken aback at how they have been loosened for these sorts of cases. -- 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/