Skip to content

Commit b7f4199

Browse files
dwlsalmeidaJonathan Corbet
authored andcommitted
docs: core-api/printk-formats.rst: use literal block syntax
Fix the following warning: WARNING: Definition list ends without a blank line; unexpected unindent. By switching to the literal block syntax. Signed-off-by: Daniel W. S. Almeida <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 009abf5 commit b7f4199

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/core-api/printk-formats.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,11 @@ Time and date
494494
%pt[RT]t HH:MM:SS
495495
%pt[RT][dt][r]
496496

497-
For printing date and time as represented by
497+
For printing date and time as represented by::
498+
498499
R struct rtc_time structure
499500
T time64_t type
501+
500502
in human readable format.
501503

502504
By default year will be incremented by 1900 and month by 1.

0 commit comments

Comments
 (0)