From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758637AbWLIWGk (ORCPT ); Sat, 9 Dec 2006 17:06:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758779AbWLIWGk (ORCPT ); Sat, 9 Dec 2006 17:06:40 -0500 Received: from einhorn.in-berlin.de ([192.109.42.8]:60872 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758637AbWLIWGj (ORCPT ); Sat, 9 Dec 2006 17:06:39 -0500 X-Envelope-From: stefanr@s5r6.in-berlin.de Message-ID: <457B3346.2020008@s5r6.in-berlin.de> Date: Sat, 09 Dec 2006 23:05:58 +0100 From: Stefan Richter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061202 SeaMonkey/1.0.6 MIME-Version: 1.0 To: "Robert P. J. Day" CC: Linux kernel mailing list , akpm@osdl.org Subject: Re: [PATCH] Fix numerous kcalloc() calls, convert to kzalloc(). References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Robert P. J. Day wrote: > drivers/ata/pdc_adma.c | 4 ++-- > drivers/macintosh/smu.c | 2 +- > drivers/mtd/rfd_ftl.c | 2 +- > drivers/net/phy/phy_device.c | 2 +- > drivers/net/skge.c | 2 +- > drivers/pcmcia/at91_cf.c | 2 +- > drivers/pcmcia/omap_cf.c | 2 +- > drivers/pnp/isapnp/core.c | 22 +++++++++++----------- > drivers/pnp/pnpacpi/core.c | 6 +++--- > drivers/pnp/pnpacpi/rsparser.c | 22 +++++++++++----------- > drivers/pnp/pnpbios/core.c | 14 +++++++------- > drivers/pnp/pnpbios/proc.c | 8 ++++---- > drivers/pnp/pnpbios/rsparser.c | 16 ++++++++-------- > drivers/scsi/sym53c8xx_2/sym_hipd.c | 2 +- > drivers/usb/gadget/at91_udc.c | 2 +- > drivers/usb/misc/uss720.c | 2 +- > drivers/usb/net/rndis_host.c | 2 +- > fs/ocfs2/alloc.c | 2 +- > fs/ocfs2/cluster/heartbeat.c | 4 ++-- > fs/ocfs2/cluster/nodemanager.c | 6 +++--- > fs/ocfs2/cluster/tcp.c | 10 +++++----- > fs/ocfs2/dlm/dlmdomain.c | 4 ++-- > fs/ocfs2/dlm/dlmlock.c | 4 ++-- > fs/ocfs2/dlm/dlmmaster.c | 2 +- > fs/ocfs2/dlm/dlmrecovery.c | 6 +++--- > fs/ocfs2/localalloc.c | 2 +- > fs/ocfs2/slot_map.c | 2 +- > fs/ocfs2/suballoc.c | 6 +++--- > fs/ocfs2/super.c | 6 +++--- > fs/ocfs2/vote.c | 4 ++-- > include/linux/gameport.h | 2 +- > kernel/relay.c | 4 ++-- > net/sunrpc/svc.c | 2 +- > sound/pci/hda/patch_realtek.c | 4 ++-- > 34 files changed, 91 insertions(+), 91 deletions(-) This should really be split up and submitted separately. All the subsystems are constantly changing. Although merging these kinds of changes manually after eventual conflicts, it's still manual work for the maintainers which would be avoided by a little bit extra work by the submitter. A maintainer could get a merge conflict on a 100 lines long hunk because of an 8 lines long hunk that got upstream on a different route. -- Stefan Richter -=====-=-==- ==-- -=--= http://arcgraph.de/sr/