]> git.ipfire.org Git - thirdparty/kernel/stable.git/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 08:25:02 +0000 (09:25 +0100)
commit1a2f08576e3027307aca503da08cb2707429dfe8
treefae9a2f814062e6465f80bd358f0f3b264c06d90
parent6d2a97b7b6f202f537de69208353ea7004911b23
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