From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Subject: Re: [PATCH v3] dmaengine: xgene-dma: Fix sparse wannings and coccinelle warnings Date: Fri, 12 Jun 2015 09:00:26 +0800 Message-ID: <20150612010026.GA14406@wfg-t540p.sh.intel.com> References: <1429212673-22254-1-git-send-email-rsahu@apm.com> <20150417182937.GN30624@intel.com> <20150427031315.GG2738@intel.com> <20150427052045.GA5199@wfg-t540p.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org To: Christopher Li Cc: Vinod Koul , Rameshwar Sahu , Dan Williams , dmaengine@vger.kernel.org, Arnd Bergmann , linux-kernel , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, jcm@redhat.com, patches@apm.com, Linux-Sparse List-Id: devicetree@vger.kernel.org On Thu, Jun 11, 2015 at 05:36:00PM -0700, Christopher Li wrote: > n Sun, Apr 26, 2015 at 10:20 PM, Fengguang Wu wrote: > >> > > >> > drivers/dma/xgene-dma.c:2088:1: sparse: symbol > >> > '__UNIQUE_ID_author__COUNTER__' has multiple initializers (originally > >> > initialized at drivers/dma/xgene-dma.c:2087) > >> > So, I kept only one author here. > >> No that is not right, sparse shouldn't have cribbed here. > >> > >> Fengguang can we get the bot to ignore this please > > Sorry for the late reply. > > That looks like the __COUNTER__ macro feature. It has been implemented in > sparse git tree already. That's great, I'll fetch the latest sparse code from git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git Thanks, Fengguang