Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759005AbcLAQpB (ORCPT ); Thu, 1 Dec 2016 11:45:01 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58208 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750708AbcLAQo7 (ORCPT ); Thu, 1 Dec 2016 11:44:59 -0500 Date: Thu, 1 Dec 2016 17:45:07 +0100 From: Greg Kroah-Hartman To: "Luis R. Rodriguez" Cc: Jonathan Corbet , Mauro Carvalho Chehab , Silvio Fricke , linux-doc@vger.kernel.org, Ming Lei , 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: <20161201164507.GA31732@kroah.com> References: <4de9d8a1d8cdbc81a4ecac029c22970e78127390.1480085951.git-series.silvio.fricke@gmail.com> <20161125185032.706ed478@vento.lan> <20161201161154.GX1402@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161201161154.GX1402@wotan.suse.de> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1120 Lines: 30 On Thu, Dec 01, 2016 at 05:11:54PM +0100, Luis R. Rodriguez wrote: > 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. I can just take this one in my tree as it's easy to merge as-is. thanks, greg k-h