Loading kernel/printk/printk.c +2 −2 Original line number Diff line number Diff line Loading @@ -3360,7 +3360,7 @@ bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, EXPORT_SYMBOL_GPL(kmsg_dump_get_buffer); /** * kmsg_dump_rewind_nolock - reset the interator (unlocked version) * kmsg_dump_rewind_nolock - reset the iterator (unlocked version) * @dumper: registered kmsg dumper * * Reset the dumper's iterator so that kmsg_dump_get_line() and Loading @@ -3378,7 +3378,7 @@ void kmsg_dump_rewind_nolock(struct kmsg_dumper *dumper) } /** * kmsg_dump_rewind - reset the interator * kmsg_dump_rewind - reset the iterator * @dumper: registered kmsg dumper * * Reset the dumper's iterator so that kmsg_dump_get_line() and Loading Loading
kernel/printk/printk.c +2 −2 Original line number Diff line number Diff line Loading @@ -3360,7 +3360,7 @@ bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, EXPORT_SYMBOL_GPL(kmsg_dump_get_buffer); /** * kmsg_dump_rewind_nolock - reset the interator (unlocked version) * kmsg_dump_rewind_nolock - reset the iterator (unlocked version) * @dumper: registered kmsg dumper * * Reset the dumper's iterator so that kmsg_dump_get_line() and Loading @@ -3378,7 +3378,7 @@ void kmsg_dump_rewind_nolock(struct kmsg_dumper *dumper) } /** * kmsg_dump_rewind - reset the interator * kmsg_dump_rewind - reset the iterator * @dumper: registered kmsg dumper * * Reset the dumper's iterator so that kmsg_dump_get_line() and Loading