From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 2/2] driver core: Silence device links sphinx warning Date: Mon, 5 Dec 2016 14:59:49 +0100 Message-ID: <20161205135949.GB30013@kroah.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Lukas Wunner Cc: Ulf Hansson , Dmitry Torokhov , "Rafael J. Wysocki" , Tomasz Figa , Grant Likely , Andrzej Hajda , Laurent Pinchart , Hanjun Guo , Lars-Peter Clausen , Jonathan Corbet , Mauro Carvalho Chehab , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Krzysztof Kozlowski , Christoph Hellwig , linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Kukjin Kim , Geert Uytterhoeven , Alan Stern , Arnd Bergmann , Bartlomiej Zolnierkiewicz , Inki Dae , Mark Brown Tomeu Vizoso List-Id: linux-samsung-soc@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