]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ASoC: mchp-spdiftx: add and remove black line around MODULE_DEVICE_TABLE()
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Mon, 25 Jul 2022 13:09:25 +0000 (16:09 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 26 Jul 2022 10:46:53 +0000 (11:46 +0100)
Add blank line after MODULE_DEVICE_TABLE() and remove the one
before it.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220725130925.1781791-6-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/mchp-spdiftx.c

index 51699328079210b0d0e2a94af1b49fa3a75d312d..2b2347e29506b6527213329243842b754880d0b0 100644 (file)
@@ -760,8 +760,8 @@ static const struct of_device_id mchp_spdiftx_dt_ids[] = {
        },
        { /* sentinel */ }
 };
-
 MODULE_DEVICE_TABLE(of, mchp_spdiftx_dt_ids);
+
 static int mchp_spdiftx_probe(struct platform_device *pdev)
 {
        struct device_node *np = pdev->dev.of_node;