[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1561130657.git.mchehab+samsung@kernel.org>
Date:   Fri, 21 Jun 2019 12:28:00 -0300
From:   Mauro Carvalho Chehab <mchehab+samsung@...nel.org>
To:     Linux Doc Mailing List <linux-doc@...r.kernel.org>
Cc:     Mauro Carvalho Chehab <mchehab+samsung@...nel.org>,
        Mauro Carvalho Chehab <mchehab@...radead.org>,
        linux-kernel@...r.kernel.org, Jonathan Corbet <corbet@....net>,
        gregkh@...uxfoundation.org
Subject: [PATCH 0/2] Report warnings to the file they belong
Reporting an ABI error to the get_abi.pl script is not nice, as it
doesn't maky any easy to fix it.
Instead, just like with kernel-doc, put the fingers to the files
that didn't parse ok:
    Documentation/ABI/testing/sysfs-kernel-mm-hugepages:3: WARNING: Definition list ends without a blank line; unexpected unindent.
    Documentation/ABI/testing/evm:4: ERROR: Unexpected indentation.
    Documentation/ABI/testing/evm:3: WARNING: Block quote ends without a blank line; unexpected unindent.
---
Greg,
Independently of the RFC patches, I would apply those two ones
together with the script, as they make a lot easier to debug
issues.
Mauro Carvalho Chehab (2):
  get_abi.pl: Allow optionally record from where a line came from
  docs: kernel_abi.py: use --enable-lineno for get_abi.pl
 Documentation/sphinx/kernel_abi.py | 18 ++++++++++++++----
 scripts/get_abi.pl                 | 21 ++++++++++++++++++++-
 2 files changed, 34 insertions(+), 5 deletions(-)
-- 
2.21.0
Powered by blists - more mailing lists