Skip to content
Snippets Groups Projects
Commit fcdd96ec authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare
Browse files

i2c-i801: Spelling fix


Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 3f9a4790
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ static int i801_transaction(void) ...@@ -123,7 +123,7 @@ static int i801_transaction(void)
dev_dbg(&I801_dev->dev, "Failed! (%02x)\n", temp); dev_dbg(&I801_dev->dev, "Failed! (%02x)\n", temp);
return -1; return -1;
} else { } else {
dev_dbg(&I801_dev->dev, "Successfull!\n"); dev_dbg(&I801_dev->dev, "Successful!\n");
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment