Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'thunderbolt-for-v6.17-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-next

Mika writes:

thunderbolt: Changes for v6.17 merge window

This includes just a single trivial documentation fix. It has been in
linux-next with no reported issues.

* tag 'thunderbolt-for-v6.17-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt:
thunderbolt: Fix typos in documentation comments

+2 -2
+1 -1
drivers/thunderbolt/nvm.c
··· 588 588 * @size: Size of the buffer in bytes 589 589 * @retries: Number of retries if the block write fails 590 590 * @write_block: Function that writes block to the flash 591 - * @write_block_data: Data passwd to @write_block 591 + * @write_block_data: Data passed to @write_block 592 592 * 593 593 * This is generic function that writes data to NVM or NVM like device. 594 594 *
+1 -1
drivers/thunderbolt/switch.c
··· 3069 3069 * @width: The new link width 3070 3070 * 3071 3071 * Set device router link width to @width from router upstream port 3072 - * perspective. Supports also asymmetric links if the routers boths side 3072 + * perspective. Supports also asymmetric links if the routers both side 3073 3073 * of the link supports it. 3074 3074 * 3075 3075 * Does nothing for host router.