Skip to content

Commit 62d6d20

Browse files
mchehabJonathan Corbet
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/8238bed1c0375e6b389a8cafe1ad99fdeb1cb1f2.1740387599.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <[email protected]>
1 parent ffda7c2 commit 62d6d20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/uapi/linux/firewire-cdev.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ struct fw_cdev_event_phy_packet {
449449
* which the packet arrived. For %FW_CDEV_EVENT_PHY_PACKET_SENT2 and non-ping packet,
450450
* the time stamp of isochronous cycle at which the packet was sent. For ping packet,
451451
* the tick count for round-trip time measured by 1394 OHCI controller.
452-
* The time stamp of isochronous cycle at which either the response was sent for
452+
*
453+
* The time stamp of isochronous cycle at which either the response was sent for
453454
* %FW_CDEV_EVENT_PHY_PACKET_SENT2 or the request arrived for
454455
* %FW_CDEV_EVENT_PHY_PACKET_RECEIVED2.
455456
* @data: Incoming data

0 commit comments

Comments
 (0)