On Wed, 11 Sep 2024 22:49:38 +0200, Miquel Sabaté Solà wrote: > 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@xxxxxxxxx> > --- > drivers/of/property.c | 13 +++++++++---- > 1 file changed, 9 insertions(+), 4 deletions(-) > Applied, thanks!