From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751128AbdEaIiJ (ORCPT ); Wed, 31 May 2017 04:38:09 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:35654 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751041AbdEaIiF (ORCPT ); Wed, 31 May 2017 04:38:05 -0400 Date: Wed, 31 May 2017 10:38:08 +0200 From: Johan Hovold To: kbuild test robot Cc: Johan Hovold , kbuild-all@01.org, Greg Kroah-Hartman , Linus Walleij , Peter Chen , Rob Herring , Arnd Bergmann , Sricharan R , Zhang Rui , Eduardo Valentin , linux-pm@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/7] driver core: add helper to reuse a device-tree node Message-ID: <20170531083808.GE6735@localhost> References: <20170530162554.26159-4-johan@kernel.org> <201705310637.M1OKh99R%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201705310637.M1OKh99R%fengguang.wu@intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 31, 2017 at 06:52:39AM +0800, kbuild test robot wrote: > Hi Johan, > > [auto build test WARNING on usb/usb-testing] > [also build test WARNING on v4.12-rc3 next-20170530] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Johan-Hovold/driver-core-USB-thermal-fix-device-tree-node-reuse/20170531-043026 > base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing > reproduce: make htmldocs > > All warnings (new ones prefixed by >>): > >> include/linux/device.h:970: warning: No description found for parameter 'of_node_reused' Forgot to update the kernel docs here. Will fix this in a v2 after addressing any further comments. Thanks, Johan