mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
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>
This commit is contained in:
parent
081ce276d8
commit
095ae2f2e7
|
|
@ -277,8 +277,8 @@ static const struct spi_device_id maxim_thermocouple_id[] = {
|
|||
MODULE_DEVICE_TABLE(spi, maxim_thermocouple_id);
|
||||
|
||||
static const struct of_device_id maxim_thermocouple_of_match[] = {
|
||||
{ .compatible = "maxim,max6675" },
|
||||
{ .compatible = "maxim,max31855" },
|
||||
{ .compatible = "maxim,max6675" },
|
||||
{ .compatible = "maxim,max31855" },
|
||||
{ .compatible = "maxim,max31855k" },
|
||||
{ .compatible = "maxim,max31855j" },
|
||||
{ .compatible = "maxim,max31855n" },
|
||||
|
|
@ -286,7 +286,7 @@ static const struct of_device_id maxim_thermocouple_of_match[] = {
|
|||
{ .compatible = "maxim,max31855t" },
|
||||
{ .compatible = "maxim,max31855e" },
|
||||
{ .compatible = "maxim,max31855r" },
|
||||
{ },
|
||||
{ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, maxim_thermocouple_of_match);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user