提交 f6aa8eaf 编写于 作者: S Slawomir Stepien 提交者: Jonathan Cameron

iio: common: ms_sensors: use tab for indention

This fixes the error reported by checkpatch.pl:

ERROR: code indent should use tabs where possible
Signed-off-by: NSlawomir Stepien <sst@poczta.fm>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 102447ad
...@@ -106,7 +106,7 @@ int ms_sensors_convert_and_read(void *cli, u8 conv, u8 rd, ...@@ -106,7 +106,7 @@ int ms_sensors_convert_and_read(void *cli, u8 conv, u8 rd,
unsigned int delay, u32 *adc) unsigned int delay, u32 *adc)
{ {
int ret; int ret;
__be32 buf = 0; __be32 buf = 0;
struct i2c_client *client = (struct i2c_client *)cli; struct i2c_client *client = (struct i2c_client *)cli;
/* Trigger conversion */ /* Trigger conversion */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册