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@xxxxxxxxxx/ 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. Mika Westerberg (5): 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 drivers/thunderbolt/ctl.c | 47 ++++++++++++++++++++++++++++++++---- drivers/thunderbolt/eeprom.c | 13 ++++++++-- drivers/thunderbolt/nhi.c | 2 ++ drivers/thunderbolt/path.c | 2 ++ drivers/thunderbolt/switch.c | 7 ++++++ 5 files changed, 64 insertions(+), 7 deletions(-) -- 2.29.2