]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
i2c: algo-pca: fix typo in comment
authorShailendra Verma <shailendra.capricorn@gmail.com>
Mon, 18 May 2015 17:07:54 +0000 (22:37 +0530)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 31 May 2015 23:41:19 +0000 (08:41 +0900)
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/algos/i2c-algo-pca.c

index 580dbf05c1487c46e7ef504c18cfc8f128ced4cc..e370804ec8bc62d10830eadba8ac93f7af50aedd 100644 (file)
@@ -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;
 }