Loading kernel/trace/trace_printk.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -305,7 +305,7 @@ static int t_show(struct seq_file *m, void *v) if (!*fmt) if (!*fmt) return 0; return 0; seq_printf(m, "0x%lx : \"", *(unsigned long *)fmt); seq_printf(m, "0x%lx : \"", 0L); /* /* * Tabs and new lines need to be converted. * Tabs and new lines need to be converted. Loading Loading
kernel/trace/trace_printk.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -305,7 +305,7 @@ static int t_show(struct seq_file *m, void *v) if (!*fmt) if (!*fmt) return 0; return 0; seq_printf(m, "0x%lx : \"", *(unsigned long *)fmt); seq_printf(m, "0x%lx : \"", 0L); /* /* * Tabs and new lines need to be converted. * Tabs and new lines need to be converted. Loading