Commit bcc3d8ef authored by Marc Kleine-Budde's avatar Marc Kleine-Budde

can: tcan4x5x: beautify indention of tcan4x5x_of_match and tcan4x5x_id_table

This patch beautifies the indention of the tcan4x5x_of_match and
tcan4x5x_id_table.
Reviewed-by: default avatarDan Murphy <dmurphy@ti.com>
Tested-by: default avatarSean Nyekjaer <sean@geanix.com>
Link: https://lore.kernel.org/r/20201215231746.1132907-3-mkl@pengutronix.deSigned-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent aa102ffd
...@@ -527,17 +527,20 @@ static int tcan4x5x_can_remove(struct spi_device *spi) ...@@ -527,17 +527,20 @@ static int tcan4x5x_can_remove(struct spi_device *spi)
} }
static const struct of_device_id tcan4x5x_of_match[] = { static const struct of_device_id tcan4x5x_of_match[] = {
{ .compatible = "ti,tcan4x5x", }, {
{ } .compatible = "ti,tcan4x5x",
}, {
/* sentinel */
},
}; };
MODULE_DEVICE_TABLE(of, tcan4x5x_of_match); MODULE_DEVICE_TABLE(of, tcan4x5x_of_match);
static const struct spi_device_id tcan4x5x_id_table[] = { static const struct spi_device_id tcan4x5x_id_table[] = {
{ {
.name = "tcan4x5x", .name = "tcan4x5x",
.driver_data = 0, }, {
/* sentinel */
}, },
{ }
}; };
MODULE_DEVICE_TABLE(spi, tcan4x5x_id_table); MODULE_DEVICE_TABLE(spi, tcan4x5x_id_table);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment