Skip to content

Commit

Permalink
btrfs: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
Fixes coccicheck warning:

fs/btrfs/print-tree.c:320:3-4: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: David Sterba <dsterba@suse.com>
  • Loading branch information
zhengbin13 authored and kdave committed Jan 20, 2020
1 parent 95690e5 commit 0ab575c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/btrfs/print-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ void btrfs_print_leaf(struct extent_buffer *l)
print_uuid_item(l, btrfs_item_ptr_offset(l, i),
btrfs_item_size_nr(l, i));
break;
};
}
}
}

Expand Down

0 comments on commit 0ab575c

Please sign in to comment.