diff options
author | 2025-05-06 21:10:02 +0200 | |
---|---|---|
committer | 2025-05-21 14:21:34 +0100 | |
commit | ed7a1e88ad46fa73eeaec14294ddae6a5a518245 (patch) | |
tree | d4824b196235bb815d4dfdb0efc747695ec28e74 | |
parent | HID: sensor-hub: Fix typo and improve documentation (diff) | |
download | wireguard-linux-ed7a1e88ad46fa73eeaec14294ddae6a5a518245.tar.xz wireguard-linux-ed7a1e88ad46fa73eeaec14294ddae6a5a518245.zip |
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>
-rw-r--r-- | drivers/iio/common/ssp_sensors/ssp_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/common/ssp_sensors/ssp_spi.c b/drivers/iio/common/ssp_sensors/ssp_spi.c index f32b04b63ea1..b7f093d7345b 100644 --- a/drivers/iio/common/ssp_sensors/ssp_spi.c +++ b/drivers/iio/common/ssp_sensors/ssp_spi.c @@ -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) |