oe-kbuild-all.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [opencloudos:next 6506/6518] drivers/crypto/ccp/hygon/ccp-dev-v5.c:206: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
@ 2024-05-07 16:44 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-05-07 16:44 UTC (permalink / raw)
  To: jasperwang, kaixuxia, frankjpliu, kasong, sagazchen, kernelxing,
	aurelianliu, jason.zeng, wu.zheng, yingbao.jia, pei.p.jia
  Cc: oe-kbuild-all

tree:   https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git next
head:   b294718c76ed688d3272e48c431221a8194cd2d3
commit: 861bd616fbc656a29bb7709ee79f441cf0ed85e4 [6506/6518] ccp: ccp-crypto support sm2 on Hygon generation 4th CPU
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20240508/202405080058.0rqclkdl-lkp@intel.com/config)
compiler: gcc-13 (Ubuntu 13.2.0-4ubuntu3) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240508/202405080058.0rqclkdl-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/202405080058.0rqclkdl-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/crypto/ccp/hygon/ccp-dev-v5.c:206: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * Hygon CCP from 4th generation support both sm2 & ecc,


vim +206 drivers/crypto/ccp/hygon/ccp-dev-v5.c

   204	
   205	/**
 > 206	 * Hygon CCP from 4th generation support both sm2 & ecc,
   207	 * but its input content is different from previous version.
   208	 * the previous requries only one src buffer which include
   209	 * hash + key. Now, hash and key should passed separately. To
   210	 * compatible with previous driver, we parse hash and key
   211	 * from src buffer which same as previous input
   212	 */
   213	#define SM2_ECC_OPERAND_LEN				32
   214	#define SM2_ECC_KG_SRC_SIZE				32
   215	#define SM2_ECC_LP_SRC_SIZE				32
   216	#define SM2_ECC_SIGN_SRC_SIZE			64
   217	#define SM2_ECC_VERIFY_SRC_SIZE			96
   218	

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-07 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-07 16:44 [opencloudos:next 6506/6518] drivers/crypto/ccp/hygon/ccp-dev-v5.c:206: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).