]> git.hungrycats.org Git - linux/commit
firewire: core: correct documentation of fw_csr_string() kernel API
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 1 Feb 2024 11:53:18 +0000 (20:53 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Feb 2024 07:55:05 +0000 (08:55 +0100)
commit4bcfab73882d2108d8d8cc301313f670f21def7f
tree09f68b3c4fc9c127eedf895d1c8ef51ae9a10ace
parentd260a5b76d7a8644f3abbb59de2d1fa04ed63511
firewire: core: correct documentation of fw_csr_string() kernel API

commit 5f9ab17394f831cb7986ec50900fa37507a127f1 upstream.

Against its current description, the kernel API can accepts all types of
directory entries.

This commit corrects the documentation.

Cc: stable@vger.kernel.org
Fixes: 3c2c58cb33b3 ("firewire: core: fw_csr_string addendum")
Link: https://lore.kernel.org/r/20240130100409.30128-2-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firewire/core-device.c