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 <[email protected]>
Signed-off-by: zhengbin <[email protected]>
Signed-off-by: David Sterba <[email protected]>
  • Loading branch information
zhengbin13 authored and kdave committed Jan 2, 2020
1 parent d10df92 commit 58b5b0f
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 58b5b0f

Please sign in to comment.