From: Drew Fustini <dfustini@tenstorrent.com>
To: Dan Carpenter <dan.carpenter@linaro.org>
Cc: oe-kbuild@lists.linux.dev, lkp@intel.com, oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v3 2/8] pinctrl: Add driver for the T-Head TH1520 SoC
Date: Sat, 5 Oct 2024 12:30:16 -0700 [thread overview]
Message-ID: <ZwGTyOBUAppE5WAM@x1> (raw)
In-Reply-To: <9f76efc9-c9c6-4097-a7a0-80e1b941866d@stanley.mountain>
On Wed, Oct 02, 2024 at 06:54:48PM +0300, Dan Carpenter wrote:
> Hi Drew,
>
> kernel test robot noticed the following build warnings:
>
> url: https://github.com/intel-lab-lkp/linux/commits/Drew-Fustini/dt-bindings-pinctrl-Add-thead-th1520-pinctrl-bindings/20241001-035421
> base: 9852d85ec9d492ebef56dc5f229416c925758edc
> patch link: https://lore.kernel.org/r/20240930-th1520-pinctrl-v3-2-32cea2bdbecb%40tenstorrent.com
> patch subject: [PATCH v3 2/8] pinctrl: Add driver for the T-Head TH1520 SoC
> config: s390-randconfig-r072-20241002 (https://download.01.org/0day-ci/archive/20241002/202410022336.xyWlV0Tf-lkp@intel.com/config)
> compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
> | Closes: https://lore.kernel.org/r/202410022336.xyWlV0Tf-lkp@intel.com/
I put these tags in the patch I'm about to send but I get this
checkpatch warning:
-----------------------------------------------------------
WARNING: Reported-by: should be immediately followed by Closes: with a URL to the report
#9:
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
total: 0 errors, 1 warnings, 7 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
Commit 8d7cdbc31c9f ("pinctrl: th1520: Fix return value for unknown pin error") has style problems, please review.
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
-----------------------------------------------------------
If I remove the first Reported-by, then checkpatch no longer complains.
Am I missing something?
Thanks,
Drew
next prev parent reply other threads:[~2024-10-05 19:30 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-30 19:50 [PATCH v3 0/8] pinctrl: Add T-Head TH1520 SoC pin controllers Drew Fustini
2024-09-30 19:50 ` Drew Fustini
2024-09-30 19:50 ` [PATCH v3 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings Drew Fustini
2024-09-30 19:50 ` Drew Fustini
2024-09-30 19:50 ` [PATCH v3 2/8] pinctrl: Add driver for the T-Head TH1520 SoC Drew Fustini
2024-09-30 19:50 ` Drew Fustini
2024-10-02 15:54 ` Dan Carpenter
2024-10-05 19:30 ` Drew Fustini [this message]
2024-10-07 5:30 ` Dan Carpenter
2024-10-02 19:36 ` Kees Bakker
2024-10-02 19:36 ` Kees Bakker
2024-10-03 2:43 ` Drew Fustini
2024-10-03 2:43 ` Drew Fustini
2024-09-30 19:50 ` [PATCH v3 3/8] riscv: dts: thead: Add TH1520 pin control nodes Drew Fustini
2024-09-30 19:50 ` Drew Fustini
2024-09-30 19:50 ` [PATCH v3 4/8] riscv: dts: thead: Add TH1520 GPIO ranges Drew Fustini
2024-09-30 19:50 ` Drew Fustini
2024-09-30 19:50 ` [PATCH v3 5/8] riscv: dts: thead: Adjust TH1520 GPIO labels Drew Fustini
2024-09-30 19:50 ` Drew Fustini
2024-09-30 19:50 ` [PATCH v3 6/8] riscv: dts: thead: Add Lichee Pi 4M GPIO line names Drew Fustini
2024-09-30 19:50 ` Drew Fustini
2024-10-12 13:46 ` Emil Renner Berthing
2024-10-12 13:46 ` Emil Renner Berthing
2024-09-30 19:50 ` [PATCH v3 7/8] riscv: dts: thead: Add TH1520 pinctrl settings for UART0 Drew Fustini
2024-09-30 19:50 ` Drew Fustini
2024-10-12 13:48 ` Emil Renner Berthing
2024-10-12 13:48 ` Emil Renner Berthing
2024-09-30 19:50 ` [PATCH v3 8/8] riscv: dtb: thead: Add BeagleV Ahead LEDs Drew Fustini
2024-09-30 19:50 ` Drew Fustini
2024-10-12 14:41 ` Emil Renner Berthing
2024-10-12 14:41 ` Emil Renner Berthing
2024-10-01 12:13 ` [PATCH v3 0/8] pinctrl: Add T-Head TH1520 SoC pin controllers Linus Walleij
2024-10-01 12:13 ` Linus Walleij
2024-10-02 18:34 ` Drew Fustini
2024-10-02 18:34 ` Drew Fustini
2024-10-02 20:46 ` Linus Walleij
2024-10-02 20:46 ` Linus Walleij
2024-10-03 0:02 ` Drew Fustini
2024-10-03 0:02 ` Drew Fustini
2024-10-11 17:22 ` Drew Fustini
2024-10-11 17:22 ` Drew Fustini
-- strict thread matches above, loose matches on Subject: below --
2024-10-02 15:45 [PATCH v3 2/8] pinctrl: Add driver for the T-Head TH1520 SoC kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZwGTyOBUAppE5WAM@x1 \
--to=dfustini@tenstorrent.com \
--cc=dan.carpenter@linaro.org \
--cc=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=oe-kbuild@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.