Skip to content

Commit

Permalink
kallsyms: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
./kernel/kallsyms_selftest.c:136:2-3: Unneeded semicolon

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3208
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
  • Loading branch information
Yang Li authored and Luis Chamberlain committed Nov 18, 2022
1 parent 30f3bb0 commit c86a514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kallsyms_selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static void test_kallsyms_compression_ratio(void)
off++;
}
off += len;
};
}

/*
* 1. The length fields is not counted
Expand Down

0 comments on commit c86a514

Please sign in to comment.