Messages in this thread |  | | From | Andy Shevchenko <> | Date | Mon, 4 Jul 2022 21:49:58 +0200 | Subject | Re: [PATCH v2] Documentation: bno055: separate SPDX identifier and page title |
| |
On Mon, Jul 4, 2022 at 5:41 AM Bagas Sanjaya <bagasdotme@gmail.com> wrote: > > kernel test robot reported htmldocs warning: > > Documentation/iio/bno055.rst:2: WARNING: Explicit markup ends without a blank line; unexpected unindent. > > The warning above is caused by missing blank line separator between SPDX > identifier and page title. > > Add the blank line to fix the warning. > > Link: https://lore.kernel.org/lkml/202207031509.DlBrHyaw-lkp@intel.com/ > Fixes: ec0c70cb45507d ("docs: iio: add documentation for BNO055 driver") > Reported-by: kernel test robot <lkp@intel.com> > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> Cc: Jonathan Corbet <corbet@lwn.net> > Cc: Andrea Merello <andrea.merello@iit.it> > Cc: Jonathan Cameron <jic23@kernel.org> > Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > Cc: Lars-Peter Clausen <lars@metafoo.de> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Matt Ranostay <matt.ranostay@konsulko.com> > Cc: Alexandru Ardelean <ardeleanalex@gmail.com> > Cc: jacopo@jmondi.org > Cc: linux-iio@vger.kernel.org > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org (open list)
It's a very noisy Cc list which will go in the git history. Instead, use --to and --cc parameters of `git format-patch`. Maintainers usually use `b4` tool that adds a Link tag to the patch itself on the Lore archive which will keep track on the Cc list anyway.
-- With Best Regards, Andy Shevchenko
|  |