Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755825AbXKZK2s (ORCPT ); Mon, 26 Nov 2007 05:28:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754785AbXKZK2a (ORCPT ); Mon, 26 Nov 2007 05:28:30 -0500 Received: from rv-out-0910.google.com ([209.85.198.187]:24419 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754552AbXKZK22 (ORCPT ); Mon, 26 Nov 2007 05:28:28 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ogR+s1a6jRuw5oRr8ljA/ROj0NJHoVEyyOaIX3IYsFAHWBLa1u+lyCGwbVRVIUxpvAtWbM5fnQVDoarXW80W8zG4mO8A62fMwqcJvE6HXBlPEkECf+XEWWipHdxj8x3STi63ALm6pCZf1ftnJhpdCuem6uHGvmh3S0Tj/LyKqxA= Message-ID: Date: Mon, 26 Nov 2007 19:28:28 +0900 From: "Joonwoo Park" To: "Robert P. J. Day" Subject: Re: [PATCH 1/4] xfrm_hash: kmalloc + memset conversion to kzalloc Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <007c01c8300b$176975a0$9c94fea9@jason> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 493 Lines: 19 > > i believe the more common standard for the above is: > > else if (hashdist) { > > to reduce the level of overall indentation, no? > No, it was. Because there was a memset in that indentation, but I made it by removing memset. Thanks. Joonwoo - 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/