Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754827AbXLGIvW (ORCPT ); Fri, 7 Dec 2007 03:51:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754576AbXLGIuw (ORCPT ); Fri, 7 Dec 2007 03:50:52 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:48853 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754538AbXLGIuv (ORCPT ); Fri, 7 Dec 2007 03:50:51 -0500 Date: Fri, 07 Dec 2007 00:50:50 -0800 (PST) Message-Id: <20071207.005050.237662850.davem@davemloft.net> To: crquan@gmail.com Cc: linux-x25@vger.kernel.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 16/20] net/x25/: use LIST_HEAD instead of LIST_HEAD_INIT From: David Miller In-Reply-To: <1196957239-5728-2-git-send-email-crquan@gmail.com> References: <1196957239-5728-1-git-send-email-crquan@gmail.com> <1196957239-5728-2-git-send-email-crquan@gmail.com> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 550 Lines: 15 From: Denis Cheng Date: Fri, 7 Dec 2007 00:07:19 +0800 > single list_head variable initialized with LIST_HEAD_INIT could almost > always can be replaced with LIST_HEAD declaration, this shrinks the code > and looks better. > > Signed-off-by: Denis Cheng Applied. -- 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/