diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-12-01 04:31:11 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-12-01 04:31:27 -0500 |
commit | 95f567bb53b3592d722c340c56aaabd5fc78a135 (patch) | |
tree | c24b330884943861b2877f1c86ba460e0e351cee /litmus/litmus.c | |
parent | 07382e1846d14b3aba3f245bf66537e8e3e0275b (diff) |
LITMUS: remove trailing whitespace for release2008.2
Diffstat (limited to 'litmus/litmus.c')
-rw-r--r-- | litmus/litmus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/litmus.c b/litmus/litmus.c index cd3c96a8f3..314bdda489 100644 --- a/litmus/litmus.c +++ b/litmus/litmus.c | |||
@@ -595,7 +595,7 @@ int switch_sched_plugin(struct sched_plugin* plugin) | |||
595 | goto out; | 595 | goto out; |
596 | ret = plugin->activate_plugin(); | 596 | ret = plugin->activate_plugin(); |
597 | if (0 != ret) { | 597 | if (0 != ret) { |
598 | printk(KERN_INFO "Can't activate %s (%d).\n", | 598 | printk(KERN_INFO "Can't activate %s (%d).\n", |
599 | plugin->plugin_name, ret); | 599 | plugin->plugin_name, ret); |
600 | plugin = &linux_sched_plugin; | 600 | plugin = &linux_sched_plugin; |
601 | } | 601 | } |