From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by kanga.kvack.org (Postfix) with ESMTP id DA91A6B0005 for ; Wed, 24 Feb 2016 11:25:54 -0500 (EST) Received: by mail-wm0-f42.google.com with SMTP id b205so41451954wmb.1 for ; Wed, 24 Feb 2016 08:25:54 -0800 (PST) Received: from mx2.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id gj5si4437335wjb.86.2016.02.24.08.25.53 for (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 24 Feb 2016 08:25:53 -0800 (PST) Date: Wed, 24 Feb 2016 17:25:52 +0100 From: Petr Mladek Subject: Re: [PATCH v5 10/20] kthread: Better support freezable kthread workers Message-ID: <20160224162552.GC3305@pathway.suse.cz> References: <1456153030-12400-11-git-send-email-pmladek@suse.com> <201602230123.XPAUOgW6%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201602230123.XPAUOgW6%fengguang.wu@intel.com> Sender: owner-linux-mm@kvack.org List-ID: To: kbuild test robot Cc: kbuild-all@01.org, Andrew Morton , Oleg Nesterov , Tejun Heo , Ingo Molnar , Peter Zijlstra , Steven Rostedt , "Paul E. McKenney" , Josh Triplett , Thomas Gleixner , Linus Torvalds , Jiri Kosina , Borislav Petkov , Michal Hocko , linux-mm@kvack.org, Vlastimil Babka , linux-api@vger.kernel.org, linux-kernel@vger.kernel.org On Tue 2016-02-23 01:33:12, kbuild test robot wrote: > Hi Petr, > > [auto build test WARNING on soc-thermal/next] > [also build test WARNING on v4.5-rc5 next-20160222] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Petr-Mladek/kthread-Use-kthread-worker-API-more-widely/20160222-230250 > base: https://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal next > reproduce: make htmldocs > > All warnings (new ones prefixed by >>): > > include/linux/init.h:1: warning: no structured comments found > >> kernel/kthread.c:671: warning: No description found for parameter 'flags' > kernel/kthread.c:700: warning: No description found for parameter 'flags' Please find below an updated version of the patch that fixes the above warnings: