Re: [PATCH v8 1/4] SFH: Add maintainers and documentation for AMD SFH based on HID framework
From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2020-10-30 08:07:53
Also in:
linux-iio, lkml
From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2020-10-30 08:07:53
Also in:
linux-iio, lkml
On Sat, 10 Oct 2020, Sandeep Singh wrote:
From: Sandeep Singh <redacted> Add Maintainers for AMD SFH(SENSOR FUSION HUB) Solution and work flow document. Co-developed-by: Nehal Shah <redacted> Signed-off-by: Nehal Shah <redacted> Signed-off-by: Sandeep Singh <redacted> --- Documentation/hid/amd-sfh-hid.rst | 145 ++++++++++++++++++++++++++++++ Documentation/hid/index.rst | 1 + MAINTAINERS | 8 ++ 3 files changed, 154 insertions(+) create mode 100644 Documentation/hid/amd-sfh-hid.rst
I do not know where something went wrong here, but it seems that
the git commit 302f0dad8c97 ("SFH: Add maintainers and
documentation for AMD SFH based on HID framework") on next-20201030
dropped the addition of the rst file compared to this patch v8 here.
See: git show --stat 302f0dad8c97a11abcf145ff3c70
[...]
Documentation/hid/index.rst | 1 +
MAINTAINERS | 8 ++++++++
2 files changed, 9 insertions(+)
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: Documentation/hid/amd-sfh*
Just that you know...
Lukas