From: kernel test robot <lkp@intel.com>
To: Eddie James <eajames@linux.ibm.com>, linux-i2c@vger.kernel.org
Cc: kbuild-all@lists.01.org, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org, wsa@kernel.org, peda@axentia.se,
jic23@kernel.org, lars@metafoo.de, eajames@linux.ibm.com,
miltonm@us.ibm.com, joel@jms.id.au
Subject: Re: [PATCH 1/2] i2c: core: Add mux root adapter operations
Date: Sat, 28 May 2022 00:50:39 +0800 [thread overview]
Message-ID: <202205280002.xJm7ad0Z-lkp@intel.com> (raw)
In-Reply-To: <20220526205334.64114-2-eajames@linux.ibm.com>
Hi Eddie,
I love your patch! Perhaps something to improve:
[auto build test WARNING on wsa/i2c/for-next]
[also build test WARNING on jic23-iio/togreg linux/master linus/master v5.18 next-20220527]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/intel-lab-lkp/linux/commits/Eddie-James/i2c-core-Add-mux-root-adapter-operations/20220527-050852
base: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
reproduce: make htmldocs
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> include/linux/i2c.h:858: warning: expecting prototype for i2c_unlock_deslect_bus(). Prototype was for i2c_unlock_deselect_bus() instead
vim +858 include/linux/i2c.h
852
853 /**
854 * i2c_unlock_deslect_bus - Release exclusive access to the root I2C bus
855 * @adapter: Target I2C bus
856 */
857 static inline void i2c_unlock_deselect_bus(struct i2c_adapter *adapter)
> 858 {
859 adapter->mux_root_ops->unlock_deselect(adapter);
860 }
861
--
0-DAY CI Kernel Test Service
https://01.org/lkp
next prev parent reply other threads:[~2022-05-27 16:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-26 20:53 [PATCH 0/2] i2c: core: Add mux root adapter operations Eddie James
2022-05-26 20:53 ` [PATCH 1/2] " Eddie James
2022-05-27 16:50 ` kernel test robot [this message]
2022-06-03 8:01 ` Joel Stanley
2022-09-06 20:10 ` Eddie James
2022-05-26 20:53 ` [PATCH 2/2] iio: si7020: Lock root adapter to wait for reset Eddie James
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=202205280002.xJm7ad0Z-lkp@intel.com \
--to=lkp@intel.com \
--cc=eajames@linux.ibm.com \
--cc=jic23@kernel.org \
--cc=joel@jms.id.au \
--cc=kbuild-all@lists.01.org \
--cc=lars@metafoo.de \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miltonm@us.ibm.com \
--cc=peda@axentia.se \
--cc=wsa@kernel.org \
/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.