Hi, On Feb 15, 2024 at 21:16:37 -0800, Randy Dunlap wrote: > The change to use "target" requires an underline to be extended by > one more character to fix a documentation build warning: > > Documentation/spi/spi-summary.rst:274: WARNING: Title underline too short. > Declare target Devices > ^^^^^^^^^^^^^^^^^^^^^ Oops, looks like I missed it. > > Fixes: hash ("spi: Update the "master/slave" terminology in documentation") > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Cc: Dhruva Gole <d-gole@xxxxxx> > Cc: Mark Brown <broonie@xxxxxxxxxx> > Cc: linux-spi@xxxxxxxxxxxxxxx > --- > Documentation/spi/spi-summary.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -- a/Documentation/spi/spi-summary.rst b/Documentation/spi/spi-summary.rst > --- a/Documentation/spi/spi-summary.rst > +++ b/Documentation/spi/spi-summary.rst > @@ -271,7 +271,7 @@ an external clock, where another derives > settings of some master clock. > > Declare target Devices > -^^^^^^^^^^^^^^^^^^^^^ > +^^^^^^^^^^^^^^^^^^^^^^ Good catch, Reviewed-by: Dhruva Gole <d-gole@xxxxxx> Mark, Will you be just squashing the commits since they're still in next or will this be a separate commit? Just curious how fixes work while they're still not in any mainline linux tree -- Best regards, Dhruva Gole <d-gole@xxxxxx>