From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751518AbcLEOAj (ORCPT ); Mon, 5 Dec 2016 09:00:39 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:52992 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750951AbcLEOAg (ORCPT ); Mon, 5 Dec 2016 09:00:36 -0500 Date: Mon, 5 Dec 2016 14:59:49 +0100 From: Greg Kroah-Hartman To: Lukas Wunner Cc: "Rafael J. Wysocki" , Jonathan Corbet , Silvio Fricke , "Luis R. Rodriguez" , Marek Szyprowski , Bartlomiej Zolnierkiewicz , Andrzej Hajda , Mauro Carvalho Chehab , Inki Dae , Joerg Roedel , Kukjin Kim , Krzysztof Kozlowski , Mark Brown , Tomeu Vizoso , Kevin Hilman , Ulf Hansson , Geert Uytterhoeven , Tobias Jakobi , Tomasz Figa , Grant Likely , Laurent Pinchart , Lars-Peter Clausen , Dmitry Torokhov , Christoph Hellwig , Arnd Bergmann , Alan Stern , Hanjun Guo , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH 2/2] driver core: Silence device links sphinx warning Message-ID: <20161205135949.GB30013@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Sun, Dec 04, 2016 at 01:10:04PM +0100, Lukas Wunner wrote: > Silence this warning emitted by sphinx: > include/linux/device.h:938: warning: No description found for parameter 'links' > > While at it, fix typos in comments of device links code. > > Cc: Rafael J. Wysocki > Cc: Greg Kroah-Hartman > Cc: Jonathan Corbet > Cc: Silvio Fricke > Signed-off-by: Lukas Wunner > --- > drivers/base/core.c | 4 ++-- > include/linux/device.h | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) I'll take this patch now to keep the warnings from showing up in 4.10-rc1. thanks, greg k-h