From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04475C433E0 for ; Thu, 28 Jan 2021 11:11:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE45564DD8 for ; Thu, 28 Jan 2021 11:11:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231219AbhA1LLP (ORCPT ); Thu, 28 Jan 2021 06:11:15 -0500 Received: from mga06.intel.com ([134.134.136.31]:58317 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231156AbhA1LK7 (ORCPT ); Thu, 28 Jan 2021 06:10:59 -0500 IronPort-SDR: DFQBtcOw5+BAGZfTiQ3jiETQcG5ISXr8zLS69GvPIUtBxm+Yaq2gG4GccZBoX0PXI7vMjtBkaq o1+i3iN5PmJQ== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="241742155" X-IronPort-AV: E=Sophos;i="5.79,382,1602572400"; d="scan'208";a="241742155" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2021 03:09:11 -0800 IronPort-SDR: oLTOeHJAxZveY+y0cspU8swh3mUykqlmfDB8CBvJ7nLRG4fyjW6mcagPZOo5rs3vUPhbqZP1K6 kC7ATHgNjRPw== X-IronPort-AV: E=Sophos;i="5.79,382,1602572400"; d="scan'208";a="473506403" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.163]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2021 03:09:07 -0800 Received: by lahna (sSMTP sendmail emulation); Thu, 28 Jan 2021 13:09:04 +0200 Date: Thu, 28 Jan 2021 13:09:04 +0200 From: Mika Westerberg To: Lee Jones Cc: linux-kernel@vger.kernel.org, Alexei Starovoitov , Andreas Noever , bpf@vger.kernel.org, Daniel Borkmann , "David S. Miller" , Jakub Kicinski , Jesper Dangaard Brouer , John Fastabend , linux-usb@vger.kernel.org, Michael Jamet , netdev@vger.kernel.org, Yehezkel Bernat Subject: Re: [PATCH 00/12] Rid W=1 warnings from Thunderbolt Message-ID: <20210128110904.GR2542@lahna.fi.intel.com> References: <20210127112554.3770172-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210127112554.3770172-1-lee.jones@linaro.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Lee, On Wed, Jan 27, 2021 at 11:25:42AM +0000, Lee Jones wrote: > This set is part of a larger effort attempting to clean-up W=1 > kernel builds, which are currently overwhelmingly riddled with > niggly little warnings. > > Only 1 small set required for Thunderbolt. Pretty good! > > Lee Jones (12): > thunderbolt: dma_port: Remove unused variable 'ret' > thunderbolt: cap: Fix kernel-doc formatting issue > thunderbolt: ctl: Demote non-conformant kernel-doc headers > thunderbolt: eeprom: Demote non-conformant kernel-doc headers to > standard comment blocks > thunderbolt: pa: Demote non-conformant kernel-doc headers > thunderbolt: xdomain: Fix 'tb_unregister_service_driver()'s 'drv' > param > thunderbolt: nhi: Demote some non-conformant kernel-doc headers > thunderbolt: tb: Kernel-doc function headers should document their > parameters > thunderbolt: swit: Demote a bunch of non-conformant kernel-doc headers > thunderbolt: icm: Fix a couple of formatting issues > thunderbolt: tunnel: Fix misspelling of 'receive_path' > thunderbolt: swit: Fix function name in the header I applied all of the changes that touch static functions. For non-static functions I will send a patch set shortly that adds the missing bits for the kernel-doc descriptions. I also fixed $subject lines of few patches ("switch:" instead of "swit:"). Please check that I got everything correct in git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git next Thanks!