diff mbox series

[v2,5/5] ASoC: mchp-spdiftx: add and remove black line around MODULE_DEVICE_TABLE()

Message ID 20220725130925.1781791-6-claudiu.beznea@microchip.com (mailing list archive)
State Accepted
Commit 96f6017d652a78e06e34e535526826a22aa69dfa
Headers show
Series ASoC: atmel: one fix and few cleanups | expand

Commit Message

Claudiu Beznea July 25, 2022, 1:09 p.m. UTC
Add blank line after MODULE_DEVICE_TABLE() and remove the one
before it.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 sound/soc/atmel/mchp-spdiftx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/atmel/mchp-spdiftx.c b/sound/soc/atmel/mchp-spdiftx.c
index 74729ec8423b..e8f4ff1b7c7c 100644
--- a/sound/soc/atmel/mchp-spdiftx.c
+++ b/sound/soc/atmel/mchp-spdiftx.c
@@ -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;