[geert-renesas-drivers:topic/renesas-overlays-v6.6-rc1 2/137] drivers/of/overlay.c:82: warning: Function parameter or member 'kobj' not described in 'overlay_changeset'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git topic/renesas-overlays-v6.6-rc1
head:   5b25c3b1c2d80478ded680c33b1067e3faed4c0d
commit: 785f4b55d5d734c2524ae242831777b5210f8e2a [2/137] of: overlay: Kobjectify overlay objects
config: parisc-allyesconfig (https://download.01.org/0day-ci/archive/20230928/202309280043.aEmlhRNw-lkp@xxxxxxxxx/config)
compiler: hppa-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230928/202309280043.aEmlhRNw-lkp@xxxxxxxxx/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@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202309280043.aEmlhRNw-lkp@xxxxxxxxx/

All warnings (new ones prefixed by >>):

>> drivers/of/overlay.c:82: warning: Function parameter or member 'kobj' not described in 'overlay_changeset'


vim +82 drivers/of/overlay.c

7518b5890d8ac3 Pantelis Antoniou 2014-10-28  56  
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  57  /**
0290c4ca2536a3 Frank Rowand      2017-10-17  58   * struct overlay_changeset
39a751a4cb7e47 Frank Rowand      2018-02-12  59   * @id:			changeset identifier
0290c4ca2536a3 Frank Rowand      2017-10-17  60   * @ovcs_list:		list on which we are located
1e4089667c7c73 Frank Rowand      2022-04-20  61   * @new_fdt:		Memory allocated to hold unflattened aligned FDT
067c098766c6af Frank Rowand      2022-04-20  62   * @overlay_mem:	the memory chunk that contains @overlay_root
1e4089667c7c73 Frank Rowand      2022-04-20  63   * @overlay_root:	expanded device tree that contains the fragment nodes
067c098766c6af Frank Rowand      2022-04-20  64   * @notify_state:	most recent notify action used on overlay
3912b7917ab78d Frank Rowand      2017-10-17  65   * @count:		count of fragment structures
3912b7917ab78d Frank Rowand      2017-10-17  66   * @fragments:		fragment nodes in the overlay expanded device tree
3912b7917ab78d Frank Rowand      2017-10-17  67   * @symbols_fragment:	last element of @fragments[] is the  __symbols__ node
0290c4ca2536a3 Frank Rowand      2017-10-17  68   * @cset:		changeset to apply fragments to live device tree
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  69   */
0290c4ca2536a3 Frank Rowand      2017-10-17  70  struct overlay_changeset {
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  71  	int id;
0290c4ca2536a3 Frank Rowand      2017-10-17  72  	struct list_head ovcs_list;
1e4089667c7c73 Frank Rowand      2022-04-20  73  	const void *new_fdt;
067c098766c6af Frank Rowand      2022-04-20  74  	const void *overlay_mem;
1e4089667c7c73 Frank Rowand      2022-04-20  75  	struct device_node *overlay_root;
067c098766c6af Frank Rowand      2022-04-20  76  	enum of_overlay_notify_action notify_state;
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  77  	int count;
0290c4ca2536a3 Frank Rowand      2017-10-17  78  	struct fragment *fragments;
3912b7917ab78d Frank Rowand      2017-10-17  79  	bool symbols_fragment;
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  80  	struct of_changeset cset;
785f4b55d5d734 Pantelis Antoniou 2015-03-15  81  	struct kobject kobj;
7518b5890d8ac3 Pantelis Antoniou 2014-10-28 @82  };
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  83  

:::::: The code at line 82 was first introduced by commit
:::::: 7518b5890d8ac366faa2326ce2356ef6392ce63d of/overlay: Introduce DT overlay support

:::::: TO: Pantelis Antoniou <pantelis.antoniou@xxxxxxxxxxxx>
:::::: CC: Grant Likely <grant.likely@xxxxxxxxxx>

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



[Index of Archives]     [Linux Samsung SOC]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux