From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756611AbdDGPbp (ORCPT ); Fri, 7 Apr 2017 11:31:45 -0400 Received: from mail.us.es ([193.147.175.20]:53200 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756545AbdDGPbd (ORCPT ); Fri, 7 Apr 2017 11:31:33 -0400 Date: Fri, 7 Apr 2017 17:31:22 +0200 From: Pablo Neira Ayuso To: simran singhal Cc: Jozsef Kadlecsik , "David S. Miller" , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: Re: [PATCH] net: netfilter: Use list_{next/prev}_entry instead of list_entry Message-ID: <20170407153122.GC1466@salvia> References: <20170329054540.GA15593@singhal-Inspiron-5558> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170329054540.GA15593@singhal-Inspiron-5558> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 29, 2017 at 11:15:40AM +0530, simran singhal wrote: > This patch replace list_entry with list_prev_entry as it makes the > code more clear to read. Also applied, thanks.