Skip to content

Commit c0250d1

Browse files
Yang Liaxboe
authored andcommitted
md: remove unneeded semicolon
Eliminate the following coccicheck warning: ./drivers/md/md.c:8208:2-3: Unneeded semicolon Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Reported-by: kernel test robot <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Song Liu <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent d13bc4d commit c0250d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/md/md.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8205,7 +8205,7 @@ static void *md_seq_next(struct seq_file *seq, void *v, loff_t *pos)
82058205
break;
82068206
mddev = next_mddev;
82078207
tmp = mddev->all_mddevs.next;
8208-
};
8208+
}
82098209
spin_unlock(&all_mddevs_lock);
82108210

82118211
if (to_put)

0 commit comments

Comments
 (0)