mbox series

[PULL,REQUEST] i2c for 4.19

Message ID 20181013162101.GA1321@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 4.19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

Message

Wolfram Sang Oct. 13, 2018, 4:21 p.m. UTC
Greg,

I2C has one documentation bugfix for something we changed during the
v4.19 cycle.

Please pull.

Thanks,

   Wolfram


The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:

  Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

for you to fetch changes up to 34d1b82cd198379545ca634119e296fce06252aa:

  i2c: Fix kerneldoc for renamed i2c dma put function (2018-10-11 22:59:57 +0200)

----------------------------------------------------------------
Stephen Boyd (1):
      i2c: Fix kerneldoc for renamed i2c dma put function

 drivers/i2c/i2c-core-base.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Oct. 14, 2018, 6:55 a.m. UTC | #1
On Sat, Oct 13, 2018 at 06:21:05PM +0200, Wolfram Sang wrote:
> Greg,
> 
> I2C has one documentation bugfix for something we changed during the
> v4.19 cycle.
> 
> Please pull.
> 
> Thanks,
> 
>    Wolfram
> 
> 
> The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:
> 
>   Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

Now merged, thanks.

greg k-h