Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

Wolfram writes:
"i2c fix for 4.19:

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

* 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
i2c: Fix kerneldoc for renamed i2c dma put function

+1 -1
+1 -1
drivers/i2c/i2c-core-base.c
··· 2270 2270 * 2271 2271 * Return: NULL if a DMA safe buffer was not obtained. Use msg->buf with PIO. 2272 2272 * Or a valid pointer to be used with DMA. After use, release it by 2273 - * calling i2c_release_dma_safe_msg_buf(). 2273 + * calling i2c_put_dma_safe_msg_buf(). 2274 2274 * 2275 2275 * This function must only be called from process context! 2276 2276 */