Commit eb2e3f5f authored by David Mosberger's avatar David Mosberger

ia64: Fix formatting of Rusty's designated initializer changes.

parent 474fc2f5
......@@ -455,7 +455,7 @@ c_stop (struct seq_file *m, void *v)
}
struct seq_operations cpuinfo_op = {
.start =c_start,
.start = c_start,
.next = c_next,
.stop = c_stop,
.show = show_cpuinfo
......
......@@ -37,7 +37,7 @@
struct ia64_ctx ia64_ctx = {
.lock = SPIN_LOCK_UNLOCKED,
.next = 1,
.limit =(1 << 15) - 1, /* start out with the safe (architected) limit */
.limit = (1 << 15) - 1, /* start out with the safe (architected) limit */
.max_ctx = ~0U
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment