Skip to content

Commit

Permalink
Merge pull request #70 from raeburn/comma
Browse files Browse the repository at this point in the history
dm vdo indexer: convert comma to semicolon
  • Loading branch information
raeburn authored and lorelei-sakai committed Oct 4, 2024
2 parents ffe9e89 + 8f0a672 commit 0d3ad72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/dm-vdo/indexer/chapter-index.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ int uds_pack_open_chapter_index_page(struct open_chapter_index *chapter_index,
if (list_number < 0)
return UDS_OVERFLOW;

next_list = first_list + list_number--,
next_list = first_list + list_number--;
result = uds_start_delta_index_search(delta_index, next_list, 0,
&entry);
if (result != UDS_SUCCESS)
Expand Down

0 comments on commit 0d3ad72

Please sign in to comment.