Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39380
b: refs/heads/master
c: 7857a7f
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 11, 2006
1 parent 2b67bb9 commit 3573968
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 399ad77b9098ed2eb27cbfbeb6449c1caab3c18e
refs/heads/master: 7857a7f59d5d0b4e8c15606a79c0bcdbdef18ab6
8 changes: 4 additions & 4 deletions trunk/arch/m32r/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,10 @@ static void c_stop(struct seq_file *m, void *v)
}

struct seq_operations cpuinfo_op = {
start: c_start,
next: c_next,
stop: c_stop,
show: show_cpuinfo,
.start = c_start,
.next = c_next,
.stop = c_stop,
.show = show_cpuinfo,
};
#endif /* CONFIG_PROC_FS */

Expand Down

0 comments on commit 3573968

Please sign in to comment.