]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/trace/trace_boot.c
[PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate()
[linux-2.6-omap-h63xx.git] / kernel / trace / trace_boot.c
index a7efe355965451ddc95a5d5e1fb04adf8cee974a..d0a5e50eeff26d17405ffa4cb62cbde710f9de05 100644 (file)
@@ -62,14 +62,14 @@ static enum print_line_t initcall_print_line(struct trace_iterator *iter)
        struct timespec rettime = ktime_to_timespec(it->rettime);
 
        if (entry->type == TRACE_BOOT) {
-               ret = trace_seq_printf(s, "[%5ld.%06ld] calling  %s @ %i\n",
+               ret = trace_seq_printf(s, "[%5ld.%09ld] calling  %s @ %i\n",
                                          calltime.tv_sec,
                                          calltime.tv_nsec,
                                          it->func, it->caller);
                if (!ret)
                        return TRACE_TYPE_PARTIAL_LINE;
 
-               ret = trace_seq_printf(s, "[%5ld.%06ld] initcall %s "
+               ret = trace_seq_printf(s, "[%5ld.%09ld] initcall %s "
                                          "returned %d after %lld msecs\n",
                                          rettime.tv_sec,
                                          rettime.tv_nsec,