From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754476AbXLGIug (ORCPT ); Fri, 7 Dec 2007 03:50:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752123AbXLGIuY (ORCPT ); Fri, 7 Dec 2007 03:50:24 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:58625 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751943AbXLGIuX (ORCPT ); Fri, 7 Dec 2007 03:50:23 -0500 Date: Fri, 07 Dec 2007 00:50:22 -0800 (PST) Message-Id: <20071207.005022.01632980.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 15/20] net/lapb/lapb_iface.c: use LIST_HEAD instead of LIST_HEAD_INIT From: David Miller In-Reply-To: <1196957239-5728-1-git-send-email-crquan@gmail.com> References: <1196957239-5728-1-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 From: Denis Cheng Date: Fri, 7 Dec 2007 00:07:18 +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.