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

Commit a672b4c1 authored by David Miller's avatar David Miller Committed by Jean Delvare
Browse files

i2c-algo-pcf: Fix typo in debugging log message



Fix typo in debugging log message.

deteted --> detected

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 30091404
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ static int pcf_init_8584 (struct i2c_algo_pcf_data *adap)
		return -ENXIO;
	}
	
	printk(KERN_DEBUG "i2c-algo-pcf.o: deteted and initialized PCF8584.\n");
	printk(KERN_DEBUG "i2c-algo-pcf.o: detected and initialized PCF8584.\n");

	return 0;
}