Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

modpost: Remove trailing semicolon

The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.

Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Signed-off-by: Jessica Yu <jeyu@kernel.org>

authored by

Luis de Bethencourt and committed by
Jessica Yu
0cad61d7 1323eac7

+1 -1
+1 -1
scripts/mod/modpost.c
··· 1685 1685 static void check_section_mismatch(const char *modname, struct elf_info *elf, 1686 1686 Elf_Rela *r, Elf_Sym *sym, const char *fromsec) 1687 1687 { 1688 - const char *tosec = sec_name(elf, get_secindex(elf, sym));; 1688 + const char *tosec = sec_name(elf, get_secindex(elf, sym)); 1689 1689 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); 1690 1690 1691 1691 if (mismatch) {