Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77944
b: refs/heads/master
c: 666ab41
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Sam Ravnborg committed Jan 28, 2008
1 parent 48387d8 commit 2c41956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58b7a68de37face98afe7c705391145795a982b5
refs/heads/master: 666ab414fe14e8bbbe86a110437346128e1ec869
3 changes: 2 additions & 1 deletion trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,6 @@ int main(int argc, char **argv)
{
struct module *mod;
struct buffer buf = { };
char fname[SZ];
char *kernel_read = NULL, *module_read = NULL;
char *dump_write = NULL;
int opt;
Expand Down Expand Up @@ -1709,6 +1708,8 @@ int main(int argc, char **argv)
err = 0;

for (mod = modules; mod; mod = mod->next) {
char fname[strlen(mod->name) + 10];

if (mod->skip)
continue;

Expand Down

0 comments on commit 2c41956

Please sign in to comment.