diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-07-07 11:03:53 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-07-07 11:03:53 +0200 |
| commit | 0c43c19bf7a6cf2883b4a7ff08171be4af8ef814 (patch) | |
| tree | dfc456b058b3b937071e77ee7af75a133be1073d /drivers | |
| parent | USB: gadget: f_hid: Fix memory leak in hidg_bind error path (diff) | |
| parent | thunderbolt: Fix typos in documentation comments (diff) | |
| download | linux-0c43c19bf7a6cf2883b4a7ff08171be4af8ef814.tar.gz linux-0c43c19bf7a6cf2883b4a7ff08171be4af8ef814.zip | |
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
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/thunderbolt/nvm.c | 2 | ||||
| -rw-r--r-- | drivers/thunderbolt/switch.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/thunderbolt/nvm.c b/drivers/thunderbolt/nvm.c index 8901db2de327..da11c8112e29 100644 --- a/drivers/thunderbolt/nvm.c +++ b/drivers/thunderbolt/nvm.c @@ -588,7 +588,7 @@ int tb_nvm_read_data(unsigned int address, void *buf, size_t size, * @size: Size of the buffer in bytes * @retries: Number of retries if the block write fails * @write_block: Function that writes block to the flash - * @write_block_data: Data passwd to @write_block + * @write_block_data: Data passed to @write_block * * This is generic function that writes data to NVM or NVM like device. * diff --git a/drivers/thunderbolt/switch.c b/drivers/thunderbolt/switch.c index 28febb95f8fa..601d2b1723de 100644 --- a/drivers/thunderbolt/switch.c +++ b/drivers/thunderbolt/switch.c @@ -3069,7 +3069,7 @@ static int tb_switch_asym_disable(struct tb_switch *sw) * @width: The new link width * * Set device router link width to @width from router upstream port - * perspective. Supports also asymmetric links if the routers boths side + * perspective. Supports also asymmetric links if the routers both side * of the link supports it. * * Does nothing for host router. |
