]> www.infradead.org Git - users/dwmw2/linux.git/commit
drivers/of: Improve documentation for match_string
authorMiquel Sabaté Solà <mikisabate@gmail.com>
Wed, 11 Sep 2024 20:49:38 +0000 (22:49 +0200)
committerRob Herring (Arm) <robh@kernel.org>
Fri, 13 Sep 2024 19:01:34 +0000 (14:01 -0500)
commit6417edb5d185917c4d7f72b81a4b6ebda26f7856
treef7b79bc642baa7e769708dddcc2f5807c326a423
parent69b860034c33429b5bf7eb89fb8c0ad269ad9cbd
drivers/of: Improve documentation for match_string

The description of the function now explicitly states that it's
an *exact* match for the given string (i.e. not a submatch). It also
better states all the possible return values.

Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Link: https://lore.kernel.org/r/20240911204938.9172-1-mikisabate@gmail.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
drivers/of/property.c