Re: [PATCH v2 0/6] thunderbolt: Fix kernel-doc descriptions of non-static functions
From: Mika Westerberg <mika.westerberg@linux.intel.com>
Date: 2021-02-04 07:45:15
On Mon, Feb 01, 2021 at 03:16:23PM +0300, Mika Westerberg wrote:
Hi all, This series was inspired by the patch series from Lee Jones that fixed a bunch of warnings with W=1 build: https://lore.kernel.org/linux-usb/20210127112554.3770172-1-lee.jones@linaro.org/ (local) For non-static functions we fix missing kernel-doc descriptions accordingly. This fixes the rest of the warnings with W=1 build. Applies on top of thunderbolt.git/next. v1 can be found here: https://lore.kernel.org/linux-usb/20210128122934.36897-1-mika.westerberg@linux.intel.com/ (local) Changes from v1: * Drop @ before port in patch 5/6. * Added tags from Lee Jones. * New patch that clarifies router/adapter USB4 terms in structs tb_switch/port. Mika Westerberg (6): thunderbolt: ctl: Fix kernel-doc descriptions of non-static functions thunderbolt: eeprom: Fix kernel-doc descriptions of non-static functions thunderbolt: path: Fix kernel-doc descriptions of non-static functions thunderbolt: nhi: Fix kernel-doc descriptions of non-static functions thunderbolt: switch: Fix kernel-doc descriptions of non-static functions thunderbolt: Add clarifying comments about USB4 terms router and adapter
All applied to thunderbolt.git/next.