mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
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>
This commit is contained in:
parent
27737b8407
commit
ed7a1e88ad
|
|
@ -104,7 +104,7 @@ static struct ssp_msg *ssp_create_msg(u8 cmd, u16 len, u16 opt, u32 data)
|
|||
/*
|
||||
* It is a bit heavy to do it this way but often the function is used to compose
|
||||
* the message from smaller chunks which are placed on the stack. Often the
|
||||
* chunks are small so memcpy should be optimalized.
|
||||
* chunks are small so memcpy should be optimized.
|
||||
*/
|
||||
static inline void ssp_fill_buffer(struct ssp_msg *m, unsigned int offset,
|
||||
const void *src, unsigned int len)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user