Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933917AbcLAQMB (ORCPT ); Thu, 1 Dec 2016 11:12:01 -0500 Received: from mx2.suse.de ([195.135.220.15]:49890 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932506AbcLAQL4 (ORCPT ); Thu, 1 Dec 2016 11:11:56 -0500 Date: Thu, 1 Dec 2016 17:11:54 +0100 From: "Luis R. Rodriguez" To: Jonathan Corbet , Mauro Carvalho Chehab , Greg Kroah-Hartman Cc: Silvio Fricke , linux-doc@vger.kernel.org, Jonathan Corbet , Ming Lei , "Luis R . Rodriguez" , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jani Nikula Subject: Re: [PATCH v3 4/4] firmware: remove warning at documentation generation time Message-ID: <20161201161154.GX1402@wotan.suse.de> References: <4de9d8a1d8cdbc81a4ecac029c22970e78127390.1480085951.git-series.silvio.fricke@gmail.com> <20161125185032.706ed478@vento.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161125185032.706ed478@vento.lan> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 930 Lines: 25 On Fri, Nov 25, 2016 at 06:50:32PM -0200, Mauro Carvalho Chehab wrote: > Em Fri, 25 Nov 2016 15:59:47 +0100 > Silvio Fricke escreveu: > > > This patch removes following error at for `make htmldocs`. No functional > > change. > > > > ./drivers/base/firmware_class.c:1348: WARNING: Bullet list ends without a blank line; unexpected unindent. > > > > Signed-off-by: Silvio Fricke > > Reviewed-by: Mauro Carvalho Chehab Acked-by: Luis R. Rodriguez Jonathan, firmware_class changes have been lately going through Greg's tree, he has a few more pending changes on his driver-core-next branch for firmware_class but this patch not create a conflict. It can go in first or later as such its technically fine for it to go either through your tree or Greg's tree. I'll let Greg decide. I've bounced him a copy of the patch. Luis