Skip to content

Commit

Permalink
i2c-i801: Spelling fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Feb 13, 2007
1 parent 3f9a479 commit fcdd96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-i801.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static int i801_transaction(void)
dev_dbg(&I801_dev->dev, "Failed! (%02x)\n", temp);
return -1;
} else {
dev_dbg(&I801_dev->dev, "Successfull!\n");
dev_dbg(&I801_dev->dev, "Successful!\n");
}
}

Expand Down

0 comments on commit fcdd96e

Please sign in to comment.