From: Shailendra Verma Date: Mon, 18 May 2015 17:07:54 +0000 (+0530) Subject: i2c: algo-pca: fix typo in comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0e6dd6a232e1910b00776318ec8b82589769a64c;p=deliverable%2Flinux.git i2c: algo-pca: fix typo in comment Signed-off-by: Shailendra Verma Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/algos/i2c-algo-pca.c b/drivers/i2c/algos/i2c-algo-pca.c index 580dbf05c148..e370804ec8bc 100644 --- a/drivers/i2c/algos/i2c-algo-pca.c +++ b/drivers/i2c/algos/i2c-algo-pca.c @@ -521,7 +521,7 @@ static int pca_init(struct i2c_adapter *adap) pca_set_con(pca_data, I2C_PCA_CON_ENSIO); } - udelay(500); /* 500 us for oscilator to stabilise */ + udelay(500); /* 500 us for oscillator to stabilise */ return 0; }