Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -944,7 +944,7 @@ ifdef CONFIG_LOCALVERSION_AUTO localver-extra = $(scm-identifier) else ifneq ($(scm-identifier),) ifeq ($(LOCALVERSION),) ifeq ("$(origin LOCALVERSION)", "undefined") localver-extra = + endif endif Loading scripts/mod/modpost.c +1 −1 Original line number Diff line number Diff line Loading @@ -1342,7 +1342,7 @@ static unsigned int *reloc_location(struct elf_info *elf, int section = sechdr->sh_info; return (void *)elf->hdr + sechdrs[section].sh_offset + (r->r_offset - sechdrs[section].sh_addr); r->r_offset - sechdrs[section].sh_addr; } static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -944,7 +944,7 @@ ifdef CONFIG_LOCALVERSION_AUTO localver-extra = $(scm-identifier) else ifneq ($(scm-identifier),) ifeq ($(LOCALVERSION),) ifeq ("$(origin LOCALVERSION)", "undefined") localver-extra = + endif endif Loading
scripts/mod/modpost.c +1 −1 Original line number Diff line number Diff line Loading @@ -1342,7 +1342,7 @@ static unsigned int *reloc_location(struct elf_info *elf, int section = sechdr->sh_info; return (void *)elf->hdr + sechdrs[section].sh_offset + (r->r_offset - sechdrs[section].sh_addr); r->r_offset - sechdrs[section].sh_addr; } static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) Loading