Skip to content

Commit ed7a1e8

Browse files
nabijaczlewelijic23
authored andcommitted
iio: ssp_sensors: optimalize -> optimize
Signed-off-by: Ahelenia Ziemiańska <[email protected]> Link: https://patch.msgid.link/5a64aa3034c6127d7587de9b7045a12892c01ee5.1746558529.git.nabijaczleweli@nabijaczleweli.xyz Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 27737b8 commit ed7a1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iio/common/ssp_sensors/ssp_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static struct ssp_msg *ssp_create_msg(u8 cmd, u16 len, u16 opt, u32 data)
104104
/*
105105
* It is a bit heavy to do it this way but often the function is used to compose
106106
* 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.
108108
*/
109109
static inline void ssp_fill_buffer(struct ssp_msg *m, unsigned int offset,
110110
const void *src, unsigned int len)

0 commit comments

Comments
 (0)