From: kernel test robot <lkp@intel.com>
To: Dale B Stimson <dale.b.stimson@intel.com>,
intel-gfx@lists.freedesktop.org
Cc: kbuild-all@lists.01.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/dg1: Add HWMON power sensor support
Date: Fri, 26 Mar 2021 06:23:38 +0800 [thread overview]
Message-ID: <202103260618.PnvyjBzD-lkp@intel.com> (raw)
In-Reply-To: <20210325195230.97238-1-dale.b.stimson@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1888 bytes --]
Hi Dale,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on drm-intel/for-linux-next]
[also build test WARNING on drm-tip/drm-tip next-20210325]
[cannot apply to v5.12-rc4]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Dale-B-Stimson/drm-i915-dg1-Add-HWMON-power-sensor-support/20210326-035458
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/a4d0cd77d477a9f1389f4af775878deea0749632
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Dale-B-Stimson/drm-i915-dg1-Add-HWMON-power-sensor-support/20210326-035458
git checkout a4d0cd77d477a9f1389f4af775878deea0749632
# save the attached .config to linux build tree
make W=1 ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/gpu/drm/i915/i915_hwmon.c:19: warning: wrong kernel-doc identifier on line:
* SF_* - scale factors for particular quantities.
vim +19 drivers/gpu/drm/i915/i915_hwmon.c
17
18 /**
> 19 * SF_* - scale factors for particular quantities.
20 * The hwmon standard says that quantities of the given types are specified
21 * in the given units:
22 * - time - milliseconds
23 * - power - microwatts
24 * - energy - microjoules
25 */
26
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 65454 bytes --]
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/dg1: Add HWMON power sensor support
Date: Fri, 26 Mar 2021 06:23:38 +0800 [thread overview]
Message-ID: <202103260618.PnvyjBzD-lkp@intel.com> (raw)
In-Reply-To: <20210325195230.97238-1-dale.b.stimson@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1938 bytes --]
Hi Dale,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on drm-intel/for-linux-next]
[also build test WARNING on drm-tip/drm-tip next-20210325]
[cannot apply to v5.12-rc4]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Dale-B-Stimson/drm-i915-dg1-Add-HWMON-power-sensor-support/20210326-035458
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/a4d0cd77d477a9f1389f4af775878deea0749632
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Dale-B-Stimson/drm-i915-dg1-Add-HWMON-power-sensor-support/20210326-035458
git checkout a4d0cd77d477a9f1389f4af775878deea0749632
# save the attached .config to linux build tree
make W=1 ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/gpu/drm/i915/i915_hwmon.c:19: warning: wrong kernel-doc identifier on line:
* SF_* - scale factors for particular quantities.
vim +19 drivers/gpu/drm/i915/i915_hwmon.c
17
18 /**
> 19 * SF_* - scale factors for particular quantities.
20 * The hwmon standard says that quantities of the given types are specified
21 * in the given units:
22 * - time - milliseconds
23 * - power - microwatts
24 * - energy - microjoules
25 */
26
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 65454 bytes --]
next prev parent reply other threads:[~2021-03-25 22:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-25 19:52 [Intel-gfx] [PATCH] drm/i915/dg1: Add HWMON power sensor support Dale B Stimson
2021-03-25 22:23 ` kernel test robot [this message]
2021-03-25 22:23 ` kernel test robot
2021-03-25 23:02 ` kernel test robot
2021-03-25 23:02 ` kernel test robot
2021-03-25 23:15 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2021-03-25 23:17 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-03-25 23:21 ` [Intel-gfx] ✗ Fi.CI.DOCS: " Patchwork
2021-03-25 23:46 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2021-03-26 2:24 ` [Intel-gfx] [PATCH] " kernel test robot
2021-03-26 2:24 ` 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=202103260618.PnvyjBzD-lkp@intel.com \
--to=lkp@intel.com \
--cc=dale.b.stimson@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=kbuild-all@lists.01.org \
/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.