All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: zouxiaoh <xiaohong.zou@intel.com>
Cc: oe-kbuild-all@lists.linux.dev,
	Julian Chen <julian.chen@intel.com>,
	hepengpx <pengpengx.he@intel.com>
Subject: [intel-lts:6.6/preempt-rt 3/3] drivers/media/i2c/imx390.c:148: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
Date: Sat, 28 Dec 2024 09:34:53 +0800	[thread overview]
Message-ID: <202412281147.9jPUTLWN-lkp@intel.com> (raw)

tree:   https://github.com/intel/linux-intel-lts.git 6.6/preempt-rt
head:   7f064b9d8937d880fb64d1df8d1e8b8115a1c128
commit: 727b148e5943f45d8d4176bccbdb2bb2654bbb0f [3/3] driver: media: pci: i2c: support IMX390 on kernel 6.6
config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20241228/202412281147.9jPUTLWN-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241228/202412281147.9jPUTLWN-lkp@intel.com/reproduce)

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>
| Closes: https://lore.kernel.org/oe-kbuild-all/202412281147.9jPUTLWN-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/media/i2c/imx390.c:148: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * Register addresses (see data sheet/register map)
   drivers/media/i2c/imx390.c:1180: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * imx390 gain is 0 to 30 in .3db steps.


vim +148 drivers/media/i2c/imx390.c

e986ee1ba98444 zouxiaoh 2024-01-18  146  
e986ee1ba98444 zouxiaoh 2024-01-18  147  /**
e986ee1ba98444 zouxiaoh 2024-01-18 @148   * Register addresses (see data sheet/register map)
e986ee1ba98444 zouxiaoh 2024-01-18  149   */
e986ee1ba98444 zouxiaoh 2024-01-18  150  enum {
e986ee1ba98444 zouxiaoh 2024-01-18  151  	IMX390_REG_STANDBY = 0x0000,
e986ee1ba98444 zouxiaoh 2024-01-18  152  	IMX390_REG_REG_HOLD = 0x0008,
e986ee1ba98444 zouxiaoh 2024-01-18  153  	IMX390_REG_SHS1 = 0x000c,
e986ee1ba98444 zouxiaoh 2024-01-18  154  	IMX390_REG_SHS2 = 0x0010,
e986ee1ba98444 zouxiaoh 2024-01-18  155  	IMX390_REG_AGAIN_SP1H = 0x0018,
e986ee1ba98444 zouxiaoh 2024-01-18  156  	IMX390_REG_AGAIN_SP1L = 0x001a,
e986ee1ba98444 zouxiaoh 2024-01-18  157  
e986ee1ba98444 zouxiaoh 2024-01-18  158  	/* default bayer order RGGB */
e986ee1ba98444 zouxiaoh 2024-01-18  159  	IMX390_REG_WBGAIN_R = 0x0030,
e986ee1ba98444 zouxiaoh 2024-01-18  160  	IMX390_REG_WBGAIN_GR = 0x0032,
e986ee1ba98444 zouxiaoh 2024-01-18  161  	IMX390_REG_WBGAIN_GB = 0x0034,
e986ee1ba98444 zouxiaoh 2024-01-18  162  	IMX390_REG_WBGAIN_B = 0x0036,
e986ee1ba98444 zouxiaoh 2024-01-18  163  
e986ee1ba98444 zouxiaoh 2024-01-18  164  	IMX390_REG_OBB_CLAMP_CTRL_SEL = 0x0083,
e986ee1ba98444 zouxiaoh 2024-01-18  165  	IMX390_REG_REAR_EMBDATA_LINE = 0x2E18,
e986ee1ba98444 zouxiaoh 2024-01-18  166  	IMX390_REG_REV1 = 0x3060,
e986ee1ba98444 zouxiaoh 2024-01-18  167  	IMX390_REG_REV2 = 0x3064,
e986ee1ba98444 zouxiaoh 2024-01-18  168  	IMX390_REG_REV3 = 0x3067,
e986ee1ba98444 zouxiaoh 2024-01-18  169  	IMX390_REG_WBGAIN_FORCE_X1 = 0x36A8,
e986ee1ba98444 zouxiaoh 2024-01-18  170  };
e986ee1ba98444 zouxiaoh 2024-01-18  171  

:::::: The code at line 148 was first introduced by commit
:::::: e986ee1ba98444c2b97240478a5b1dda508e0b35 add ipu driver for kernel 6.6

:::::: TO: zouxiaoh <xiaohong.zou@intel.com>
:::::: CC: ranjan-dutta <ranjan.dutta@intel.com>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2024-12-28  1:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202412281147.9jPUTLWN-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=julian.chen@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=pengpengx.he@intel.com \
    --cc=xiaohong.zou@intel.com \
    /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.