All of lore.kernel.org
 help / color / mirror / Atom feed
* [rcar:vsp1/v3u 26/41] drivers/media/platform/rcar-fcp.c:55: warning: expecting prototype for rcar_fcp_get(). Prototype was for fcp_write() instead
@ 2021-06-18 22:05 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-06-18 22:05 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2471 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git vsp1/v3u
head:   4b88e2d75a21f477bd1aaf9eec8c567c54ffe43d
commit: 1f4e9a15a76d4eb298a2771b7ca0e94990098923 [26/41] rcar-fcp: Add FCPVD reset sequence for VSPD
config: mips-allyesconfig (attached as .config)
compiler: mips-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git/commit/?id=1f4e9a15a76d4eb298a2771b7ca0e94990098923
        git remote add rcar https://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git
        git fetch --no-tags rcar vsp1/v3u
        git checkout 1f4e9a15a76d4eb298a2771b7ca0e94990098923
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

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/media/platform/rcar-fcp.c:55: warning: Function parameter or member 'fcp' not described in 'fcp_write'
   drivers/media/platform/rcar-fcp.c:55: warning: Function parameter or member 'value' not described in 'fcp_write'
   drivers/media/platform/rcar-fcp.c:55: warning: Function parameter or member 'offset' not described in 'fcp_write'
>> drivers/media/platform/rcar-fcp.c:55: warning: expecting prototype for rcar_fcp_get(). Prototype was for fcp_write() instead


vim +55 drivers/media/platform/rcar-fcp.c

    39	
    40	/* -----------------------------------------------------------------------------
    41	 * Public API
    42	 */
    43	
    44	/**
    45	 * rcar_fcp_get - Find and acquire a reference to an FCP instance
    46	 * @np: Device node of the FCP instance
    47	 *
    48	 * Search the list of registered FCP instances for the instance corresponding to
    49	 * the given device node.
    50	 *
    51	 * Return a pointer to the FCP instance, or an ERR_PTR if the instance can't be
    52	 * found.
    53	 */
    54	static void fcp_write(struct rcar_fcp_device *fcp, u32 value, u32 offset)
  > 55	{
    56		iowrite32(value, fcp->base + offset);
    57	}
    58	

---
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: 71192 bytes --]

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

only message in thread, other threads:[~2021-06-18 22:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 22:05 [rcar:vsp1/v3u 26/41] drivers/media/platform/rcar-fcp.c:55: warning: expecting prototype for rcar_fcp_get(). Prototype was for fcp_write() instead kernel test robot

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.