]> git.ipfire.org Git - thirdparty/linux.git/commit
PM: EM: Documentation: Fix bug in example code snippet
authorPatrick Little <plittle@gmail.com>
Wed, 28 Jan 2026 22:33:12 +0000 (16:33 -0600)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 30 Jan 2026 19:23:01 +0000 (20:23 +0100)
commit1c7442d10b031ace1b7f4902af48bdca465ca25f
tree9b3428dfe4c73b5ff0f6da5e7441a781d0aba67a
parente79eec6ca1f5a3dbd804b73fd313b3fe455df4f3
PM: EM: Documentation: Fix bug in example code snippet

A semicolon was mistakenly placed at the end of 'if' statements.

If example is copied as-is, it would lead to the subsequent return
being executed unconditionally, which is incorrect, and the rest of the
function would never be reached.

Signed-off-by: Patrick Little <plittle@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
[ rjw: Subject adjustment ]
Link: https://patch.msgid.link/20260128-documentation-fix-grammar-v1-2-39238dc471f9@gmail.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/power/energy-model.rst