Re: [PATCH v3 1/8] dt-bindings: don't use ../dir for doc references
From: Rob Herring <robh@kernel.org>
Date: 2021-04-09 19:18:21
Also in:
linux-doc, linux-input, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-04-09 19:18:21
Also in:
linux-doc, linux-input, lkml
On Fri, 09 Apr 2021 14:47:45 +0200, Mauro Carvalho Chehab wrote:
As documents have been renamed and moved around, their references will break, but this will be unnoticed, as the script which checks for it won't handle "../" references. So, replace them by the full patch. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- .../input/touchscreen/resistive-adc-touch.txt | 2 +- .../devicetree/bindings/mfd/motorola-cpcap.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-)
Applied, thanks!