iio: imu: inv_mpu6050: Fix typo and formatting

Signed-off-by: Manuel Stahl <manuel.stahl@iis.fraunhofer.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Manuel Stahl 2014-05-02 10:34:00 +01:00 коммит произвёл Jonathan Cameron
Родитель ed10557fce
Коммит 7da773e618
2 изменённых файлов: 20 добавлений и 20 удалений

Просмотреть файл

@ -116,7 +116,7 @@ int inv_mpu6050_switch_engine(struct inv_mpu6050_state *st, bool en, u32 mask)
return result; return result;
if (en) { if (en) {
/* Wait for output stablize */ /* Wait for output stabilize */
msleep(INV_MPU6050_TEMP_UP_TIME); msleep(INV_MPU6050_TEMP_UP_TIME);
if (INV_MPU6050_BIT_PWR_GYRO_STBY == mask) { if (INV_MPU6050_BIT_PWR_GYRO_STBY == mask) {
/* switch internal clock to PLL */ /* switch internal clock to PLL */