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) ...@@ -455,7 +455,7 @@ c_stop (struct seq_file *m, void *v)
} }
struct seq_operations cpuinfo_op = { struct seq_operations cpuinfo_op = {
.start =c_start, .start = c_start,
.next = c_next, .next = c_next,
.stop = c_stop, .stop = c_stop,
.show = show_cpuinfo .show = show_cpuinfo
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
struct ia64_ctx ia64_ctx = { struct ia64_ctx ia64_ctx = {
.lock = SPIN_LOCK_UNLOCKED, .lock = SPIN_LOCK_UNLOCKED,
.next = 1, .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 .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