From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262490AbVFUV21 (ORCPT ); Tue, 21 Jun 2005 17:28:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262548AbVFUV0A (ORCPT ); Tue, 21 Jun 2005 17:26:00 -0400 Received: from smtp-102-tuesday.noc.nerim.net ([62.4.17.102]:18446 "EHLO mallaury.noc.nerim.net") by vger.kernel.org with ESMTP id S262502AbVFUVXm (ORCPT ); Tue, 21 Jun 2005 17:23:42 -0400 Date: Tue, 21 Jun 2005 23:24:09 +0200 From: Jean Delvare To: Denis Vlasenko Cc: LKML Subject: Re: [RFC] cleanup patches for strings Message-Id: <20050621232409.06a3400e.khali@linux-fr.org> In-Reply-To: <200506211359.25632.vda@ilport.com.ua> References: <200506211359.25632.vda@ilport.com.ua> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi Denis, > I have 361813 bytes in 292 patches for: > > - printk(KERN_ERR "%s: start receive command failed \n", dev->name); > + printk(KERN_ERR "%s: start receive command failed\n", dev->name); > > type patches. Are these needed? I think so. I can't think of a more useless way to waste memory ;) > In case you wonder whether YOUR driver has such things, the list: Could you send me a patch grouping all patches affecting drivers under drivers/i2c (and possibly include/linux/i2c* files)? I'll get them merged. Thanks, -- Jean Delvare