Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2659161d authored by Colin Ian King's avatar Colin Ian King Committed by Wolfram Sang
Browse files

i2c: fix spelling mistake: "insufficent" -> "insufficient"



Trivial fix to spelling mistake in WARN message, insufficient has
an insufficient number of i's in the spelling.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 6f724fb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3632,7 +3632,7 @@ int i2c_slave_register(struct i2c_client *client, i2c_slave_cb_t slave_cb)
	int ret;

	if (!client || !slave_cb) {
		WARN(1, "insufficent data\n");
		WARN(1, "insufficient data\n");
		return -EINVAL;
	}