[dm-devel] Fwd: [PATCH] md : dm: Fixed a brace coding style issue

Sheetal Singala 2396sheetal at gmail.com
Thu May 16 11:54:37 UTC 2019


Fixed a coding style issue.
---
 drivers/md/dm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/md/dm.c b/drivers/md/dm.c
index 043f0761e4a0..2a8820bd581d 100644
--- a/drivers/md/dm.c
+++ b/drivers/md/dm.c
@@ -781,7 +781,8 @@ static void close_table_device(struct table_device *td,
struct mapped_device *md
 }

 static struct table_device *find_table_device(struct list_head *l, dev_t
dev,
-                                             fmode_t mode) {
+                                             fmode_t mode)
+{
        struct table_device *td;

        list_for_each_entry(td, l, list)
-- 
2.17.1



-- 
Regards,
Sheetal Singala
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20190516/1918f42a/attachment.htm>


More information about the dm-devel mailing list