On (20/01/20 19:38), lijiazi wrote:
quoted hunk ↗ jump to hunk
Documentation/core-api/printk-formats.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core-api/printk-formats.rst
index 8ebe46b1..9271f20 100644
--- a/Documentation/core-api/printk-formats.rst
+++ b/Documentation/core-api/printk-formats.rst
@@ -441,6 +441,8 @@ Examples::
d - detached
P - Populated
B - Populated bus
+ O - Overlay
+ F - Overlay free cset
I think these 3 can be just one patch. Patching Documentation and
vsprintf in separate steps might be a bit inconvenient.
-ss