commit | e8a9cbf6ae620d9e5ba9cb42001c033287a284a3 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Jan 06 22:02:35 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 07 10:45:39 2009 +0100 |
tree | 17e59c756102255be8c9ea3f24372e5a62fc2e85 | |
parent | ff288b274a9b383046fdbda4be3067daba4d5fe8 [diff] |
trace: clean up funny line breaks in stat_seq_show Impact: clean up Andrew Morton pointed out that the entry assignment in stat_seq_show did not need to be done in the declaration, causing funny line breaks. This patch makes it a bit more pleasing on the eyes. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>