diff mbox series

[03/34] md: fix EXPORT_SYMBOL() to follow its functions immediately [ERROR]

Message ID ef49a2973e749179ad4244d25db180b9c8fd84d9.1678136717.git.heinzm@redhat.com (mailing list archive)
State Rejected, archived
Delegated to: Song Liu
Headers show
Series address various checkpatch.pl requirements | expand

Commit Message

Heinz Mauelshagen March 6, 2023, 9:27 p.m. UTC
From: Heinz Mauelshagen <heinzm@redhat.com>

Signed-off-by: heinzm <heinzm@redhat.com>
---
 drivers/md/md.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/md/md.c b/drivers/md/md.c
index 8727ebab4b95..cfa957c8287b 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -6271,7 +6271,6 @@  void md_stop(struct mddev *mddev)
 	bioset_exit(&mddev->bio_set);
 	bioset_exit(&mddev->sync_set);
 }
-
 EXPORT_SYMBOL_GPL(md_stop);
 
 static int md_set_readonly(struct mddev *mddev, struct block_device *bdev)
@@ -8585,7 +8584,6 @@  void md_write_end(struct mddev *mddev)
 			  roundup(jiffies, mddev->safemode_delay) +
 			  mddev->safemode_delay);
 }
-
 EXPORT_SYMBOL(md_write_end);
 
 /* This is used by raid0 and raid10 */