Skip to content

Commit 095ae2f

Browse files
mahmutovicrjic23
authored andcommitted
iio: temperature: maxim_thermocouple: Fix indentation in of_match table
Replace leading spaces with tabs in the of_device_id table entries to comply with kernel coding style. Signed-off-by: Rahman Mahmutović <mahmutovicrahman5@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
1 parent 081ce27 commit 095ae2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/iio/temperature/maxim_thermocouple.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,16 +277,16 @@ static const struct spi_device_id maxim_thermocouple_id[] = {
277277
MODULE_DEVICE_TABLE(spi, maxim_thermocouple_id);
278278

279279
static const struct of_device_id maxim_thermocouple_of_match[] = {
280-
{ .compatible = "maxim,max6675" },
281-
{ .compatible = "maxim,max31855" },
280+
{ .compatible = "maxim,max6675" },
281+
{ .compatible = "maxim,max31855" },
282282
{ .compatible = "maxim,max31855k" },
283283
{ .compatible = "maxim,max31855j" },
284284
{ .compatible = "maxim,max31855n" },
285285
{ .compatible = "maxim,max31855s" },
286286
{ .compatible = "maxim,max31855t" },
287287
{ .compatible = "maxim,max31855e" },
288288
{ .compatible = "maxim,max31855r" },
289-
{ },
289+
{ },
290290
};
291291
MODULE_DEVICE_TABLE(of, maxim_thermocouple_of_match);
292292

0 commit comments

Comments
 (0)