All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kernel@openeuler.org
Cc: oe-kbuild-all@lists.linux.dev
Subject: [openeuler:OLK-6.6 2229/2229] drivers/crypto/ccp/hygon/csv-dev.c:882: warning: Function parameter or member 'api_major' not described in 'user_data_status'
Date: Thu, 15 May 2025 22:04:21 +0800	[thread overview]
Message-ID: <202505150837.6782gtth-lkp@intel.com> (raw)

tree:   https://gitee.com/openeuler/kernel.git OLK-6.6
head:   a53913bacac4876eee9ce118b3101dff842318ef
commit: 518c81d56c055affc71650b1ad1ba7f86e5ee867 [2229/2229] arch/x86/kvm: Support tkm virtualization
config: x86_64-rhel-9.4-rust (https://download.01.org/0day-ci/archive/20250515/202505150837.6782gtth-lkp@intel.com/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
rustc: rustc 1.73.0 (cc66ad468 2023-10-03)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250515/202505150837.6782gtth-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/202505150837.6782gtth-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/crypto/ccp/hygon/csv-dev.c:882: warning: Function parameter or member 'api_major' not described in 'user_data_status'
>> drivers/crypto/ccp/hygon/csv-dev.c:882: warning: Function parameter or member 'api_minor' not described in 'user_data_status'
>> drivers/crypto/ccp/hygon/csv-dev.c:882: warning: Function parameter or member 'reserved1' not described in 'user_data_status'


vim +882 drivers/crypto/ccp/hygon/csv-dev.c

   851	
   852	/**
   853	 * struct user_data_status - PLATFORM_STATUS command parameters
   854	 *
   855	 * @major: major API version
   856	 * @minor: minor API version
   857	 * @state: platform state
   858	 * @owner: self-owned or externally owned
   859	 * @chip_secure: ES or MP chip
   860	 * @fw_enc: is this FW is encrypted
   861	 * @fw_sign: is this FW is signed
   862	 * @config_es: platform config flags for csv-es
   863	 * @build: Firmware Build ID for this API version
   864	 * @bl_version_debug: Bootloader VERSION_DEBUG field
   865	 * @bl_version_minor: Bootloader VERSION_MINOR field
   866	 * @bl_version_major: Bootloader VERSION_MAJOR field
   867	 * @guest_count: number of active guests
   868	 * @reserved: should set to zero
   869	 */
   870	struct user_data_status {
   871		uint8_t api_major;		/* Out */
   872		uint8_t api_minor;		/* Out */
   873		uint8_t state;			/* Out */
   874		uint8_t owner : 1,		/* Out */
   875			chip_secure : 1,	/* Out */
   876			fw_enc : 1,		/* Out */
   877			fw_sign : 1,		/* Out */
   878			reserved1 : 4;		/*reserved*/
   879		uint32_t config_es : 1,		/* Out */
   880			build : 31;		/* Out */
   881		uint32_t guest_count;		/* Out */
 > 882	} __packed;
   883	

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

                 reply	other threads:[~2025-05-15 14:04 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=202505150837.6782gtth-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kernel@openeuler.org \
    --cc=oe-kbuild-all@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.