Commit 5d90fef6 authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown

ASoC: sgtl5000: Fix identation of .driver elements

The .driver elements are not correctly idented.

Fix the identation of the .driver elements.
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20210302142817.2141923-1-festevam@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4c869bed
...@@ -1819,9 +1819,9 @@ MODULE_DEVICE_TABLE(of, sgtl5000_dt_ids); ...@@ -1819,9 +1819,9 @@ MODULE_DEVICE_TABLE(of, sgtl5000_dt_ids);
static struct i2c_driver sgtl5000_i2c_driver = { static struct i2c_driver sgtl5000_i2c_driver = {
.driver = { .driver = {
.name = "sgtl5000", .name = "sgtl5000",
.of_match_table = sgtl5000_dt_ids, .of_match_table = sgtl5000_dt_ids,
}, },
.probe = sgtl5000_i2c_probe, .probe = sgtl5000_i2c_probe,
.remove = sgtl5000_i2c_remove, .remove = sgtl5000_i2c_remove,
.id_table = sgtl5000_id, .id_table = sgtl5000_id,
......
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