diff options
author | 2025-02-24 10:08:09 +0100 | |
---|---|---|
committer | 2025-03-04 09:47:36 -0700 | |
commit | 62d6d20257a9157e9be5dd65b786399b86815a33 (patch) | |
tree | ba42ee969de0804a5b03da3d89e8d6b3f2d94262 | |
parent | drivers: media: intel-ipu3.h: fix identation on a kernel-doc markup (diff) | |
download | wireguard-linux-62d6d20257a9157e9be5dd65b786399b86815a33.tar.xz wireguard-linux-62d6d20257a9157e9be5dd65b786399b86815a33.zip |
drivers: firewire: firewire-cdev.h: fix identation on a kernel-doc markup
The description of @tstamp parameter has one line that starts at the
beginning. This moves such line to the description, which is not the
intent here.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/8238bed1c0375e6b389a8cafe1ad99fdeb1cb1f2.1740387599.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to '')
-rw-r--r-- | include/uapi/linux/firewire-cdev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/firewire-cdev.h b/include/uapi/linux/firewire-cdev.h index 1f2c9469f921..05e3aa8fa8bc 100644 --- a/include/uapi/linux/firewire-cdev.h +++ b/include/uapi/linux/firewire-cdev.h @@ -449,7 +449,8 @@ struct fw_cdev_event_phy_packet { * which the packet arrived. For %FW_CDEV_EVENT_PHY_PACKET_SENT2 and non-ping packet, * the time stamp of isochronous cycle at which the packet was sent. For ping packet, * the tick count for round-trip time measured by 1394 OHCI controller. - * The time stamp of isochronous cycle at which either the response was sent for + * + * The time stamp of isochronous cycle at which either the response was sent for * %FW_CDEV_EVENT_PHY_PACKET_SENT2 or the request arrived for * %FW_CDEV_EVENT_PHY_PACKET_RECEIVED2. * @data: Incoming data |