Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: algo-pca: fix typo in comment

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

authored by

Shailendra Verma and committed by
Wolfram Sang
0e6dd6a2 95cc1e3d

+1 -1
+1 -1
drivers/i2c/algos/i2c-algo-pca.c
··· 521 521 522 522 pca_set_con(pca_data, I2C_PCA_CON_ENSIO); 523 523 } 524 - udelay(500); /* 500 us for oscilator to stabilise */ 524 + udelay(500); /* 500 us for oscillator to stabilise */ 525 525 526 526 return 0; 527 527 }