]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Documentation/printf: struct resource add start == end special case
authorIra Weiny <ira.weiny@intel.com>
Sat, 26 Oct 2024 00:46:54 +0000 (19:46 -0500)
committerDave Jiang <dave.jiang@intel.com>
Mon, 28 Oct 2024 21:30:52 +0000 (14:30 -0700)
commit3dff66ff8367cd4dabb6a34633e55324c281348a
tree16e90ae9b7916ea081f2efd0367950325ed296bb
parent8e7f07e608864dcf7cabc9c252ca02b6ca9ff0d4
Documentation/printf: struct resource add start == end special case

The code when printing a struct resource will check for start == end and
only print the start value.

Document this special case.

Suggested-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20241025-cxl-pra-v2-2-123a825daba2@intel.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Documentation/core-api/printk-formats.rst