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.

iio: ssp_sensors: optimalize -> optimize

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Link: https://patch.msgid.link/5a64aa3034c6127d7587de9b7045a12892c01ee5.1746558529.git.nabijaczleweli@nabijaczleweli.xyz
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Ahelenia Ziemiańska and committed by
Jonathan Cameron
ed7a1e88 27737b84

+1 -1
+1 -1
drivers/iio/common/ssp_sensors/ssp_spi.c
··· 104 104 /* 105 105 * It is a bit heavy to do it this way but often the function is used to compose 106 106 * the message from smaller chunks which are placed on the stack. Often the 107 - * chunks are small so memcpy should be optimalized. 107 + * chunks are small so memcpy should be optimized. 108 108 */ 109 109 static inline void ssp_fill_buffer(struct ssp_msg *m, unsigned int offset, 110 110 const void *src, unsigned int len)