Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
This commit is contained in:
Andrea Gelmini 2016-09-23 15:42:03 +02:00 committed by Jesper Nilsson
parent 887358f91a
commit 8d59dc11be
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ static int eeprom_open(struct inode * inode, struct file * file)
static loff_t eeprom_lseek(struct file * file, loff_t offset, int orig)
{
/*
* orig 0: position from begning of eeprom
* orig 0: position from beginning of eeprom
* orig 1: relative from current position
* orig 2: position from last eeprom address
*/