summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2023-01-23 11:18:01 +0300
committerTakashi Iwai <tiwai@suse.de>2023-01-23 11:18:13 +0300
commitbea11f0aa17a42303cfe9dae780bfc36f1947605 (patch)
tree2c32016c8850f337c073d126a3436744cf3d19e1 /include/linux
parent81c254a65ceb2770bc3cd87bd172a29d8ae92dc4 (diff)
parent39859be8537ca372c48b76458f498064e075aaa3 (diff)
downloadlinux-bea11f0aa17a42303cfe9dae780bfc36f1947605.tar.xz
Merge branch 'topic/firewire' into for-next
Pull FireWire fixes Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/firewire.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h
index 980019053e54..56505436d159 100644
--- a/include/linux/firewire.h
+++ b/include/linux/firewire.h
@@ -278,9 +278,8 @@ typedef void (*fw_transaction_callback_t)(struct fw_card *card, int rcode,
* Otherwise there is a danger of recursion of inbound and outbound
* transactions from and to the local node.
*
- * The callback is responsible that either fw_send_response() or kfree()
- * is called on the @request, except for FCP registers for which the core
- * takes care of that.
+ * The callback is responsible that fw_send_response() is called on the @request, except for FCP
+ * registers for which the core takes care of that.
*/
typedef void (*fw_address_callback_t)(struct fw_card *card,
struct fw_request *request,